Shades of Green Spring #A6AF99
Tints of Green Spring #A6AF99
RGB
CMYK
RGB Variations
Color information
#A6AF99 (or 0xA6AF99) is known color: Green Spring. HEX triplet: A6, AF and 99. RGB value is (166,175,153). Sum of RGB (Red+Green+Blue) = 166+175+153=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF99 is #595066. Grayscale: #A9A9A9. Windows color (decimal): -5853287 or 10071974. OLE color: 10071974.
HSL color Cylindrical-coordinate representation of color #A6AF99: hue angle of 84.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6AF99 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 153 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.31 |
| HSL | 84.55º | 0.12% | 0.64% | - |
| HSV(B) | 84.55º | 0.13% | 0.69% | - |
| XYZ | 36.81 | 41.07 | 36.12 | - |
| YUV | 169.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 153 | 0.05 | 0 | 0.13 | 0.31 | 84.55 | 0.12 | 0.64 |
| Hex | A6 | AF | 99 | 5 | 0 | D | 1F | 55 | C | 40 |
| Octal | 246 | 257 | 231 | 5 | 0 | 15 | 37 | 125 | 14 | 100 |
| Binary | 10100110 | 10101111 | 10011001 | 101 | 0 | 1101 | 11111 | 1010101 | 1100 | 1000000 |
Color Harmonies of #A6AF99
Complementary color
Monochromatic Colors of #A6AF99
Black with #A6AF99
Text Example
Text Example
White with #A6AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF99; }
p { color: rgb(166,175,153); }
H1.HeaderClassName
{
color: #A6AF99;
}
.AnyTagClassName
{
color: #A6AF99;
}
</style>
background-color css
<style>
a { background-color: #A6AF99; }
a { background-color: rgb(166,175,153); }
div.DivClassName
{
background-color: #A6AF99;
}
.BgClassName
{
background-color: #A6AF99;
}
</style>
border-color css
<style>
span { border-color: #A6AF99; }
span { border-color: rgb(166,175,153); }
td.TdClassName
{
border-color: #A6AF99;
}
.TagClassName
{
border-color: #A6AF99;
}
</style>