Shades of Spring Rain #AABBA1
Tints of Spring Rain #AABBA1
RGB
CMYK
RGB Variations
Color information
#AABBA1 (or 0xAABBA1) is known color: Spring Rain. HEX triplet: AA, BB and A1. RGB value is (170,187,161). Sum of RGB (Red+Green+Blue) = 170+187+161=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA1 is #55445E. Grayscale: #B3B3B3. Windows color (decimal): -5588063 or 10599338. OLE color: 10599338.
HSL color Cylindrical-coordinate representation of color #AABBA1: hue angle of 99.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABBA1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 161 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.27 |
| HSL | 99.23º | 0.16% | 0.68% | - |
| HSV(B) | 99.23º | 0.14% | 0.73% | - |
| XYZ | 40.78 | 46.66 | 40.58 | - |
| YUV | 178.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 161 | 0.09 | 0 | 0.14 | 0.27 | 99.23 | 0.16 | 0.68 |
| Hex | AA | BB | A1 | 9 | 0 | E | 1B | 63 | 10 | 44 |
| Octal | 252 | 273 | 241 | 11 | 0 | 16 | 33 | 143 | 20 | 104 |
| Binary | 10101010 | 10111011 | 10100001 | 1001 | 0 | 1110 | 11011 | 1100011 | 10000 | 1000100 |
Color Harmonies of #AABBA1
Complementary color
Monochromatic Colors of #AABBA1
Black with #AABBA1
Text Example
Text Example
White with #AABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA1; }
p { color: rgb(170,187,161); }
H1.HeaderClassName
{
color: #AABBA1;
}
.AnyTagClassName
{
color: #AABBA1;
}
</style>
background-color css
<style>
a { background-color: #AABBA1; }
a { background-color: rgb(170,187,161); }
div.DivClassName
{
background-color: #AABBA1;
}
.BgClassName
{
background-color: #AABBA1;
}
</style>
border-color css
<style>
span { border-color: #AABBA1; }
span { border-color: rgb(170,187,161); }
td.TdClassName
{
border-color: #AABBA1;
}
.TagClassName
{
border-color: #AABBA1;
}
</style>