Shades of Spring Rain #AAB5A8
Tints of Spring Rain #AAB5A8
RGB
CMYK
RGB Variations
Color information
#AAB5A8 (or 0xAAB5A8) is known color: Spring Rain. HEX triplet: AA, B5 and A8. RGB value is (170,181,168). Sum of RGB (Red+Green+Blue) = 170+181+168=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5A8 is #554A57. Grayscale: #B0B0B0. Windows color (decimal): -5589592 or 11056554. OLE color: 11056554.
HSL color Cylindrical-coordinate representation of color #AAB5A8: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB5A8 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 181 | 168 | - |
CMYK | 0.06 | 0 | 0.07 | 0.29 |
HSL | 110.77º | 0.08% | 0.68% | - |
HSV(B) | 110.77º | 0.07% | 0.71% | - |
XYZ | 40.17 | 44.42 | 43.5 | - |
YUV | 176.23 | 123.36 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 168 | 0.06 | 0 | 0.07 | 0.29 | 110.77 | 0.08 | 0.68 |
Hex | AA | B5 | A8 | 6 | 0 | 7 | 1D | 6F | 8 | 44 |
Octal | 252 | 265 | 250 | 6 | 0 | 7 | 35 | 157 | 10 | 104 |
Binary | 10101010 | 10110101 | 10101000 | 110 | 0 | 111 | 11101 | 1101111 | 1000 | 1000100 |
Color Harmonies of #AAB5A8
Complementary color
Monochromatic Colors of #AAB5A8
Black with #AAB5A8
Text Example
Text Example
White with #AAB5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5A8; }
p { color: rgb(170,181,168); }
H1.HeaderClassName
{
color: #AAB5A8;
}
.AnyTagClassName
{
color: #AAB5A8;
}
</style>
background-color css
<style>
a { background-color: #AAB5A8; }
a { background-color: rgb(170,181,168); }
div.DivClassName
{
background-color: #AAB5A8;
}
.BgClassName
{
background-color: #AAB5A8;
}
</style>
border-color css
<style>
span { border-color: #AAB5A8; }
span { border-color: rgb(170,181,168); }
td.TdClassName
{
border-color: #AAB5A8;
}
.TagClassName
{
border-color: #AAB5A8;
}
</style>