Shades of Olive Green #AAAC52
Tints of Olive Green #AAAC52
RGB
CMYK
RGB Variations
Color information
#AAAC52 (or 0xAAAC52) is known color: Olive Green. HEX triplet: AA, AC and 52. RGB value is (170,172,82). Sum of RGB (Red+Green+Blue) = 170+172+82=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC52 is #5553AD. Grayscale: #A1A1A1. Windows color (decimal): -5591982 or 5418154. OLE color: 5418154.
HSL color Cylindrical-coordinate representation of color #AAAC52: hue angle of 61.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAAC52 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 82 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.33 |
| HSL | 61.33º | 0.35% | 0.5% | - |
| HSV(B) | 61.33º | 0.52% | 0.67% | - |
| XYZ | 32.85 | 38.66 | 13.71 | - |
| YUV | 161.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 82 | 0.01 | 0 | 0.52 | 0.33 | 61.33 | 0.35 | 0.5 |
| Hex | AA | AC | 52 | 1 | 0 | 34 | 21 | 3D | 23 | 32 |
| Octal | 252 | 254 | 122 | 1 | 0 | 64 | 41 | 75 | 43 | 62 |
| Binary | 10101010 | 10101100 | 1010010 | 1 | 0 | 110100 | 100001 | 111101 | 100011 | 110010 |
Color Harmonies of #AAAC52
Complementary color
Monochromatic Colors of #AAAC52
Black with #AAAC52
Text Example
Text Example
White with #AAAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC52; }
p { color: rgb(170,172,82); }
H1.HeaderClassName
{
color: #AAAC52;
}
.AnyTagClassName
{
color: #AAAC52;
}
</style>
background-color css
<style>
a { background-color: #AAAC52; }
a { background-color: rgb(170,172,82); }
div.DivClassName
{
background-color: #AAAC52;
}
.BgClassName
{
background-color: #AAAC52;
}
</style>
border-color css
<style>
span { border-color: #AAAC52; }
span { border-color: rgb(170,172,82); }
td.TdClassName
{
border-color: #AAAC52;
}
.TagClassName
{
border-color: #AAAC52;
}
</style>