Shades of Spring Rain #AEB9A8
Tints of Spring Rain #AEB9A8
RGB
CMYK
RGB Variations
Color information
#AEB9A8 (or 0xAEB9A8) is known color: Spring Rain. HEX triplet: AE, B9 and A8. RGB value is (174,185,168). Sum of RGB (Red+Green+Blue) = 174+185+168=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9A8 is #514657. Grayscale: #B3B3B3. Windows color (decimal): -5326424 or 11057582. OLE color: 11057582.
HSL color Cylindrical-coordinate representation of color #AEB9A8: hue angle of 98.82º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 174 | 185 | 168 | - |
CMYK | 0.06 | 0 | 0.09 | 0.27 |
HSL | 98.82º | 0.11% | 0.69% | - |
HSV(B) | 98.82º | 0.09% | 0.73% | - |
XYZ | 41.87 | 46.52 | 43.82 | - |
YUV | 179.77 | 121.36 | 123.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 185 | 168 | 0.06 | 0 | 0.09 | 0.27 | 98.82 | 0.11 | 0.69 |
Hex | AE | B9 | A8 | 6 | 0 | 9 | 1B | 63 | B | 45 |
Octal | 256 | 271 | 250 | 6 | 0 | 11 | 33 | 143 | 13 | 105 |
Binary | 10101110 | 10111001 | 10101000 | 110 | 0 | 1001 | 11011 | 1100011 | 1011 | 1000101 |
Color Harmonies of #AEB9A8
Complementary color
Monochromatic Colors of #AEB9A8
Black with #AEB9A8
Text Example
Text Example
White with #AEB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB9A8; }
p { color: rgb(174,185,168); }
H1.HeaderClassName
{
color: #AEB9A8;
}
.AnyTagClassName
{
color: #AEB9A8;
}
</style>
background-color css
<style>
a { background-color: #AEB9A8; }
a { background-color: rgb(174,185,168); }
div.DivClassName
{
background-color: #AEB9A8;
}
.BgClassName
{
background-color: #AEB9A8;
}
</style>
border-color css
<style>
span { border-color: #AEB9A8; }
span { border-color: rgb(174,185,168); }
td.TdClassName
{
border-color: #AEB9A8;
}
.TagClassName
{
border-color: #AEB9A8;
}
</style>