Shades of Olive Green #A9A863
Tints of Olive Green #A9A863
RGB
CMYK
RGB Variations
Color information
#A9A863 (or 0xA9A863) is known color: Olive Green. HEX triplet: A9, A8 and 63. RGB value is (169,168,99). Sum of RGB (Red+Green+Blue) = 169+168+99=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A863 is #56579C. Grayscale: #A0A0A0. Windows color (decimal): -5658525 or 6531241. OLE color: 6531241.
HSL color Cylindrical-coordinate representation of color #A9A863: hue angle of 59.14º 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 #A9A863 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 99 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.34 |
| HSL | 59.14º | 0.29% | 0.53% | - |
| HSV(B) | 59.14º | 0.41% | 0.66% | - |
| XYZ | 32.62 | 37.34 | 17.29 | - |
| YUV | 160.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 99 | 0 | 0.01 | 0.41 | 0.34 | 59.14 | 0.29 | 0.53 |
| Hex | A9 | A8 | 63 | 0 | 1 | 29 | 22 | 3B | 1D | 35 |
| Octal | 251 | 250 | 143 | 0 | 1 | 51 | 42 | 73 | 35 | 65 |
| Binary | 10101001 | 10101000 | 1100011 | 0 | 1 | 101001 | 100010 | 111011 | 11101 | 110101 |
Color Harmonies of #A9A863
Complementary color
Monochromatic Colors of #A9A863
Black with #A9A863
Text Example
Text Example
White with #A9A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A863; }
p { color: rgb(169,168,99); }
H1.HeaderClassName
{
color: #A9A863;
}
.AnyTagClassName
{
color: #A9A863;
}
</style>
background-color css
<style>
a { background-color: #A9A863; }
a { background-color: rgb(169,168,99); }
div.DivClassName
{
background-color: #A9A863;
}
.BgClassName
{
background-color: #A9A863;
}
</style>
border-color css
<style>
span { border-color: #A9A863; }
span { border-color: rgb(169,168,99); }
td.TdClassName
{
border-color: #A9A863;
}
.TagClassName
{
border-color: #A9A863;
}
</style>