Shades of Olive Green #AAA659
Tints of Olive Green #AAA659
RGB
CMYK
RGB Variations
Color information
#AAA659 (or 0xAAA659) is known color: Olive Green. HEX triplet: AA, A6 and 59. RGB value is (170,166,89). Sum of RGB (Red+Green+Blue) = 170+166+89=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA659 is #5559A6. Grayscale: #9E9E9E. Windows color (decimal): -5593511 or 5875370. OLE color: 5875370.
HSL color Cylindrical-coordinate representation of color #AAA659: hue angle of 57.04º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA659 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 89 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.33 |
| HSL | 57.04º | 0.32% | 0.51% | - |
| HSV(B) | 57.04º | 0.48% | 0.67% | - |
| XYZ | 32.02 | 36.54 | 14.82 | - |
| YUV | 158.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 89 | 0 | 0.02 | 0.48 | 0.33 | 57.04 | 0.32 | 0.51 |
| Hex | AA | A6 | 59 | 0 | 2 | 30 | 21 | 39 | 20 | 33 |
| Octal | 252 | 246 | 131 | 0 | 2 | 60 | 41 | 71 | 40 | 63 |
| Binary | 10101010 | 10100110 | 1011001 | 0 | 10 | 110000 | 100001 | 111001 | 100000 | 110011 |
Color Harmonies of #AAA659
Complementary color
Monochromatic Colors of #AAA659
Black with #AAA659
Text Example
Text Example
White with #AAA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA659; }
p { color: rgb(170,166,89); }
H1.HeaderClassName
{
color: #AAA659;
}
.AnyTagClassName
{
color: #AAA659;
}
</style>
background-color css
<style>
a { background-color: #AAA659; }
a { background-color: rgb(170,166,89); }
div.DivClassName
{
background-color: #AAA659;
}
.BgClassName
{
background-color: #AAA659;
}
</style>
border-color css
<style>
span { border-color: #AAA659; }
span { border-color: rgb(170,166,89); }
td.TdClassName
{
border-color: #AAA659;
}
.TagClassName
{
border-color: #AAA659;
}
</style>