Shades of Olive Green #AAA457
Tints of Olive Green #AAA457
RGB
CMYK
RGB Variations
Color information
#AAA457 (or 0xAAA457) is known color: Olive Green. HEX triplet: AA, A4 and 57. RGB value is (170,164,87). Sum of RGB (Red+Green+Blue) = 170+164+87=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA457 is #555BA8. Grayscale: #9D9D9D. Windows color (decimal): -5594025 or 5743786. OLE color: 5743786.
HSL color Cylindrical-coordinate representation of color #AAA457: hue angle of 55.66º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA457 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 87 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.33 |
| HSL | 55.66º | 0.33% | 0.5% | - |
| HSV(B) | 55.66º | 0.49% | 0.67% | - |
| XYZ | 31.57 | 35.79 | 14.26 | - |
| YUV | 157.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 87 | 0 | 0.04 | 0.49 | 0.33 | 55.66 | 0.33 | 0.5 |
| Hex | AA | A4 | 57 | 0 | 4 | 31 | 21 | 38 | 21 | 32 |
| Octal | 252 | 244 | 127 | 0 | 4 | 61 | 41 | 70 | 41 | 62 |
| Binary | 10101010 | 10100100 | 1010111 | 0 | 100 | 110001 | 100001 | 111000 | 100001 | 110010 |
Color Harmonies of #AAA457
Complementary color
Monochromatic Colors of #AAA457
Black with #AAA457
Text Example
Text Example
White with #AAA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA457; }
p { color: rgb(170,164,87); }
H1.HeaderClassName
{
color: #AAA457;
}
.AnyTagClassName
{
color: #AAA457;
}
</style>
background-color css
<style>
a { background-color: #AAA457; }
a { background-color: rgb(170,164,87); }
div.DivClassName
{
background-color: #AAA457;
}
.BgClassName
{
background-color: #AAA457;
}
</style>
border-color css
<style>
span { border-color: #AAA457; }
span { border-color: rgb(170,164,87); }
td.TdClassName
{
border-color: #AAA457;
}
.TagClassName
{
border-color: #AAA457;
}
</style>