Shades of Olive Green #A9A864
Tints of Olive Green #A9A864
RGB
CMYK
RGB Variations
Color information
#A9A864 (or 0xA9A864) is known color: Olive Green. HEX triplet: A9, A8 and 64. RGB value is (169,168,100). Sum of RGB (Red+Green+Blue) = 169+168+100=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A864 is #56579B. Grayscale: #A0A0A0. Windows color (decimal): -5658524 or 6596777. OLE color: 6596777.
HSL color Cylindrical-coordinate representation of color #A9A864: hue angle of 59.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9A864 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 100 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.34 |
| HSL | 59.13º | 0.29% | 0.53% | - |
| HSV(B) | 59.13º | 0.41% | 0.66% | - |
| XYZ | 32.67 | 37.36 | 17.55 | - |
| YUV | 160.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 100 | 0 | 0.01 | 0.41 | 0.34 | 59.13 | 0.29 | 0.53 |
| Hex | A9 | A8 | 64 | 0 | 1 | 29 | 22 | 3B | 1D | 35 |
| Octal | 251 | 250 | 144 | 0 | 1 | 51 | 42 | 73 | 35 | 65 |
| Binary | 10101001 | 10101000 | 1100100 | 0 | 1 | 101001 | 100010 | 111011 | 11101 | 110101 |
Color Harmonies of #A9A864
Complementary color
Monochromatic Colors of #A9A864
Black with #A9A864
Text Example
Text Example
White with #A9A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A864; }
p { color: rgb(169,168,100); }
H1.HeaderClassName
{
color: #A9A864;
}
.AnyTagClassName
{
color: #A9A864;
}
</style>
background-color css
<style>
a { background-color: #A9A864; }
a { background-color: rgb(169,168,100); }
div.DivClassName
{
background-color: #A9A864;
}
.BgClassName
{
background-color: #A9A864;
}
</style>
border-color css
<style>
span { border-color: #A9A864; }
span { border-color: rgb(169,168,100); }
td.TdClassName
{
border-color: #A9A864;
}
.TagClassName
{
border-color: #A9A864;
}
</style>