Shades of Spring Rain #AAD1A1
Tints of Spring Rain #AAD1A1
RGB
CMYK
RGB Variations
Color information
#AAD1A1 (or 0xAAD1A1) is known color: Spring Rain. HEX triplet: AA, D1 and A1. RGB value is (170,209,161). Sum of RGB (Red+Green+Blue) = 170+209+161=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A1 is #552E5E. Grayscale: #C0C0C0. Windows color (decimal): -5582431 or 10604970. OLE color: 10604970.
HSL color Cylindrical-coordinate representation of color #AAD1A1: hue angle of 108.75º degrees, saturation: 0.34, 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 #AAD1A1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 161 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.18 |
| HSL | 108.75º | 0.34% | 0.73% | - |
| HSV(B) | 108.75º | 0.23% | 0.82% | - |
| XYZ | 45.81 | 56.72 | 42.25 | - |
| YUV | 191.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 161 | 0.19 | 0 | 0.23 | 0.18 | 108.75 | 0.34 | 0.73 |
| Hex | AA | D1 | A1 | 13 | 0 | 17 | 12 | 6D | 22 | 49 |
| Octal | 252 | 321 | 241 | 23 | 0 | 27 | 22 | 155 | 42 | 111 |
| Binary | 10101010 | 11010001 | 10100001 | 10011 | 0 | 10111 | 10010 | 1101101 | 100010 | 1001001 |
Color Harmonies of #AAD1A1
Complementary color
Monochromatic Colors of #AAD1A1
Black with #AAD1A1
Text Example
Text Example
White with #AAD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1A1; }
p { color: rgb(170,209,161); }
H1.HeaderClassName
{
color: #AAD1A1;
}
.AnyTagClassName
{
color: #AAD1A1;
}
</style>
background-color css
<style>
a { background-color: #AAD1A1; }
a { background-color: rgb(170,209,161); }
div.DivClassName
{
background-color: #AAD1A1;
}
.BgClassName
{
background-color: #AAD1A1;
}
</style>
border-color css
<style>
span { border-color: #AAD1A1; }
span { border-color: rgb(170,209,161); }
td.TdClassName
{
border-color: #AAD1A1;
}
.TagClassName
{
border-color: #AAD1A1;
}
</style>