Shades of Neutral Green #A9A67C
Tints of Neutral Green #A9A67C
RGB
CMYK
RGB Variations
Color information
#A9A67C (or 0xA9A67C) is known color: Neutral Green. HEX triplet: A9, A6 and 7C. RGB value is (169,166,124). Sum of RGB (Red+Green+Blue) = 169+166+124=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A67C is #565983. Grayscale: #A2A2A2. Windows color (decimal): -5659012 or 8169129. OLE color: 8169129.
HSL color Cylindrical-coordinate representation of color #A9A67C: hue angle of 56º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9A67C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 124 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.34 |
| HSL | 56º | 0.21% | 0.57% | - |
| HSV(B) | 56º | 0.27% | 0.66% | - |
| XYZ | 33.64 | 37.16 | 24.47 | - |
| YUV | 162.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 124 | 0 | 0.02 | 0.27 | 0.34 | 56 | 0.21 | 0.57 |
| Hex | A9 | A6 | 7C | 0 | 2 | 1B | 22 | 38 | 15 | 39 |
| Octal | 251 | 246 | 174 | 0 | 2 | 33 | 42 | 70 | 25 | 71 |
| Binary | 10101001 | 10100110 | 1111100 | 0 | 10 | 11011 | 100010 | 111000 | 10101 | 111001 |
Color Harmonies of #A9A67C
Complementary color
Monochromatic Colors of #A9A67C
Black with #A9A67C
Text Example
Text Example
White with #A9A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A67C; }
p { color: rgb(169,166,124); }
H1.HeaderClassName
{
color: #A9A67C;
}
.AnyTagClassName
{
color: #A9A67C;
}
</style>
background-color css
<style>
a { background-color: #A9A67C; }
a { background-color: rgb(169,166,124); }
div.DivClassName
{
background-color: #A9A67C;
}
.BgClassName
{
background-color: #A9A67C;
}
</style>
border-color css
<style>
span { border-color: #A9A67C; }
span { border-color: rgb(169,166,124); }
td.TdClassName
{
border-color: #A9A67C;
}
.TagClassName
{
border-color: #A9A67C;
}
</style>