Shades of Spring Rain #A5CCA2
Tints of Spring Rain #A5CCA2
RGB
CMYK
RGB Variations
Color information
#A5CCA2 (or 0xA5CCA2) is known color: Spring Rain. HEX triplet: A5, CC and A2. RGB value is (165,204,162). Sum of RGB (Red+Green+Blue) = 165+204+162=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CCA2 is #5A335D. Grayscale: #BBBBBB. Windows color (decimal): -5911390 or 10669221. OLE color: 10669221.
HSL color Cylindrical-coordinate representation of color #A5CCA2: hue angle of 115.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5CCA2 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 162 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.2 |
| HSL | 115.71º | 0.29% | 0.72% | - |
| HSV(B) | 115.71º | 0.21% | 0.8% | - |
| XYZ | 43.63 | 53.79 | 42.27 | - |
| YUV | 187.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 162 | 0.19 | 0 | 0.21 | 0.2 | 115.71 | 0.29 | 0.72 |
| Hex | A5 | CC | A2 | 13 | 0 | 15 | 14 | 74 | 1D | 48 |
| Octal | 245 | 314 | 242 | 23 | 0 | 25 | 24 | 164 | 35 | 110 |
| Binary | 10100101 | 11001100 | 10100010 | 10011 | 0 | 10101 | 10100 | 1110100 | 11101 | 1001000 |
Color Harmonies of #A5CCA2
Complementary color
Monochromatic Colors of #A5CCA2
Black with #A5CCA2
Text Example
Text Example
White with #A5CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCA2; }
p { color: rgb(165,204,162); }
H1.HeaderClassName
{
color: #A5CCA2;
}
.AnyTagClassName
{
color: #A5CCA2;
}
</style>
background-color css
<style>
a { background-color: #A5CCA2; }
a { background-color: rgb(165,204,162); }
div.DivClassName
{
background-color: #A5CCA2;
}
.BgClassName
{
background-color: #A5CCA2;
}
</style>
border-color css
<style>
span { border-color: #A5CCA2; }
span { border-color: rgb(165,204,162); }
td.TdClassName
{
border-color: #A5CCA2;
}
.TagClassName
{
border-color: #A5CCA2;
}
</style>