Shades of Spring Rain #A4C2A3
Tints of Spring Rain #A4C2A3
RGB
CMYK
RGB Variations
Color information
#A4C2A3 (or 0xA4C2A3) is known color: Spring Rain. HEX triplet: A4, C2 and A3. RGB value is (164,194,163). Sum of RGB (Red+Green+Blue) = 164+194+163=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2A3 is #5B3D5C. Grayscale: #B5B5B5. Windows color (decimal): -5979485 or 10732196. OLE color: 10732196.
HSL color Cylindrical-coordinate representation of color #A4C2A3: hue angle of 118.06º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4C2A3 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 163 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.24 |
| HSL | 118.06º | 0.2% | 0.7% | - |
| HSV(B) | 118.06º | 0.16% | 0.76% | - |
| XYZ | 41.21 | 49.12 | 41.96 | - |
| YUV | 181.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 163 | 0.15 | 0 | 0.16 | 0.24 | 118.06 | 0.2 | 0.7 |
| Hex | A4 | C2 | A3 | F | 0 | 10 | 18 | 76 | 14 | 46 |
| Octal | 244 | 302 | 243 | 17 | 0 | 20 | 30 | 166 | 24 | 106 |
| Binary | 10100100 | 11000010 | 10100011 | 1111 | 0 | 10000 | 11000 | 1110110 | 10100 | 1000110 |
Color Harmonies of #A4C2A3
Complementary color
Monochromatic Colors of #A4C2A3
Black with #A4C2A3
Text Example
Text Example
White with #A4C2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2A3; }
p { color: rgb(164,194,163); }
H1.HeaderClassName
{
color: #A4C2A3;
}
.AnyTagClassName
{
color: #A4C2A3;
}
</style>
background-color css
<style>
a { background-color: #A4C2A3; }
a { background-color: rgb(164,194,163); }
div.DivClassName
{
background-color: #A4C2A3;
}
.BgClassName
{
background-color: #A4C2A3;
}
</style>
border-color css
<style>
span { border-color: #A4C2A3; }
span { border-color: rgb(164,194,163); }
td.TdClassName
{
border-color: #A4C2A3;
}
.TagClassName
{
border-color: #A4C2A3;
}
</style>