Shades of Spring Rain #A6C2A0
Tints of Spring Rain #A6C2A0
RGB
CMYK
RGB Variations
Color information
#A6C2A0 (or 0xA6C2A0) is known color: Spring Rain. HEX triplet: A6, C2 and A0. RGB value is (166,194,160). Sum of RGB (Red+Green+Blue) = 166+194+160=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2A0 is #593D5F. Grayscale: #B5B5B5. Windows color (decimal): -5848416 or 10535590. OLE color: 10535590.
HSL color Cylindrical-coordinate representation of color #A6C2A0: hue angle of 109.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C2A0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 160 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.24 |
| HSL | 109.41º | 0.22% | 0.69% | - |
| HSV(B) | 109.41º | 0.18% | 0.76% | - |
| XYZ | 41.36 | 49.23 | 40.58 | - |
| YUV | 181.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 160 | 0.14 | 0 | 0.18 | 0.24 | 109.41 | 0.22 | 0.69 |
| Hex | A6 | C2 | A0 | E | 0 | 12 | 18 | 6D | 16 | 45 |
| Octal | 246 | 302 | 240 | 16 | 0 | 22 | 30 | 155 | 26 | 105 |
| Binary | 10100110 | 11000010 | 10100000 | 1110 | 0 | 10010 | 11000 | 1101101 | 10110 | 1000101 |
Color Harmonies of #A6C2A0
Complementary color
Monochromatic Colors of #A6C2A0
Black with #A6C2A0
Text Example
Text Example
White with #A6C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2A0; }
p { color: rgb(166,194,160); }
H1.HeaderClassName
{
color: #A6C2A0;
}
.AnyTagClassName
{
color: #A6C2A0;
}
</style>
background-color css
<style>
a { background-color: #A6C2A0; }
a { background-color: rgb(166,194,160); }
div.DivClassName
{
background-color: #A6C2A0;
}
.BgClassName
{
background-color: #A6C2A0;
}
</style>
border-color css
<style>
span { border-color: #A6C2A0; }
span { border-color: rgb(166,194,160); }
td.TdClassName
{
border-color: #A6C2A0;
}
.TagClassName
{
border-color: #A6C2A0;
}
</style>