Shades of Olive Green #A8AA51
Tints of Olive Green #A8AA51
RGB
CMYK
RGB Variations
Color information
#A8AA51 (or 0xA8AA51) is known color: Olive Green. HEX triplet: A8, AA and 51. RGB value is (168,170,81). Sum of RGB (Red+Green+Blue) = 168+170+81=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA51 is #5755AE. Grayscale: #9F9F9F. Windows color (decimal): -5723567 or 5352104. OLE color: 5352104.
HSL color Cylindrical-coordinate representation of color #A8AA51: hue angle of 61.35º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8AA51 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 81 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.33 |
| HSL | 61.35º | 0.35% | 0.49% | - |
| HSV(B) | 61.35º | 0.52% | 0.67% | - |
| XYZ | 32.01 | 37.67 | 13.37 | - |
| YUV | 159.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 81 | 0.01 | 0 | 0.52 | 0.33 | 61.35 | 0.35 | 0.49 |
| Hex | A8 | AA | 51 | 1 | 0 | 34 | 21 | 3D | 23 | 31 |
| Octal | 250 | 252 | 121 | 1 | 0 | 64 | 41 | 75 | 43 | 61 |
| Binary | 10101000 | 10101010 | 1010001 | 1 | 0 | 110100 | 100001 | 111101 | 100011 | 110001 |
Color Harmonies of #A8AA51
Complementary color
Monochromatic Colors of #A8AA51
Black with #A8AA51
Text Example
Text Example
White with #A8AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA51; }
p { color: rgb(168,170,81); }
H1.HeaderClassName
{
color: #A8AA51;
}
.AnyTagClassName
{
color: #A8AA51;
}
</style>
background-color css
<style>
a { background-color: #A8AA51; }
a { background-color: rgb(168,170,81); }
div.DivClassName
{
background-color: #A8AA51;
}
.BgClassName
{
background-color: #A8AA51;
}
</style>
border-color css
<style>
span { border-color: #A8AA51; }
span { border-color: rgb(168,170,81); }
td.TdClassName
{
border-color: #A8AA51;
}
.TagClassName
{
border-color: #A8AA51;
}
</style>