Shades of Spring Rain #AAD0A0
Tints of Spring Rain #AAD0A0
RGB
CMYK
RGB Variations
Color information
#AAD0A0 (or 0xAAD0A0) is known color: Spring Rain. HEX triplet: AA, D0 and A0. RGB value is (170,208,160). Sum of RGB (Red+Green+Blue) = 170+208+160=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0A0 is #552F5F. Grayscale: #BFBFBF. Windows color (decimal): -5582688 or 10539178. OLE color: 10539178.
HSL color Cylindrical-coordinate representation of color #AAD0A0: hue angle of 107.5º degrees, saturation: 0.34, 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 #AAD0A0 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 160 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.18 |
| HSL | 107.5º | 0.34% | 0.72% | - |
| HSV(B) | 107.5º | 0.23% | 0.82% | - |
| XYZ | 45.48 | 56.2 | 41.71 | - |
| YUV | 191.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 160 | 0.18 | 0 | 0.23 | 0.18 | 107.5 | 0.34 | 0.72 |
| Hex | AA | D0 | A0 | 12 | 0 | 17 | 12 | 6C | 22 | 48 |
| Octal | 252 | 320 | 240 | 22 | 0 | 27 | 22 | 154 | 42 | 110 |
| Binary | 10101010 | 11010000 | 10100000 | 10010 | 0 | 10111 | 10010 | 1101100 | 100010 | 1001000 |
Color Harmonies of #AAD0A0
Complementary color
Monochromatic Colors of #AAD0A0
Black with #AAD0A0
Text Example
Text Example
White with #AAD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0A0; }
p { color: rgb(170,208,160); }
H1.HeaderClassName
{
color: #AAD0A0;
}
.AnyTagClassName
{
color: #AAD0A0;
}
</style>
background-color css
<style>
a { background-color: #AAD0A0; }
a { background-color: rgb(170,208,160); }
div.DivClassName
{
background-color: #AAD0A0;
}
.BgClassName
{
background-color: #AAD0A0;
}
</style>
border-color css
<style>
span { border-color: #AAD0A0; }
span { border-color: rgb(170,208,160); }
td.TdClassName
{
border-color: #AAD0A0;
}
.TagClassName
{
border-color: #AAD0A0;
}
</style>