Shades of Spring Rain #A5CAA1
Tints of Spring Rain #A5CAA1
RGB
CMYK
RGB Variations
Color information
#A5CAA1 (or 0xA5CAA1) is known color: Spring Rain. HEX triplet: A5, CA and A1. RGB value is (165,202,161). Sum of RGB (Red+Green+Blue) = 165+202+161=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CAA1 is #5A355E. Grayscale: #BABABA. Windows color (decimal): -5911903 or 10603173. OLE color: 10603173.
HSL color Cylindrical-coordinate representation of color #A5CAA1: hue angle of 114.15º 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 #A5CAA1 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 161 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.21 |
| HSL | 114.15º | 0.28% | 0.71% | - |
| HSV(B) | 114.15º | 0.2% | 0.79% | - |
| XYZ | 43.07 | 52.81 | 41.64 | - |
| YUV | 186.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 161 | 0.18 | 0 | 0.20 | 0.21 | 114.15 | 0.28 | 0.71 |
| Hex | A5 | CA | A1 | 12 | 0 | 14 | 15 | 72 | 1C | 47 |
| Octal | 245 | 312 | 241 | 22 | 0 | 24 | 25 | 162 | 34 | 107 |
| Binary | 10100101 | 11001010 | 10100001 | 10010 | 0 | 10100 | 10101 | 1110010 | 11100 | 1000111 |
Color Harmonies of #A5CAA1
Complementary color
Monochromatic Colors of #A5CAA1
Black with #A5CAA1
Text Example
Text Example
White with #A5CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAA1; }
p { color: rgb(165,202,161); }
H1.HeaderClassName
{
color: #A5CAA1;
}
.AnyTagClassName
{
color: #A5CAA1;
}
</style>
background-color css
<style>
a { background-color: #A5CAA1; }
a { background-color: rgb(165,202,161); }
div.DivClassName
{
background-color: #A5CAA1;
}
.BgClassName
{
background-color: #A5CAA1;
}
</style>
border-color css
<style>
span { border-color: #A5CAA1; }
span { border-color: rgb(165,202,161); }
td.TdClassName
{
border-color: #A5CAA1;
}
.TagClassName
{
border-color: #A5CAA1;
}
</style>