Shades of Spring Rain #AAD2A1
Tints of Spring Rain #AAD2A1
RGB
CMYK
RGB Variations
Color information
#AAD2A1 (or 0xAAD2A1) is known color: Spring Rain. HEX triplet: AA, D2 and A1. RGB value is (170,210,161). Sum of RGB (Red+Green+Blue) = 170+210+161=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A1 is #552D5E. Grayscale: #C0C0C0. Windows color (decimal): -5582175 or 10605226. OLE color: 10605226.
HSL color Cylindrical-coordinate representation of color #AAD2A1: hue angle of 108.98º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD2A1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 161 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.18 |
| HSL | 108.98º | 0.35% | 0.73% | - |
| HSV(B) | 108.98º | 0.23% | 0.82% | - |
| XYZ | 46.06 | 57.21 | 42.33 | - |
| YUV | 192.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 161 | 0.19 | 0 | 0.23 | 0.18 | 108.98 | 0.35 | 0.73 |
| Hex | AA | D2 | A1 | 13 | 0 | 17 | 12 | 6D | 23 | 49 |
| Octal | 252 | 322 | 241 | 23 | 0 | 27 | 22 | 155 | 43 | 111 |
| Binary | 10101010 | 11010010 | 10100001 | 10011 | 0 | 10111 | 10010 | 1101101 | 100011 | 1001001 |
Color Harmonies of #AAD2A1
Complementary color
Monochromatic Colors of #AAD2A1
Black with #AAD2A1
Text Example
Text Example
White with #AAD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A1; }
p { color: rgb(170,210,161); }
H1.HeaderClassName
{
color: #AAD2A1;
}
.AnyTagClassName
{
color: #AAD2A1;
}
</style>
background-color css
<style>
a { background-color: #AAD2A1; }
a { background-color: rgb(170,210,161); }
div.DivClassName
{
background-color: #AAD2A1;
}
.BgClassName
{
background-color: #AAD2A1;
}
</style>
border-color css
<style>
span { border-color: #AAD2A1; }
span { border-color: rgb(170,210,161); }
td.TdClassName
{
border-color: #AAD2A1;
}
.TagClassName
{
border-color: #AAD2A1;
}
</style>