Shades of Spring Rain #A1CAA0
Tints of Spring Rain #A1CAA0
RGB
CMYK
RGB Variations
Color information
#A1CAA0 (or 0xA1CAA0) is known color: Spring Rain. HEX triplet: A1, CA and A0. RGB value is (161,202,160). Sum of RGB (Red+Green+Blue) = 161+202+160=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CAA0 is #5E355F. Grayscale: #B9B9B9. Windows color (decimal): -6174048 or 10537633. OLE color: 10537633.
HSL color Cylindrical-coordinate representation of color #A1CAA0: hue angle of 118.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 160 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.21 |
| HSL | 118.57º | 0.28% | 0.71% | - |
| HSV(B) | 118.57º | 0.21% | 0.79% | - |
| XYZ | 42.16 | 52.36 | 41.14 | - |
| YUV | 184.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 160 | 0.20 | 0 | 0.21 | 0.21 | 118.57 | 0.28 | 0.71 |
| Hex | A1 | CA | A0 | 14 | 0 | 15 | 15 | 77 | 1C | 47 |
| Octal | 241 | 312 | 240 | 24 | 0 | 25 | 25 | 167 | 34 | 107 |
| Binary | 10100001 | 11001010 | 10100000 | 10100 | 0 | 10101 | 10101 | 1110111 | 11100 | 1000111 |
Color Harmonies of #A1CAA0
Complementary color
Monochromatic Colors of #A1CAA0
Black with #A1CAA0
Text Example
Text Example
White with #A1CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAA0; }
p { color: rgb(161,202,160); }
H1.HeaderClassName
{
color: #A1CAA0;
}
.AnyTagClassName
{
color: #A1CAA0;
}
</style>
background-color css
<style>
a { background-color: #A1CAA0; }
a { background-color: rgb(161,202,160); }
div.DivClassName
{
background-color: #A1CAA0;
}
.BgClassName
{
background-color: #A1CAA0;
}
</style>
border-color css
<style>
span { border-color: #A1CAA0; }
span { border-color: rgb(161,202,160); }
td.TdClassName
{
border-color: #A1CAA0;
}
.TagClassName
{
border-color: #A1CAA0;
}
</style>