Shades of Olive Green #AAA860
Tints of Olive Green #AAA860
RGB
CMYK
RGB Variations
Color information
#AAA860 (or 0xAAA860) is known color: Olive Green. HEX triplet: AA, A8 and 60. RGB value is (170,168,96). Sum of RGB (Red+Green+Blue) = 170+168+96=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA860 is #55579F. Grayscale: #A0A0A0. Windows color (decimal): -5592992 or 6334634. OLE color: 6334634.
HSL color Cylindrical-coordinate representation of color #AAA860: hue angle of 58.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA860 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 96 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.33 |
| HSL | 58.38º | 0.3% | 0.52% | - |
| HSV(B) | 58.38º | 0.44% | 0.67% | - |
| XYZ | 32.69 | 37.4 | 16.56 | - |
| YUV | 160.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 96 | 0 | 0.01 | 0.44 | 0.33 | 58.38 | 0.3 | 0.52 |
| Hex | AA | A8 | 60 | 0 | 1 | 2C | 21 | 3A | 1E | 34 |
| Octal | 252 | 250 | 140 | 0 | 1 | 54 | 41 | 72 | 36 | 64 |
| Binary | 10101010 | 10101000 | 1100000 | 0 | 1 | 101100 | 100001 | 111010 | 11110 | 110100 |
Color Harmonies of #AAA860
Complementary color
Monochromatic Colors of #AAA860
Black with #AAA860
Text Example
Text Example
White with #AAA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA860; }
p { color: rgb(170,168,96); }
H1.HeaderClassName
{
color: #AAA860;
}
.AnyTagClassName
{
color: #AAA860;
}
</style>
background-color css
<style>
a { background-color: #AAA860; }
a { background-color: rgb(170,168,96); }
div.DivClassName
{
background-color: #AAA860;
}
.BgClassName
{
background-color: #AAA860;
}
</style>
border-color css
<style>
span { border-color: #AAA860; }
span { border-color: rgb(170,168,96); }
td.TdClassName
{
border-color: #AAA860;
}
.TagClassName
{
border-color: #AAA860;
}
</style>