Shades of Neutral Green #A6A37E
Tints of Neutral Green #A6A37E
RGB
CMYK
RGB Variations
Color information
#A6A37E (or 0xA6A37E) is known color: Neutral Green. HEX triplet: A6, A3 and 7E. RGB value is (166,163,126). Sum of RGB (Red+Green+Blue) = 166+163+126=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A37E is #595C81. Grayscale: #9F9F9F. Windows color (decimal): -5856386 or 8299430. OLE color: 8299430.
HSL color Cylindrical-coordinate representation of color #A6A37E: hue angle of 55.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6A37E is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 126 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.35 |
| HSL | 55.5º | 0.18% | 0.57% | - |
| HSV(B) | 55.5º | 0.24% | 0.65% | - |
| XYZ | 32.59 | 35.81 | 24.93 | - |
| YUV | 159.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 126 | 0 | 0.02 | 0.24 | 0.35 | 55.5 | 0.18 | 0.57 |
| Hex | A6 | A3 | 7E | 0 | 2 | 18 | 23 | 38 | 12 | 39 |
| Octal | 246 | 243 | 176 | 0 | 2 | 30 | 43 | 70 | 22 | 71 |
| Binary | 10100110 | 10100011 | 1111110 | 0 | 10 | 11000 | 100011 | 111000 | 10010 | 111001 |
Color Harmonies of #A6A37E
Complementary color
Monochromatic Colors of #A6A37E
Black with #A6A37E
Text Example
Text Example
White with #A6A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A37E; }
p { color: rgb(166,163,126); }
H1.HeaderClassName
{
color: #A6A37E;
}
.AnyTagClassName
{
color: #A6A37E;
}
</style>
background-color css
<style>
a { background-color: #A6A37E; }
a { background-color: rgb(166,163,126); }
div.DivClassName
{
background-color: #A6A37E;
}
.BgClassName
{
background-color: #A6A37E;
}
</style>
border-color css
<style>
span { border-color: #A6A37E; }
span { border-color: rgb(166,163,126); }
td.TdClassName
{
border-color: #A6A37E;
}
.TagClassName
{
border-color: #A6A37E;
}
</style>