Shades of Olive Green #AAA652
Tints of Olive Green #AAA652
RGB
CMYK
RGB Variations
Color information
#AAA652 (or 0xAAA652) is known color: Olive Green. HEX triplet: AA, A6 and 52. RGB value is (170,166,82). Sum of RGB (Red+Green+Blue) = 170+166+82=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA652 is #5559AD. Grayscale: #9D9D9D. Windows color (decimal): -5593518 or 5416618. OLE color: 5416618.
HSL color Cylindrical-coordinate representation of color #AAA652: hue angle of 57.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA652 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 82 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.33 |
| HSL | 57.27º | 0.35% | 0.49% | - |
| HSV(B) | 57.27º | 0.52% | 0.67% | - |
| XYZ | 31.74 | 36.43 | 13.34 | - |
| YUV | 157.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 82 | 0 | 0.02 | 0.52 | 0.33 | 57.27 | 0.35 | 0.49 |
| Hex | AA | A6 | 52 | 0 | 2 | 34 | 21 | 39 | 23 | 31 |
| Octal | 252 | 246 | 122 | 0 | 2 | 64 | 41 | 71 | 43 | 61 |
| Binary | 10101010 | 10100110 | 1010010 | 0 | 10 | 110100 | 100001 | 111001 | 100011 | 110001 |
Color Harmonies of #AAA652
Complementary color
Monochromatic Colors of #AAA652
Black with #AAA652
Text Example
Text Example
White with #AAA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA652; }
p { color: rgb(170,166,82); }
H1.HeaderClassName
{
color: #AAA652;
}
.AnyTagClassName
{
color: #AAA652;
}
</style>
background-color css
<style>
a { background-color: #AAA652; }
a { background-color: rgb(170,166,82); }
div.DivClassName
{
background-color: #AAA652;
}
.BgClassName
{
background-color: #AAA652;
}
</style>
border-color css
<style>
span { border-color: #AAA652; }
span { border-color: rgb(170,166,82); }
td.TdClassName
{
border-color: #AAA652;
}
.TagClassName
{
border-color: #AAA652;
}
</style>