Shades of Olive Green #A8AA59
Tints of Olive Green #A8AA59
RGB
CMYK
RGB Variations
Color information
#A8AA59 (or 0xA8AA59) is known color: Olive Green. HEX triplet: A8, AA and 59. RGB value is (168,170,89). Sum of RGB (Red+Green+Blue) = 168+170+89=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA59 is #5755A6. Grayscale: #A0A0A0. Windows color (decimal): -5723559 or 5876392. OLE color: 5876392.
HSL color Cylindrical-coordinate representation of color #A8AA59: hue angle of 61.48º degrees, saturation: 0.32, 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 #A8AA59 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 89 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.33 |
| HSL | 61.48º | 0.32% | 0.51% | - |
| HSV(B) | 61.48º | 0.48% | 0.67% | - |
| XYZ | 32.33 | 37.8 | 15.04 | - |
| YUV | 160.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 89 | 0.01 | 0 | 0.48 | 0.33 | 61.48 | 0.32 | 0.51 |
| Hex | A8 | AA | 59 | 1 | 0 | 30 | 21 | 3D | 20 | 33 |
| Octal | 250 | 252 | 131 | 1 | 0 | 60 | 41 | 75 | 40 | 63 |
| Binary | 10101000 | 10101010 | 1011001 | 1 | 0 | 110000 | 100001 | 111101 | 100000 | 110011 |
Color Harmonies of #A8AA59
Complementary color
Monochromatic Colors of #A8AA59
Black with #A8AA59
Text Example
Text Example
White with #A8AA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA59; }
p { color: rgb(168,170,89); }
H1.HeaderClassName
{
color: #A8AA59;
}
.AnyTagClassName
{
color: #A8AA59;
}
</style>
background-color css
<style>
a { background-color: #A8AA59; }
a { background-color: rgb(168,170,89); }
div.DivClassName
{
background-color: #A8AA59;
}
.BgClassName
{
background-color: #A8AA59;
}
</style>
border-color css
<style>
span { border-color: #A8AA59; }
span { border-color: rgb(168,170,89); }
td.TdClassName
{
border-color: #A8AA59;
}
.TagClassName
{
border-color: #A8AA59;
}
</style>