Shades of Olive Green #AAA861
Tints of Olive Green #AAA861
RGB
CMYK
RGB Variations
Color information
#AAA861 (or 0xAAA861) is known color: Olive Green. HEX triplet: AA, A8 and 61. RGB value is (170,168,97). Sum of RGB (Red+Green+Blue) = 170+168+97=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA861 is #55579E. Grayscale: #A0A0A0. Windows color (decimal): -5592991 or 6400170. OLE color: 6400170.
HSL color Cylindrical-coordinate representation of color #AAA861: hue angle of 58.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAA861 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 97 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.33 |
| HSL | 58.36º | 0.3% | 0.52% | - |
| HSV(B) | 58.36º | 0.43% | 0.67% | - |
| XYZ | 32.74 | 37.41 | 16.81 | - |
| YUV | 160.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 97 | 0 | 0.01 | 0.43 | 0.33 | 58.36 | 0.3 | 0.52 |
| Hex | AA | A8 | 61 | 0 | 1 | 2B | 21 | 3A | 1E | 34 |
| Octal | 252 | 250 | 141 | 0 | 1 | 53 | 41 | 72 | 36 | 64 |
| Binary | 10101010 | 10101000 | 1100001 | 0 | 1 | 101011 | 100001 | 111010 | 11110 | 110100 |
Color Harmonies of #AAA861
Complementary color
Monochromatic Colors of #AAA861
Black with #AAA861
Text Example
Text Example
White with #AAA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA861; }
p { color: rgb(170,168,97); }
H1.HeaderClassName
{
color: #AAA861;
}
.AnyTagClassName
{
color: #AAA861;
}
</style>
background-color css
<style>
a { background-color: #AAA861; }
a { background-color: rgb(170,168,97); }
div.DivClassName
{
background-color: #AAA861;
}
.BgClassName
{
background-color: #AAA861;
}
</style>
border-color css
<style>
span { border-color: #AAA861; }
span { border-color: rgb(170,168,97); }
td.TdClassName
{
border-color: #AAA861;
}
.TagClassName
{
border-color: #AAA861;
}
</style>