Shades of Olive Green #AAAC55
Tints of Olive Green #AAAC55
RGB
CMYK
RGB Variations
Color information
#AAAC55 (or 0xAAAC55) is known color: Olive Green. HEX triplet: AA, AC and 55. RGB value is (170,172,85). Sum of RGB (Red+Green+Blue) = 170+172+85=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC55 is #5553AA. Grayscale: #A1A1A1. Windows color (decimal): -5591979 or 5614762. OLE color: 5614762.
HSL color Cylindrical-coordinate representation of color #AAAC55: hue angle of 61.38º 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 #AAAC55 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 85 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.33 |
| HSL | 61.38º | 0.34% | 0.5% | - |
| HSV(B) | 61.38º | 0.51% | 0.67% | - |
| XYZ | 32.97 | 38.71 | 14.33 | - |
| YUV | 161.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 85 | 0.01 | 0 | 0.51 | 0.33 | 61.38 | 0.34 | 0.5 |
| Hex | AA | AC | 55 | 1 | 0 | 33 | 21 | 3D | 22 | 32 |
| Octal | 252 | 254 | 125 | 1 | 0 | 63 | 41 | 75 | 42 | 62 |
| Binary | 10101010 | 10101100 | 1010101 | 1 | 0 | 110011 | 100001 | 111101 | 100010 | 110010 |
Color Harmonies of #AAAC55
Complementary color
Monochromatic Colors of #AAAC55
Black with #AAAC55
Text Example
Text Example
White with #AAAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC55; }
p { color: rgb(170,172,85); }
H1.HeaderClassName
{
color: #AAAC55;
}
.AnyTagClassName
{
color: #AAAC55;
}
</style>
background-color css
<style>
a { background-color: #AAAC55; }
a { background-color: rgb(170,172,85); }
div.DivClassName
{
background-color: #AAAC55;
}
.BgClassName
{
background-color: #AAAC55;
}
</style>
border-color css
<style>
span { border-color: #AAAC55; }
span { border-color: rgb(170,172,85); }
td.TdClassName
{
border-color: #AAAC55;
}
.TagClassName
{
border-color: #AAAC55;
}
</style>