Shades of Spring Rain #A4C3A1
Tints of Spring Rain #A4C3A1
RGB
CMYK
RGB Variations
Color information
#A4C3A1 (or 0xA4C3A1) is known color: Spring Rain. HEX triplet: A4, C3 and A1. RGB value is (164,195,161). Sum of RGB (Red+Green+Blue) = 164+195+161=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C3A1 is #5B3C5E. Grayscale: #B5B5B5. Windows color (decimal): -5979231 or 10601380. OLE color: 10601380.
HSL color Cylindrical-coordinate representation of color #A4C3A1: hue angle of 114.71º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C3A1 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 161 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.24 |
| HSL | 114.71º | 0.22% | 0.7% | - |
| HSV(B) | 114.71º | 0.17% | 0.76% | - |
| XYZ | 41.26 | 49.5 | 41.1 | - |
| YUV | 181.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 161 | 0.16 | 0 | 0.17 | 0.24 | 114.71 | 0.22 | 0.7 |
| Hex | A4 | C3 | A1 | 10 | 0 | 11 | 18 | 73 | 16 | 46 |
| Octal | 244 | 303 | 241 | 20 | 0 | 21 | 30 | 163 | 26 | 106 |
| Binary | 10100100 | 11000011 | 10100001 | 10000 | 0 | 10001 | 11000 | 1110011 | 10110 | 1000110 |
Color Harmonies of #A4C3A1
Complementary color
Monochromatic Colors of #A4C3A1
Black with #A4C3A1
Text Example
Text Example
White with #A4C3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C3A1; }
p { color: rgb(164,195,161); }
H1.HeaderClassName
{
color: #A4C3A1;
}
.AnyTagClassName
{
color: #A4C3A1;
}
</style>
background-color css
<style>
a { background-color: #A4C3A1; }
a { background-color: rgb(164,195,161); }
div.DivClassName
{
background-color: #A4C3A1;
}
.BgClassName
{
background-color: #A4C3A1;
}
</style>
border-color css
<style>
span { border-color: #A4C3A1; }
span { border-color: rgb(164,195,161); }
td.TdClassName
{
border-color: #A4C3A1;
}
.TagClassName
{
border-color: #A4C3A1;
}
</style>