Shades of Olive Green #A8AA5E
Tints of Olive Green #A8AA5E
RGB
CMYK
RGB Variations
Color information
#A8AA5E (or 0xA8AA5E) is known color: Olive Green. HEX triplet: A8, AA and 5E. RGB value is (168,170,94). Sum of RGB (Red+Green+Blue) = 168+170+94=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA5E is #5755A1. Grayscale: #A1A1A1. Windows color (decimal): -5723554 or 6204072. OLE color: 6204072.
HSL color Cylindrical-coordinate representation of color #A8AA5E: hue angle of 61.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AA5E is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 94 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.33 |
| HSL | 61.58º | 0.31% | 0.52% | - |
| HSV(B) | 61.58º | 0.45% | 0.67% | - |
| XYZ | 32.54 | 37.88 | 16.19 | - |
| YUV | 160.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 94 | 0.01 | 0 | 0.45 | 0.33 | 61.58 | 0.31 | 0.52 |
| Hex | A8 | AA | 5E | 1 | 0 | 2D | 21 | 3E | 1F | 34 |
| Octal | 250 | 252 | 136 | 1 | 0 | 55 | 41 | 76 | 37 | 64 |
| Binary | 10101000 | 10101010 | 1011110 | 1 | 0 | 101101 | 100001 | 111110 | 11111 | 110100 |
Color Harmonies of #A8AA5E
Complementary color
Monochromatic Colors of #A8AA5E
Black with #A8AA5E
Text Example
Text Example
White with #A8AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA5E; }
p { color: rgb(168,170,94); }
H1.HeaderClassName
{
color: #A8AA5E;
}
.AnyTagClassName
{
color: #A8AA5E;
}
</style>
background-color css
<style>
a { background-color: #A8AA5E; }
a { background-color: rgb(168,170,94); }
div.DivClassName
{
background-color: #A8AA5E;
}
.BgClassName
{
background-color: #A8AA5E;
}
</style>
border-color css
<style>
span { border-color: #A8AA5E; }
span { border-color: rgb(168,170,94); }
td.TdClassName
{
border-color: #A8AA5E;
}
.TagClassName
{
border-color: #A8AA5E;
}
</style>