Shades of Olive Green #AAAC51
Tints of Olive Green #AAAC51
RGB
CMYK
RGB Variations
Color information
#AAAC51 (or 0xAAAC51) is known color: Olive Green. HEX triplet: AA, AC and 51. RGB value is (170,172,81). Sum of RGB (Red+Green+Blue) = 170+172+81=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC51 is #5553AE. Grayscale: #A1A1A1. Windows color (decimal): -5591983 or 5352618. OLE color: 5352618.
HSL color Cylindrical-coordinate representation of color #AAAC51: hue angle of 61.32º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAAC51 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 81 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.33 |
| HSL | 61.32º | 0.36% | 0.5% | - |
| HSV(B) | 61.32º | 0.53% | 0.67% | - |
| XYZ | 32.82 | 38.65 | 13.51 | - |
| YUV | 161.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 81 | 0.01 | 0 | 0.53 | 0.33 | 61.32 | 0.36 | 0.5 |
| Hex | AA | AC | 51 | 1 | 0 | 35 | 21 | 3D | 24 | 32 |
| Octal | 252 | 254 | 121 | 1 | 0 | 65 | 41 | 75 | 44 | 62 |
| Binary | 10101010 | 10101100 | 1010001 | 1 | 0 | 110101 | 100001 | 111101 | 100100 | 110010 |
Color Harmonies of #AAAC51
Complementary color
Monochromatic Colors of #AAAC51
Black with #AAAC51
Text Example
Text Example
White with #AAAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC51; }
p { color: rgb(170,172,81); }
H1.HeaderClassName
{
color: #AAAC51;
}
.AnyTagClassName
{
color: #AAAC51;
}
</style>
background-color css
<style>
a { background-color: #AAAC51; }
a { background-color: rgb(170,172,81); }
div.DivClassName
{
background-color: #AAAC51;
}
.BgClassName
{
background-color: #AAAC51;
}
</style>
border-color css
<style>
span { border-color: #AAAC51; }
span { border-color: rgb(170,172,81); }
td.TdClassName
{
border-color: #AAAC51;
}
.TagClassName
{
border-color: #AAAC51;
}
</style>