Shades of Spring Rain #A6C0A1
Tints of Spring Rain #A6C0A1
RGB
CMYK
RGB Variations
Color information
#A6C0A1 (or 0xA6C0A1) is known color: Spring Rain. HEX triplet: A6, C0 and A1. RGB value is (166,192,161). Sum of RGB (Red+Green+Blue) = 166+192+161=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0A1 is #593F5E. Grayscale: #B4B4B4. Windows color (decimal): -5848927 or 10600614. OLE color: 10600614.
HSL color Cylindrical-coordinate representation of color #A6C0A1: hue angle of 110.32º 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 #A6C0A1 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 161 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.25 |
| HSL | 110.32º | 0.2% | 0.69% | - |
| HSV(B) | 110.32º | 0.16% | 0.75% | - |
| XYZ | 41.01 | 48.38 | 40.9 | - |
| YUV | 180.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 161 | 0.14 | 0 | 0.16 | 0.25 | 110.32 | 0.2 | 0.69 |
| Hex | A6 | C0 | A1 | E | 0 | 10 | 19 | 6E | 14 | 45 |
| Octal | 246 | 300 | 241 | 16 | 0 | 20 | 31 | 156 | 24 | 105 |
| Binary | 10100110 | 11000000 | 10100001 | 1110 | 0 | 10000 | 11001 | 1101110 | 10100 | 1000101 |
Color Harmonies of #A6C0A1
Complementary color
Monochromatic Colors of #A6C0A1
Black with #A6C0A1
Text Example
Text Example
White with #A6C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0A1; }
p { color: rgb(166,192,161); }
H1.HeaderClassName
{
color: #A6C0A1;
}
.AnyTagClassName
{
color: #A6C0A1;
}
</style>
background-color css
<style>
a { background-color: #A6C0A1; }
a { background-color: rgb(166,192,161); }
div.DivClassName
{
background-color: #A6C0A1;
}
.BgClassName
{
background-color: #A6C0A1;
}
</style>
border-color css
<style>
span { border-color: #A6C0A1; }
span { border-color: rgb(166,192,161); }
td.TdClassName
{
border-color: #A6C0A1;
}
.TagClassName
{
border-color: #A6C0A1;
}
</style>