Shades of Olive Green #AAA459
Tints of Olive Green #AAA459
RGB
CMYK
RGB Variations
Color information
#AAA459 (or 0xAAA459) is known color: Olive Green. HEX triplet: AA, A4 and 59. RGB value is (170,164,89). Sum of RGB (Red+Green+Blue) = 170+164+89=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA459 is #555BA6. Grayscale: #9D9D9D. Windows color (decimal): -5594023 or 5874858. OLE color: 5874858.
HSL color Cylindrical-coordinate representation of color #AAA459: hue angle of 55.56º 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 #AAA459 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 89 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.33 |
| HSL | 55.56º | 0.32% | 0.51% | - |
| HSV(B) | 55.56º | 0.48% | 0.67% | - |
| XYZ | 31.66 | 35.82 | 14.7 | - |
| YUV | 157.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 89 | 0 | 0.04 | 0.48 | 0.33 | 55.56 | 0.32 | 0.51 |
| Hex | AA | A4 | 59 | 0 | 4 | 30 | 21 | 38 | 20 | 33 |
| Octal | 252 | 244 | 131 | 0 | 4 | 60 | 41 | 70 | 40 | 63 |
| Binary | 10101010 | 10100100 | 1011001 | 0 | 100 | 110000 | 100001 | 111000 | 100000 | 110011 |
Color Harmonies of #AAA459
Complementary color
Monochromatic Colors of #AAA459
Black with #AAA459
Text Example
Text Example
White with #AAA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA459; }
p { color: rgb(170,164,89); }
H1.HeaderClassName
{
color: #AAA459;
}
.AnyTagClassName
{
color: #AAA459;
}
</style>
background-color css
<style>
a { background-color: #AAA459; }
a { background-color: rgb(170,164,89); }
div.DivClassName
{
background-color: #AAA459;
}
.BgClassName
{
background-color: #AAA459;
}
</style>
border-color css
<style>
span { border-color: #AAA459; }
span { border-color: rgb(170,164,89); }
td.TdClassName
{
border-color: #AAA459;
}
.TagClassName
{
border-color: #AAA459;
}
</style>