Shades of Olive Green #A9A457
Tints of Olive Green #A9A457
RGB
CMYK
RGB Variations
Color information
#A9A457 (or 0xA9A457) is known color: Olive Green. HEX triplet: A9, A4 and 57. RGB value is (169,164,87). Sum of RGB (Red+Green+Blue) = 169+164+87=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A457 is #565BA8. Grayscale: #9D9D9D. Windows color (decimal): -5659561 or 5743785. OLE color: 5743785.
HSL color Cylindrical-coordinate representation of color #A9A457: hue angle of 56.34º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9A457 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 87 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.34 |
| HSL | 56.34º | 0.32% | 0.5% | - |
| HSV(B) | 56.34º | 0.49% | 0.66% | - |
| XYZ | 31.36 | 35.67 | 14.25 | - |
| YUV | 156.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 87 | 0 | 0.03 | 0.49 | 0.34 | 56.34 | 0.32 | 0.5 |
| Hex | A9 | A4 | 57 | 0 | 3 | 31 | 22 | 38 | 20 | 32 |
| Octal | 251 | 244 | 127 | 0 | 3 | 61 | 42 | 70 | 40 | 62 |
| Binary | 10101001 | 10100100 | 1010111 | 0 | 11 | 110001 | 100010 | 111000 | 100000 | 110010 |
Color Harmonies of #A9A457
Complementary color
Monochromatic Colors of #A9A457
Black with #A9A457
Text Example
Text Example
White with #A9A457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A457; }
p { color: rgb(169,164,87); }
H1.HeaderClassName
{
color: #A9A457;
}
.AnyTagClassName
{
color: #A9A457;
}
</style>
background-color css
<style>
a { background-color: #A9A457; }
a { background-color: rgb(169,164,87); }
div.DivClassName
{
background-color: #A9A457;
}
.BgClassName
{
background-color: #A9A457;
}
</style>
border-color css
<style>
span { border-color: #A9A457; }
span { border-color: rgb(169,164,87); }
td.TdClassName
{
border-color: #A9A457;
}
.TagClassName
{
border-color: #A9A457;
}
</style>