Shades of Olive Green #A9A858
Tints of Olive Green #A9A858
RGB
CMYK
RGB Variations
Color information
#A9A858 (or 0xA9A858) is known color: Olive Green. HEX triplet: A9, A8 and 58. RGB value is (169,168,88). Sum of RGB (Red+Green+Blue) = 169+168+88=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A858 is #5657A7. Grayscale: #9F9F9F. Windows color (decimal): -5658536 or 5810345. OLE color: 5810345.
HSL color Cylindrical-coordinate representation of color #A9A858: hue angle of 59.26º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9A858 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 88 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.34 |
| HSL | 59.26º | 0.32% | 0.5% | - |
| HSV(B) | 59.26º | 0.48% | 0.66% | - |
| XYZ | 32.13 | 37.14 | 14.71 | - |
| YUV | 159.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 88 | 0 | 0.01 | 0.48 | 0.34 | 59.26 | 0.32 | 0.5 |
| Hex | A9 | A8 | 58 | 0 | 1 | 30 | 22 | 3B | 20 | 32 |
| Octal | 251 | 250 | 130 | 0 | 1 | 60 | 42 | 73 | 40 | 62 |
| Binary | 10101001 | 10101000 | 1011000 | 0 | 1 | 110000 | 100010 | 111011 | 100000 | 110010 |
Color Harmonies of #A9A858
Complementary color
Monochromatic Colors of #A9A858
Black with #A9A858
Text Example
Text Example
White with #A9A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A858; }
p { color: rgb(169,168,88); }
H1.HeaderClassName
{
color: #A9A858;
}
.AnyTagClassName
{
color: #A9A858;
}
</style>
background-color css
<style>
a { background-color: #A9A858; }
a { background-color: rgb(169,168,88); }
div.DivClassName
{
background-color: #A9A858;
}
.BgClassName
{
background-color: #A9A858;
}
</style>
border-color css
<style>
span { border-color: #A9A858; }
span { border-color: rgb(169,168,88); }
td.TdClassName
{
border-color: #A9A858;
}
.TagClassName
{
border-color: #A9A858;
}
</style>