Shades of Olive Green #AAA653
Tints of Olive Green #AAA653
RGB
CMYK
RGB Variations
Color information
#AAA653 (or 0xAAA653) is known color: Olive Green. HEX triplet: AA, A6 and 53. RGB value is (170,166,83). Sum of RGB (Red+Green+Blue) = 170+166+83=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA653 is #5559AC. Grayscale: #9E9E9E. Windows color (decimal): -5593517 or 5482154. OLE color: 5482154.
HSL color Cylindrical-coordinate representation of color #AAA653: hue angle of 57.24º 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 #AAA653 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 83 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.33 |
| HSL | 57.24º | 0.34% | 0.5% | - |
| HSV(B) | 57.24º | 0.51% | 0.67% | - |
| XYZ | 31.78 | 36.44 | 13.54 | - |
| YUV | 157.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 83 | 0 | 0.02 | 0.51 | 0.33 | 57.24 | 0.34 | 0.5 |
| Hex | AA | A6 | 53 | 0 | 2 | 33 | 21 | 39 | 22 | 32 |
| Octal | 252 | 246 | 123 | 0 | 2 | 63 | 41 | 71 | 42 | 62 |
| Binary | 10101010 | 10100110 | 1010011 | 0 | 10 | 110011 | 100001 | 111001 | 100010 | 110010 |
Color Harmonies of #AAA653
Complementary color
Monochromatic Colors of #AAA653
Black with #AAA653
Text Example
Text Example
White with #AAA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA653; }
p { color: rgb(170,166,83); }
H1.HeaderClassName
{
color: #AAA653;
}
.AnyTagClassName
{
color: #AAA653;
}
</style>
background-color css
<style>
a { background-color: #AAA653; }
a { background-color: rgb(170,166,83); }
div.DivClassName
{
background-color: #AAA653;
}
.BgClassName
{
background-color: #AAA653;
}
</style>
border-color css
<style>
span { border-color: #AAA653; }
span { border-color: rgb(170,166,83); }
td.TdClassName
{
border-color: #AAA653;
}
.TagClassName
{
border-color: #AAA653;
}
</style>