Shades of Olive Green #A9A359
Tints of Olive Green #A9A359
RGB
CMYK
RGB Variations
Color information
#A9A359 (or 0xA9A359) is known color: Olive Green. HEX triplet: A9, A3 and 59. RGB value is (169,163,89). Sum of RGB (Red+Green+Blue) = 169+163+89=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A359 is #565CA6. Grayscale: #9C9C9C. Windows color (decimal): -5659815 or 5874601. OLE color: 5874601.
HSL color Cylindrical-coordinate representation of color #A9A359: hue angle of 55.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9A359 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 89 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.34 |
| HSL | 55.5º | 0.32% | 0.51% | - |
| HSV(B) | 55.5º | 0.47% | 0.66% | - |
| XYZ | 31.26 | 35.35 | 14.63 | - |
| YUV | 156.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 89 | 0 | 0.04 | 0.47 | 0.34 | 55.5 | 0.32 | 0.51 |
| Hex | A9 | A3 | 59 | 0 | 4 | 2F | 22 | 38 | 20 | 33 |
| Octal | 251 | 243 | 131 | 0 | 4 | 57 | 42 | 70 | 40 | 63 |
| Binary | 10101001 | 10100011 | 1011001 | 0 | 100 | 101111 | 100010 | 111000 | 100000 | 110011 |
Color Harmonies of #A9A359
Complementary color
Monochromatic Colors of #A9A359
Black with #A9A359
Text Example
Text Example
White with #A9A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A359; }
p { color: rgb(169,163,89); }
H1.HeaderClassName
{
color: #A9A359;
}
.AnyTagClassName
{
color: #A9A359;
}
</style>
background-color css
<style>
a { background-color: #A9A359; }
a { background-color: rgb(169,163,89); }
div.DivClassName
{
background-color: #A9A359;
}
.BgClassName
{
background-color: #A9A359;
}
</style>
border-color css
<style>
span { border-color: #A9A359; }
span { border-color: rgb(169,163,89); }
td.TdClassName
{
border-color: #A9A359;
}
.TagClassName
{
border-color: #A9A359;
}
</style>