Shades of Olive Green #A9A653
Tints of Olive Green #A9A653
RGB
CMYK
RGB Variations
Color information
#A9A653 (or 0xA9A653) is known color: Olive Green. HEX triplet: A9, A6 and 53. RGB value is (169,166,83). Sum of RGB (Red+Green+Blue) = 169+166+83=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A653 is #5659AC. Grayscale: #9D9D9D. Windows color (decimal): -5659053 or 5482153. OLE color: 5482153.
HSL color Cylindrical-coordinate representation of color #A9A653: hue angle of 57.91º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9A653 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 83 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.34 |
| HSL | 57.91º | 0.34% | 0.49% | - |
| HSV(B) | 57.91º | 0.51% | 0.66% | - |
| XYZ | 31.56 | 36.33 | 13.53 | - |
| YUV | 157.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 83 | 0 | 0.02 | 0.51 | 0.34 | 57.91 | 0.34 | 0.49 |
| Hex | A9 | A6 | 53 | 0 | 2 | 33 | 22 | 3A | 22 | 31 |
| Octal | 251 | 246 | 123 | 0 | 2 | 63 | 42 | 72 | 42 | 61 |
| Binary | 10101001 | 10100110 | 1010011 | 0 | 10 | 110011 | 100010 | 111010 | 100010 | 110001 |
Color Harmonies of #A9A653
Complementary color
Monochromatic Colors of #A9A653
Black with #A9A653
Text Example
Text Example
White with #A9A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A653; }
p { color: rgb(169,166,83); }
H1.HeaderClassName
{
color: #A9A653;
}
.AnyTagClassName
{
color: #A9A653;
}
</style>
background-color css
<style>
a { background-color: #A9A653; }
a { background-color: rgb(169,166,83); }
div.DivClassName
{
background-color: #A9A653;
}
.BgClassName
{
background-color: #A9A653;
}
</style>
border-color css
<style>
span { border-color: #A9A653; }
span { border-color: rgb(169,166,83); }
td.TdClassName
{
border-color: #A9A653;
}
.TagClassName
{
border-color: #A9A653;
}
</style>