Shades of Olive Green #AAA857
Tints of Olive Green #AAA857
RGB
CMYK
RGB Variations
Color information
#AAA857 (or 0xAAA857) is known color: Olive Green. HEX triplet: AA, A8 and 57. RGB value is (170,168,87). Sum of RGB (Red+Green+Blue) = 170+168+87=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA857 is #5557A8. Grayscale: #9F9F9F. Windows color (decimal): -5593001 or 5744810. OLE color: 5744810.
HSL color Cylindrical-coordinate representation of color #AAA857: hue angle of 58.55º 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 #AAA857 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 87 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 58.55º | 0.33% | 0.5% | - |
| HSV(B) | 58.55º | 0.49% | 0.67% | - |
| XYZ | 32.3 | 37.24 | 14.5 | - |
| YUV | 159.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 87 | 0 | 0.01 | 0.49 | 0.33 | 58.55 | 0.33 | 0.5 |
| Hex | AA | A8 | 57 | 0 | 1 | 31 | 21 | 3B | 21 | 32 |
| Octal | 252 | 250 | 127 | 0 | 1 | 61 | 41 | 73 | 41 | 62 |
| Binary | 10101010 | 10101000 | 1010111 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110010 |
Color Harmonies of #AAA857
Complementary color
Monochromatic Colors of #AAA857
Black with #AAA857
Text Example
Text Example
White with #AAA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA857; }
p { color: rgb(170,168,87); }
H1.HeaderClassName
{
color: #AAA857;
}
.AnyTagClassName
{
color: #AAA857;
}
</style>
background-color css
<style>
a { background-color: #AAA857; }
a { background-color: rgb(170,168,87); }
div.DivClassName
{
background-color: #AAA857;
}
.BgClassName
{
background-color: #AAA857;
}
</style>
border-color css
<style>
span { border-color: #AAA857; }
span { border-color: rgb(170,168,87); }
td.TdClassName
{
border-color: #AAA857;
}
.TagClassName
{
border-color: #AAA857;
}
</style>