Shades of Spring Rain #AABAA0
Tints of Spring Rain #AABAA0
RGB
CMYK
RGB Variations
Color information
#AABAA0 (or 0xAABAA0) is known color: Spring Rain. HEX triplet: AA, BA and A0. RGB value is (170,186,160). Sum of RGB (Red+Green+Blue) = 170+186+160=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA0 is #55455F. Grayscale: #B2B2B2. Windows color (decimal): -5588320 or 10533546. OLE color: 10533546.
HSL color Cylindrical-coordinate representation of color #AABAA0: hue angle of 96.92º 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 #AABAA0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 160 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.27 |
| HSL | 96.92º | 0.16% | 0.68% | - |
| HSV(B) | 96.92º | 0.14% | 0.73% | - |
| XYZ | 40.48 | 46.2 | 40.04 | - |
| YUV | 178.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 160 | 0.09 | 0 | 0.14 | 0.27 | 96.92 | 0.16 | 0.68 |
| Hex | AA | BA | A0 | 9 | 0 | E | 1B | 61 | 10 | 44 |
| Octal | 252 | 272 | 240 | 11 | 0 | 16 | 33 | 141 | 20 | 104 |
| Binary | 10101010 | 10111010 | 10100000 | 1001 | 0 | 1110 | 11011 | 1100001 | 10000 | 1000100 |
Color Harmonies of #AABAA0
Complementary color
Monochromatic Colors of #AABAA0
Black with #AABAA0
Text Example
Text Example
White with #AABAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA0; }
p { color: rgb(170,186,160); }
H1.HeaderClassName
{
color: #AABAA0;
}
.AnyTagClassName
{
color: #AABAA0;
}
</style>
background-color css
<style>
a { background-color: #AABAA0; }
a { background-color: rgb(170,186,160); }
div.DivClassName
{
background-color: #AABAA0;
}
.BgClassName
{
background-color: #AABAA0;
}
</style>
border-color css
<style>
span { border-color: #AABAA0; }
span { border-color: rgb(170,186,160); }
td.TdClassName
{
border-color: #AABAA0;
}
.TagClassName
{
border-color: #AABAA0;
}
</style>