Shades of Neutral Green #A6A387
Tints of Neutral Green #A6A387
RGB
CMYK
RGB Variations
Color information
#A6A387 (or 0xA6A387) is known color: Neutral Green. HEX triplet: A6, A3 and 87. RGB value is (166,163,135). Sum of RGB (Red+Green+Blue) = 166+163+135=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A387 is #595C78. Grayscale: #A0A0A0. Windows color (decimal): -5856377 or 8889254. OLE color: 8889254.
HSL color Cylindrical-coordinate representation of color #A6A387: hue angle of 54.19º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6A387 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 135 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.35 |
| HSL | 54.19º | 0.15% | 0.59% | - |
| HSV(B) | 54.19º | 0.19% | 0.65% | - |
| XYZ | 33.2 | 36.05 | 28.13 | - |
| YUV | 160.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 135 | 0 | 0.02 | 0.19 | 0.35 | 54.19 | 0.15 | 0.59 |
| Hex | A6 | A3 | 87 | 0 | 2 | 13 | 23 | 36 | F | 3B |
| Octal | 246 | 243 | 207 | 0 | 2 | 23 | 43 | 66 | 17 | 73 |
| Binary | 10100110 | 10100011 | 10000111 | 0 | 10 | 10011 | 100011 | 110110 | 1111 | 111011 |
Color Harmonies of #A6A387
Complementary color
Monochromatic Colors of #A6A387
Black with #A6A387
Text Example
Text Example
White with #A6A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A387; }
p { color: rgb(166,163,135); }
H1.HeaderClassName
{
color: #A6A387;
}
.AnyTagClassName
{
color: #A6A387;
}
</style>
background-color css
<style>
a { background-color: #A6A387; }
a { background-color: rgb(166,163,135); }
div.DivClassName
{
background-color: #A6A387;
}
.BgClassName
{
background-color: #A6A387;
}
</style>
border-color css
<style>
span { border-color: #A6A387; }
span { border-color: rgb(166,163,135); }
td.TdClassName
{
border-color: #A6A387;
}
.TagClassName
{
border-color: #A6A387;
}
</style>