Shades of Olive Green #A8AC59
Tints of Olive Green #A8AC59
RGB
CMYK
RGB Variations
Color information
#A8AC59 (or 0xA8AC59) is known color: Olive Green. HEX triplet: A8, AC and 59. RGB value is (168,172,89). Sum of RGB (Red+Green+Blue) = 168+172+89=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC59 is #5753A6. Grayscale: #A1A1A1. Windows color (decimal): -5723047 or 5876904. OLE color: 5876904.
HSL color Cylindrical-coordinate representation of color #A8AC59: hue angle of 62.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AC59 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 89 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.33 |
| HSL | 62.89º | 0.33% | 0.51% | - |
| HSV(B) | 62.89º | 0.48% | 0.67% | - |
| XYZ | 32.7 | 38.55 | 15.17 | - |
| YUV | 161.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 89 | 0.02 | 0 | 0.48 | 0.33 | 62.89 | 0.33 | 0.51 |
| Hex | A8 | AC | 59 | 2 | 0 | 30 | 21 | 3F | 21 | 33 |
| Octal | 250 | 254 | 131 | 2 | 0 | 60 | 41 | 77 | 41 | 63 |
| Binary | 10101000 | 10101100 | 1011001 | 10 | 0 | 110000 | 100001 | 111111 | 100001 | 110011 |
Color Harmonies of #A8AC59
Complementary color
Monochromatic Colors of #A8AC59
Black with #A8AC59
Text Example
Text Example
White with #A8AC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC59; }
p { color: rgb(168,172,89); }
H1.HeaderClassName
{
color: #A8AC59;
}
.AnyTagClassName
{
color: #A8AC59;
}
</style>
background-color css
<style>
a { background-color: #A8AC59; }
a { background-color: rgb(168,172,89); }
div.DivClassName
{
background-color: #A8AC59;
}
.BgClassName
{
background-color: #A8AC59;
}
</style>
border-color css
<style>
span { border-color: #A8AC59; }
span { border-color: rgb(168,172,89); }
td.TdClassName
{
border-color: #A8AC59;
}
.TagClassName
{
border-color: #A8AC59;
}
</style>