Shades of Spring Rain #AAD1A0
Tints of Spring Rain #AAD1A0
RGB
CMYK
RGB Variations
Color information
#AAD1A0 (or 0xAAD1A0) is known color: Spring Rain. HEX triplet: AA, D1 and A0. RGB value is (170,209,160). Sum of RGB (Red+Green+Blue) = 170+209+160=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A0 is #552E5F. Grayscale: #BFBFBF. Windows color (decimal): -5582432 or 10539434. OLE color: 10539434.
HSL color Cylindrical-coordinate representation of color #AAD1A0: hue angle of 107.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD1A0 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 160 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.18 |
| HSL | 107.76º | 0.35% | 0.72% | - |
| HSV(B) | 107.76º | 0.23% | 0.82% | - |
| XYZ | 45.72 | 56.69 | 41.79 | - |
| YUV | 191.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 160 | 0.19 | 0 | 0.23 | 0.18 | 107.76 | 0.35 | 0.72 |
| Hex | AA | D1 | A0 | 13 | 0 | 17 | 12 | 6C | 23 | 48 |
| Octal | 252 | 321 | 240 | 23 | 0 | 27 | 22 | 154 | 43 | 110 |
| Binary | 10101010 | 11010001 | 10100000 | 10011 | 0 | 10111 | 10010 | 1101100 | 100011 | 1001000 |
Color Harmonies of #AAD1A0
Complementary color
Monochromatic Colors of #AAD1A0
Black with #AAD1A0
Text Example
Text Example
White with #AAD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1A0; }
p { color: rgb(170,209,160); }
H1.HeaderClassName
{
color: #AAD1A0;
}
.AnyTagClassName
{
color: #AAD1A0;
}
</style>
background-color css
<style>
a { background-color: #AAD1A0; }
a { background-color: rgb(170,209,160); }
div.DivClassName
{
background-color: #AAD1A0;
}
.BgClassName
{
background-color: #AAD1A0;
}
</style>
border-color css
<style>
span { border-color: #AAD1A0; }
span { border-color: rgb(170,209,160); }
td.TdClassName
{
border-color: #AAD1A0;
}
.TagClassName
{
border-color: #AAD1A0;
}
</style>