Shades of Spring Rain #AABBA2
Tints of Spring Rain #AABBA2
RGB
CMYK
RGB Variations
Color information
#AABBA2 (or 0xAABBA2) is known color: Spring Rain. HEX triplet: AA, BB and A2. RGB value is (170,187,162). Sum of RGB (Red+Green+Blue) = 170+187+162=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA2 is #55445D. Grayscale: #B3B3B3. Windows color (decimal): -5588062 or 10664874. OLE color: 10664874.
HSL color Cylindrical-coordinate representation of color #AABBA2: hue angle of 100.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABBA2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 187 | 162 | - |
CMYK | 0.09 | 0 | 0.13 | 0.27 |
HSL | 100.8º | 0.16% | 0.68% | - |
HSV(B) | 100.8º | 0.13% | 0.73% | - |
XYZ | 40.87 | 46.7 | 41.04 | - |
YUV | 179.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 187 | 162 | 0.09 | 0 | 0.13 | 0.27 | 100.8 | 0.16 | 0.68 |
Hex | AA | BB | A2 | 9 | 0 | D | 1B | 65 | 10 | 44 |
Octal | 252 | 273 | 242 | 11 | 0 | 15 | 33 | 145 | 20 | 104 |
Binary | 10101010 | 10111011 | 10100010 | 1001 | 0 | 1101 | 11011 | 1100101 | 10000 | 1000100 |
Color Harmonies of #AABBA2
Complementary color
Monochromatic Colors of #AABBA2
Black with #AABBA2
Text Example
Text Example
White with #AABBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA2; }
p { color: rgb(170,187,162); }
H1.HeaderClassName
{
color: #AABBA2;
}
.AnyTagClassName
{
color: #AABBA2;
}
</style>
background-color css
<style>
a { background-color: #AABBA2; }
a { background-color: rgb(170,187,162); }
div.DivClassName
{
background-color: #AABBA2;
}
.BgClassName
{
background-color: #AABBA2;
}
</style>
border-color css
<style>
span { border-color: #AABBA2; }
span { border-color: rgb(170,187,162); }
td.TdClassName
{
border-color: #AABBA2;
}
.TagClassName
{
border-color: #AABBA2;
}
</style>