crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aeb5ab hex color - Grey - Cool color - Information

#aeb5ab hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #aeb5ab Color code in RGB color code model is created after adding 68.24% red color, 70.98% green color and 67.06% blue color. Hex #aeb5ab Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 6% yellow and 29% black.

Hex #aeb5ab color code is between #aabbaa web safe hex color code and #bbaabb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #aeb5ab color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeaeb5ab#aeb5ab
RGB Decimal174, 181, 171rgb(174, 181, 171)
RGB Percent68%, 71%, 67%rgb(68%, 71%, 67%)
CSS RGBa174, 181, 171,1rgba(174,181,171,1)
CMYK Modelcmyk(4%,0%,6%,29%)
HSL Color Space102,6% ,69%hsl(102,6% ,69%)
HSV Color Space102°, 6%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011010110101011
Octal256265253
Decimal174181171
Hexaeb5ab

Different shades of #aeb5ab color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #aeb5ab
#c8cdc6
Dark Shade of #aeb5ab
#949d90
Saturated Shade of #aeb5ab
#abbda3
Desaturated Shade of #aeb5ab
#b0b0b0
Grey scale Shade of #aeb5ab
#b0b0b0
Brighten Shade
#c7cec4
Most Readable Shade
#000000

Shades of #aeb5ab color code

Generate more color scales with scales (color stack) generator.

#aeb5ab
#9aa098
#878c85
#747872
#60645f
#4d504c
#3a3c39
#262826
#131413
#000000

Similar Color like #aeb5ab color

Find visually similar hex color codes nearing to #aeb5ab hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#afb6ac
#b0b7ad
#b1b8ae
#b2b9af
#b3bab0
#b4bbb1
#b5bcb2
#b6bdb3
#b7beb4
#b8bfb5
#b9c0b6
#bac1b7
#bbc2b8
#bcc3b9
#adb4aa
#acb3a9
#abb2a8
#aab1a7
#a9b0a6
#a8afa5
#a7aea4
#a6ada3
#a5aca2
#a4aba1
#a3aaa0
#a2a99f
#a1a89e
#a0a79d

Monochromatic Color with #aeb5ab

#aeb5ab
#d7dfd3
#0b0b0a
#333533
#5c605b
#858a83

Tints of #aeb5ab Color

#aeb5ab
#b7bdb4
#c0c5bd
#c9cdc7
#d2d5d0
#dbded9
#e4e6e3
#edeeec
#f6f6f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#aeb5ab
#b2abb5

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#aeb5ab
#adabb5
#b5abb3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b2b5ab
#b0b5ab
#aeb5ab
#acb5ab
#abb5ac

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#aeb5ab
#abaeb5
#b5abae

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#aeb5ab
#abb3b5
#b2abb5
#b5adab

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#aeb5ab
#b2abb5
#b5abb3
#abb5ad

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #aeb5ab Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#aeb5ab Color Code Preview on Black Background Color

This is how #aeb5ab Color will look on black background color. Color contrast ratio is 10.00

#aeb5ab in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#aeb5ab">Your Example Paragraph content text in with font color #aeb5ab </p>

Your Example Paragraph content text in with font color #aeb5ab

HTML with inline CSS

<div style="color:#aeb5ab">Your Paragraph text in with font color #aeb5ab </div>

Your Example Paragraph content text in with font color #aeb5ab

#aeb5ab color code is use for CSS Background Color

Background color for the above div is #aeb5ab

HTML with inline CSS

<div style="background-color:#aeb5ab;"></div>

#aeb5ab color code is use for CSS Border Color

CSS Border color for the above div is #aeb5ab

HTML with inline CSS

<div style="border:5px solid #aeb5ab;"></div>

CSS Border Left color for the above div is #aeb5ab

HTML with inline CSS

<div style="border-left:5px solid #aeb5ab;"></div>

CSS Border Right color for the above div is #aeb5ab

HTML with inline CSS

<div style="border-right:5px solid #aeb5ab;"></div>

CSS Border Bottom color for the above div is #aeb5ab

HTML with inline CSS

<div style="border-bottom:5px solid #aeb5ab;"></div>

CSS Border Top color for the above div is #aeb5ab

HTML with inline CSS

<div style="border-top:5px solid #aeb5ab;"></div>

#aeb5ab hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#aeb5ab; } .examplecolorclass {color:#aeb5ab; } .examplebordercolor {border:3px solid #aeb5ab; }

#aeb5ab Color code Preview on White Background

This is how #aeb5ab Color code will look on white background color. Color contrast ratio is 2.10

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #aeb5ab; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aeb5ab; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.