Shades of Spring Rain #AACAA1
Tints of Spring Rain #AACAA1
RGB
CMYK
RGB Variations
Color information
#AACAA1 (or 0xAACAA1) is known color: Spring Rain. HEX triplet: AA, CA and A1. RGB value is (170,202,161). Sum of RGB (Red+Green+Blue) = 170+202+161=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA1 is #55355E. Grayscale: #BBBBBB. Windows color (decimal): -5584223 or 10603178. OLE color: 10603178.
HSL color Cylindrical-coordinate representation of color #AACAA1: hue angle of 106.83º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACAA1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 161 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.21 |
| HSL | 106.83º | 0.28% | 0.71% | - |
| HSV(B) | 106.83º | 0.2% | 0.79% | - |
| XYZ | 44.13 | 53.36 | 41.69 | - |
| YUV | 187.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 161 | 0.16 | 0 | 0.20 | 0.21 | 106.83 | 0.28 | 0.71 |
| Hex | AA | CA | A1 | 10 | 0 | 14 | 15 | 6B | 1C | 47 |
| Octal | 252 | 312 | 241 | 20 | 0 | 24 | 25 | 153 | 34 | 107 |
| Binary | 10101010 | 11001010 | 10100001 | 10000 | 0 | 10100 | 10101 | 1101011 | 11100 | 1000111 |
Color Harmonies of #AACAA1
Complementary color
Monochromatic Colors of #AACAA1
Black with #AACAA1
Text Example
Text Example
White with #AACAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAA1; }
p { color: rgb(170,202,161); }
H1.HeaderClassName
{
color: #AACAA1;
}
.AnyTagClassName
{
color: #AACAA1;
}
</style>
background-color css
<style>
a { background-color: #AACAA1; }
a { background-color: rgb(170,202,161); }
div.DivClassName
{
background-color: #AACAA1;
}
.BgClassName
{
background-color: #AACAA1;
}
</style>
border-color css
<style>
span { border-color: #AACAA1; }
span { border-color: rgb(170,202,161); }
td.TdClassName
{
border-color: #AACAA1;
}
.TagClassName
{
border-color: #AACAA1;
}
</style>