Shades of Green Spring #A6AF91
Tints of Green Spring #A6AF91
RGB
CMYK
RGB Variations
Color information
#A6AF91 (or 0xA6AF91) is known color: Green Spring. HEX triplet: A6, AF and 91. RGB value is (166,175,145). Sum of RGB (Red+Green+Blue) = 166+175+145=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF91 is #59506E. Grayscale: #A9A9A9. Windows color (decimal): -5853295 or 9547686. OLE color: 9547686.
HSL color Cylindrical-coordinate representation of color #A6AF91: hue angle of 78º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6AF91 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 145 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.31 |
| HSL | 78º | 0.16% | 0.63% | - |
| HSV(B) | 78º | 0.17% | 0.69% | - |
| XYZ | 36.17 | 40.81 | 32.76 | - |
| YUV | 168.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 145 | 0.05 | 0 | 0.17 | 0.31 | 78 | 0.16 | 0.63 |
| Hex | A6 | AF | 91 | 5 | 0 | 11 | 1F | 4E | 10 | 3F |
| Octal | 246 | 257 | 221 | 5 | 0 | 21 | 37 | 116 | 20 | 77 |
| Binary | 10100110 | 10101111 | 10010001 | 101 | 0 | 10001 | 11111 | 1001110 | 10000 | 111111 |
Color Harmonies of #A6AF91
Complementary color
Monochromatic Colors of #A6AF91
Black with #A6AF91
Text Example
Text Example
White with #A6AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF91; }
p { color: rgb(166,175,145); }
H1.HeaderClassName
{
color: #A6AF91;
}
.AnyTagClassName
{
color: #A6AF91;
}
</style>
background-color css
<style>
a { background-color: #A6AF91; }
a { background-color: rgb(166,175,145); }
div.DivClassName
{
background-color: #A6AF91;
}
.BgClassName
{
background-color: #A6AF91;
}
</style>
border-color css
<style>
span { border-color: #A6AF91; }
span { border-color: rgb(166,175,145); }
td.TdClassName
{
border-color: #A6AF91;
}
.TagClassName
{
border-color: #A6AF91;
}
</style>