Shades of Spring Rain #A4CBA1
Tints of Spring Rain #A4CBA1
RGB
CMYK
RGB Variations
Color information
#A4CBA1 (or 0xA4CBA1) is known color: Spring Rain. HEX triplet: A4, CB and A1. RGB value is (164,203,161). Sum of RGB (Red+Green+Blue) = 164+203+161=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBA1 is #5B345E. Grayscale: #BABABA. Windows color (decimal): -5977183 or 10603428. OLE color: 10603428.
HSL color Cylindrical-coordinate representation of color #A4CBA1: hue angle of 115.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CBA1 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 161 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.20 |
| HSL | 115.71º | 0.29% | 0.71% | - |
| HSV(B) | 115.71º | 0.21% | 0.8% | - |
| XYZ | 43.1 | 53.18 | 41.71 | - |
| YUV | 186.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 161 | 0.19 | 0 | 0.21 | 0.20 | 115.71 | 0.29 | 0.71 |
| Hex | A4 | CB | A1 | 13 | 0 | 15 | 14 | 74 | 1D | 47 |
| Octal | 244 | 313 | 241 | 23 | 0 | 25 | 24 | 164 | 35 | 107 |
| Binary | 10100100 | 11001011 | 10100001 | 10011 | 0 | 10101 | 10100 | 1110100 | 11101 | 1000111 |
Color Harmonies of #A4CBA1
Complementary color
Monochromatic Colors of #A4CBA1
Black with #A4CBA1
Text Example
Text Example
White with #A4CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBA1; }
p { color: rgb(164,203,161); }
H1.HeaderClassName
{
color: #A4CBA1;
}
.AnyTagClassName
{
color: #A4CBA1;
}
</style>
background-color css
<style>
a { background-color: #A4CBA1; }
a { background-color: rgb(164,203,161); }
div.DivClassName
{
background-color: #A4CBA1;
}
.BgClassName
{
background-color: #A4CBA1;
}
</style>
border-color css
<style>
span { border-color: #A4CBA1; }
span { border-color: rgb(164,203,161); }
td.TdClassName
{
border-color: #A4CBA1;
}
.TagClassName
{
border-color: #A4CBA1;
}
</style>