Shades of Neutral Green #A6A47B
Tints of Neutral Green #A6A47B
RGB
CMYK
RGB Variations
Color information
#A6A47B (or 0xA6A47B) is known color: Neutral Green. HEX triplet: A6, A4 and 7B. RGB value is (166,164,123). Sum of RGB (Red+Green+Blue) = 166+164+123=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A47B is #595B84. Grayscale: #A0A0A0. Windows color (decimal): -5856133 or 8103078. OLE color: 8103078.
HSL color Cylindrical-coordinate representation of color #A6A47B: hue angle of 57.21º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A47B is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 123 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.35 |
| HSL | 57.21º | 0.19% | 0.57% | - |
| HSV(B) | 57.21º | 0.26% | 0.65% | - |
| XYZ | 32.58 | 36.09 | 23.99 | - |
| YUV | 159.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 123 | 0 | 0.01 | 0.26 | 0.35 | 57.21 | 0.19 | 0.57 |
| Hex | A6 | A4 | 7B | 0 | 1 | 1A | 23 | 39 | 13 | 39 |
| Octal | 246 | 244 | 173 | 0 | 1 | 32 | 43 | 71 | 23 | 71 |
| Binary | 10100110 | 10100100 | 1111011 | 0 | 1 | 11010 | 100011 | 111001 | 10011 | 111001 |
Color Harmonies of #A6A47B
Complementary color
Monochromatic Colors of #A6A47B
Black with #A6A47B
Text Example
Text Example
White with #A6A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A47B; }
p { color: rgb(166,164,123); }
H1.HeaderClassName
{
color: #A6A47B;
}
.AnyTagClassName
{
color: #A6A47B;
}
</style>
background-color css
<style>
a { background-color: #A6A47B; }
a { background-color: rgb(166,164,123); }
div.DivClassName
{
background-color: #A6A47B;
}
.BgClassName
{
background-color: #A6A47B;
}
</style>
border-color css
<style>
span { border-color: #A6A47B; }
span { border-color: rgb(166,164,123); }
td.TdClassName
{
border-color: #A6A47B;
}
.TagClassName
{
border-color: #A6A47B;
}
</style>