Shades of Olive Green #AAA959
Tints of Olive Green #AAA959
RGB
CMYK
RGB Variations
Color information
#AAA959 (or 0xAAA959) is known color: Olive Green. HEX triplet: AA, A9 and 59. RGB value is (170,169,89). Sum of RGB (Red+Green+Blue) = 170+169+89=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA959 is #5556A6. Grayscale: #A0A0A0. Windows color (decimal): -5592743 or 5876138. OLE color: 5876138.
HSL color Cylindrical-coordinate representation of color #AAA959: hue angle of 59.26º 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 #AAA959 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 89 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.33 |
| HSL | 59.26º | 0.32% | 0.51% | - |
| HSV(B) | 59.26º | 0.48% | 0.67% | - |
| XYZ | 32.57 | 37.64 | 15 | - |
| YUV | 160.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 89 | 0 | 0.01 | 0.48 | 0.33 | 59.26 | 0.32 | 0.51 |
| Hex | AA | A9 | 59 | 0 | 1 | 30 | 21 | 3B | 20 | 33 |
| Octal | 252 | 251 | 131 | 0 | 1 | 60 | 41 | 73 | 40 | 63 |
| Binary | 10101010 | 10101001 | 1011001 | 0 | 1 | 110000 | 100001 | 111011 | 100000 | 110011 |
Color Harmonies of #AAA959
Complementary color
Monochromatic Colors of #AAA959
Black with #AAA959
Text Example
Text Example
White with #AAA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA959; }
p { color: rgb(170,169,89); }
H1.HeaderClassName
{
color: #AAA959;
}
.AnyTagClassName
{
color: #AAA959;
}
</style>
background-color css
<style>
a { background-color: #AAA959; }
a { background-color: rgb(170,169,89); }
div.DivClassName
{
background-color: #AAA959;
}
.BgClassName
{
background-color: #AAA959;
}
</style>
border-color css
<style>
span { border-color: #AAA959; }
span { border-color: rgb(170,169,89); }
td.TdClassName
{
border-color: #AAA959;
}
.TagClassName
{
border-color: #AAA959;
}
</style>