Shades of Spring Rain #AAD2A0
Tints of Spring Rain #AAD2A0
RGB
CMYK
RGB Variations
Color information
#AAD2A0 (or 0xAAD2A0) is known color: Spring Rain. HEX triplet: AA, D2 and A0. RGB value is (170,210,160). Sum of RGB (Red+Green+Blue) = 170+210+160=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A0 is #552D5F. Grayscale: #C0C0C0. Windows color (decimal): -5582176 or 10539690. OLE color: 10539690.
HSL color Cylindrical-coordinate representation of color #AAD2A0: hue angle of 108º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD2A0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 160 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.18 |
| HSL | 108º | 0.36% | 0.73% | - |
| HSV(B) | 108º | 0.24% | 0.82% | - |
| XYZ | 45.97 | 57.18 | 41.87 | - |
| YUV | 192.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 160 | 0.19 | 0 | 0.24 | 0.18 | 108 | 0.36 | 0.73 |
| Hex | AA | D2 | A0 | 13 | 0 | 18 | 12 | 6C | 24 | 49 |
| Octal | 252 | 322 | 240 | 23 | 0 | 30 | 22 | 154 | 44 | 111 |
| Binary | 10101010 | 11010010 | 10100000 | 10011 | 0 | 11000 | 10010 | 1101100 | 100100 | 1001001 |
Color Harmonies of #AAD2A0
Complementary color
Monochromatic Colors of #AAD2A0
Black with #AAD2A0
Text Example
Text Example
White with #AAD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A0; }
p { color: rgb(170,210,160); }
H1.HeaderClassName
{
color: #AAD2A0;
}
.AnyTagClassName
{
color: #AAD2A0;
}
</style>
background-color css
<style>
a { background-color: #AAD2A0; }
a { background-color: rgb(170,210,160); }
div.DivClassName
{
background-color: #AAD2A0;
}
.BgClassName
{
background-color: #AAD2A0;
}
</style>
border-color css
<style>
span { border-color: #AAD2A0; }
span { border-color: rgb(170,210,160); }
td.TdClassName
{
border-color: #AAD2A0;
}
.TagClassName
{
border-color: #AAD2A0;
}
</style>