Shades of Spring Rain #A2C0A1
Tints of Spring Rain #A2C0A1
RGB
CMYK
RGB Variations
Color information
#A2C0A1 (or 0xA2C0A1) is known color: Spring Rain. HEX triplet: A2, C0 and A1. RGB value is (162,192,161). Sum of RGB (Red+Green+Blue) = 162+192+161=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0A1 is #5D3F5E. Grayscale: #B3B3B3. Windows color (decimal): -6111071 or 10600610. OLE color: 10600610.
HSL color Cylindrical-coordinate representation of color #A2C0A1: hue angle of 118.06º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0A1 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 161 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.25 |
| HSL | 118.06º | 0.2% | 0.69% | - |
| HSV(B) | 118.06º | 0.16% | 0.75% | - |
| XYZ | 40.18 | 47.95 | 40.86 | - |
| YUV | 179.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 161 | 0.16 | 0 | 0.16 | 0.25 | 118.06 | 0.2 | 0.69 |
| Hex | A2 | C0 | A1 | 10 | 0 | 10 | 19 | 76 | 14 | 45 |
| Octal | 242 | 300 | 241 | 20 | 0 | 20 | 31 | 166 | 24 | 105 |
| Binary | 10100010 | 11000000 | 10100001 | 10000 | 0 | 10000 | 11001 | 1110110 | 10100 | 1000101 |
Color Harmonies of #A2C0A1
Complementary color
Monochromatic Colors of #A2C0A1
Black with #A2C0A1
Text Example
Text Example
White with #A2C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0A1; }
p { color: rgb(162,192,161); }
H1.HeaderClassName
{
color: #A2C0A1;
}
.AnyTagClassName
{
color: #A2C0A1;
}
</style>
background-color css
<style>
a { background-color: #A2C0A1; }
a { background-color: rgb(162,192,161); }
div.DivClassName
{
background-color: #A2C0A1;
}
.BgClassName
{
background-color: #A2C0A1;
}
</style>
border-color css
<style>
span { border-color: #A2C0A1; }
span { border-color: rgb(162,192,161); }
td.TdClassName
{
border-color: #A2C0A1;
}
.TagClassName
{
border-color: #A2C0A1;
}
</style>