Shades of Neutral Green #A6A089
Tints of Neutral Green #A6A089
RGB
CMYK
RGB Variations
Color information
#A6A089 (or 0xA6A089) is known color: Neutral Green. HEX triplet: A6, A0 and 89. RGB value is (166,160,137). Sum of RGB (Red+Green+Blue) = 166+160+137=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A089 is #595F76. Grayscale: #9F9F9F. Windows color (decimal): -5857143 or 9019558. OLE color: 9019558.
HSL color Cylindrical-coordinate representation of color #A6A089: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6A089 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 137 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.35 |
| HSL | 47.59º | 0.14% | 0.59% | - |
| HSV(B) | 47.59º | 0.17% | 0.65% | - |
| XYZ | 32.81 | 35.05 | 28.7 | - |
| YUV | 159.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 137 | 0 | 0.04 | 0.17 | 0.35 | 47.59 | 0.14 | 0.59 |
| Hex | A6 | A0 | 89 | 0 | 4 | 11 | 23 | 30 | E | 3B |
| Octal | 246 | 240 | 211 | 0 | 4 | 21 | 43 | 60 | 16 | 73 |
| Binary | 10100110 | 10100000 | 10001001 | 0 | 100 | 10001 | 100011 | 110000 | 1110 | 111011 |
Color Harmonies of #A6A089
Complementary color
Monochromatic Colors of #A6A089
Black with #A6A089
Text Example
Text Example
White with #A6A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A089; }
p { color: rgb(166,160,137); }
H1.HeaderClassName
{
color: #A6A089;
}
.AnyTagClassName
{
color: #A6A089;
}
</style>
background-color css
<style>
a { background-color: #A6A089; }
a { background-color: rgb(166,160,137); }
div.DivClassName
{
background-color: #A6A089;
}
.BgClassName
{
background-color: #A6A089;
}
</style>
border-color css
<style>
span { border-color: #A6A089; }
span { border-color: rgb(166,160,137); }
td.TdClassName
{
border-color: #A6A089;
}
.TagClassName
{
border-color: #A6A089;
}
</style>