Shades of Olive Green #AAA865
Tints of Olive Green #AAA865
RGB
CMYK
RGB Variations
Color information
#AAA865 (or 0xAAA865) is known color: Olive Green. HEX triplet: AA, A8 and 65. RGB value is (170,168,101). Sum of RGB (Red+Green+Blue) = 170+168+101=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA865 is #55579A. Grayscale: #A1A1A1. Windows color (decimal): -5592987 or 6662314. OLE color: 6662314.
HSL color Cylindrical-coordinate representation of color #AAA865: hue angle of 58.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA865 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 101 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.33 |
| HSL | 58.26º | 0.29% | 0.53% | - |
| HSV(B) | 58.26º | 0.41% | 0.67% | - |
| XYZ | 32.93 | 37.49 | 17.81 | - |
| YUV | 160.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 101 | 0 | 0.01 | 0.41 | 0.33 | 58.26 | 0.29 | 0.53 |
| Hex | AA | A8 | 65 | 0 | 1 | 29 | 21 | 3A | 1D | 35 |
| Octal | 252 | 250 | 145 | 0 | 1 | 51 | 41 | 72 | 35 | 65 |
| Binary | 10101010 | 10101000 | 1100101 | 0 | 1 | 101001 | 100001 | 111010 | 11101 | 110101 |
Color Harmonies of #AAA865
Complementary color
Monochromatic Colors of #AAA865
Black with #AAA865
Text Example
Text Example
White with #AAA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA865; }
p { color: rgb(170,168,101); }
H1.HeaderClassName
{
color: #AAA865;
}
.AnyTagClassName
{
color: #AAA865;
}
</style>
background-color css
<style>
a { background-color: #AAA865; }
a { background-color: rgb(170,168,101); }
div.DivClassName
{
background-color: #AAA865;
}
.BgClassName
{
background-color: #AAA865;
}
</style>
border-color css
<style>
span { border-color: #AAA865; }
span { border-color: rgb(170,168,101); }
td.TdClassName
{
border-color: #AAA865;
}
.TagClassName
{
border-color: #AAA865;
}
</style>