Shades of Olive Green #AAA556
Tints of Olive Green #AAA556
RGB
CMYK
RGB Variations
Color information
#AAA556 (or 0xAAA556) is known color: Olive Green. HEX triplet: AA, A5 and 56. RGB value is (170,165,86). Sum of RGB (Red+Green+Blue) = 170+165+86=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA556 is #555AA9. Grayscale: #9D9D9D. Windows color (decimal): -5593770 or 5678506. OLE color: 5678506.
HSL color Cylindrical-coordinate representation of color #AAA556: hue angle of 56.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA556 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 86 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.33 |
| HSL | 56.43º | 0.33% | 0.5% | - |
| HSV(B) | 56.43º | 0.49% | 0.67% | - |
| XYZ | 31.71 | 36.13 | 14.11 | - |
| YUV | 157.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 86 | 0 | 0.03 | 0.49 | 0.33 | 56.43 | 0.33 | 0.5 |
| Hex | AA | A5 | 56 | 0 | 3 | 31 | 21 | 38 | 21 | 32 |
| Octal | 252 | 245 | 126 | 0 | 3 | 61 | 41 | 70 | 41 | 62 |
| Binary | 10101010 | 10100101 | 1010110 | 0 | 11 | 110001 | 100001 | 111000 | 100001 | 110010 |
Color Harmonies of #AAA556
Complementary color
Monochromatic Colors of #AAA556
Black with #AAA556
Text Example
Text Example
White with #AAA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA556; }
p { color: rgb(170,165,86); }
H1.HeaderClassName
{
color: #AAA556;
}
.AnyTagClassName
{
color: #AAA556;
}
</style>
background-color css
<style>
a { background-color: #AAA556; }
a { background-color: rgb(170,165,86); }
div.DivClassName
{
background-color: #AAA556;
}
.BgClassName
{
background-color: #AAA556;
}
</style>
border-color css
<style>
span { border-color: #AAA556; }
span { border-color: rgb(170,165,86); }
td.TdClassName
{
border-color: #AAA556;
}
.TagClassName
{
border-color: #AAA556;
}
</style>