Shades of Olive Green #AAA957
Tints of Olive Green #AAA957
RGB
CMYK
RGB Variations
Color information
#AAA957 (or 0xAAA957) is known color: Olive Green. HEX triplet: AA, A9 and 57. RGB value is (170,169,87). Sum of RGB (Red+Green+Blue) = 170+169+87=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA957 is #5556A8. Grayscale: #A0A0A0. Windows color (decimal): -5592745 or 5745066. OLE color: 5745066.
HSL color Cylindrical-coordinate representation of color #AAA957: hue angle of 59.28º 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 #AAA957 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 87 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 59.28º | 0.33% | 0.5% | - |
| HSV(B) | 59.28º | 0.49% | 0.67% | - |
| XYZ | 32.49 | 37.61 | 14.56 | - |
| YUV | 159.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 87 | 0 | 0.01 | 0.49 | 0.33 | 59.28 | 0.33 | 0.5 |
| Hex | AA | A9 | 57 | 0 | 1 | 31 | 21 | 3B | 21 | 32 |
| Octal | 252 | 251 | 127 | 0 | 1 | 61 | 41 | 73 | 41 | 62 |
| Binary | 10101010 | 10101001 | 1010111 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110010 |
Color Harmonies of #AAA957
Complementary color
Monochromatic Colors of #AAA957
Black with #AAA957
Text Example
Text Example
White with #AAA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA957; }
p { color: rgb(170,169,87); }
H1.HeaderClassName
{
color: #AAA957;
}
.AnyTagClassName
{
color: #AAA957;
}
</style>
background-color css
<style>
a { background-color: #AAA957; }
a { background-color: rgb(170,169,87); }
div.DivClassName
{
background-color: #AAA957;
}
.BgClassName
{
background-color: #AAA957;
}
</style>
border-color css
<style>
span { border-color: #AAA957; }
span { border-color: rgb(170,169,87); }
td.TdClassName
{
border-color: #AAA957;
}
.TagClassName
{
border-color: #AAA957;
}
</style>