Shades of Olive Green #AAA853
Tints of Olive Green #AAA853
RGB
CMYK
RGB Variations
Color information
#AAA853 (or 0xAAA853) is known color: Olive Green. HEX triplet: AA, A8 and 53. RGB value is (170,168,83). Sum of RGB (Red+Green+Blue) = 170+168+83=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA853 is #5557AC. Grayscale: #9F9F9F. Windows color (decimal): -5593005 or 5482666. OLE color: 5482666.
HSL color Cylindrical-coordinate representation of color #AAA853: hue angle of 58.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA853 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 83 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 58.62º | 0.34% | 0.5% | - |
| HSV(B) | 58.62º | 0.51% | 0.67% | - |
| XYZ | 32.14 | 37.18 | 13.67 | - |
| YUV | 158.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 83 | 0 | 0.01 | 0.51 | 0.33 | 58.62 | 0.34 | 0.5 |
| Hex | AA | A8 | 53 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 252 | 250 | 123 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101010 | 10101000 | 1010011 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #AAA853
Complementary color
Monochromatic Colors of #AAA853
Black with #AAA853
Text Example
Text Example
White with #AAA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA853; }
p { color: rgb(170,168,83); }
H1.HeaderClassName
{
color: #AAA853;
}
.AnyTagClassName
{
color: #AAA853;
}
</style>
background-color css
<style>
a { background-color: #AAA853; }
a { background-color: rgb(170,168,83); }
div.DivClassName
{
background-color: #AAA853;
}
.BgClassName
{
background-color: #AAA853;
}
</style>
border-color css
<style>
span { border-color: #AAA853; }
span { border-color: rgb(170,168,83); }
td.TdClassName
{
border-color: #AAA853;
}
.TagClassName
{
border-color: #AAA853;
}
</style>