Shades of Olive Green #AAA356
Tints of Olive Green #AAA356
RGB
CMYK
RGB Variations
Color information
#AAA356 (or 0xAAA356) is known color: Olive Green. HEX triplet: AA, A3 and 56. RGB value is (170,163,86). Sum of RGB (Red+Green+Blue) = 170+163+86=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA356 is #555CA9. Grayscale: #9C9C9C. Windows color (decimal): -5594282 or 5677994. OLE color: 5677994.
HSL color Cylindrical-coordinate representation of color #AAA356: hue angle of 55º 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 #AAA356 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 86 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.33 |
| HSL | 55º | 0.33% | 0.5% | - |
| HSV(B) | 55º | 0.49% | 0.67% | - |
| XYZ | 31.35 | 35.41 | 13.99 | - |
| YUV | 156.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 86 | 0 | 0.04 | 0.49 | 0.33 | 55 | 0.33 | 0.5 |
| Hex | AA | A3 | 56 | 0 | 4 | 31 | 21 | 37 | 21 | 32 |
| Octal | 252 | 243 | 126 | 0 | 4 | 61 | 41 | 67 | 41 | 62 |
| Binary | 10101010 | 10100011 | 1010110 | 0 | 100 | 110001 | 100001 | 110111 | 100001 | 110010 |
Color Harmonies of #AAA356
Complementary color
Monochromatic Colors of #AAA356
Black with #AAA356
Text Example
Text Example
White with #AAA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA356; }
p { color: rgb(170,163,86); }
H1.HeaderClassName
{
color: #AAA356;
}
.AnyTagClassName
{
color: #AAA356;
}
</style>
background-color css
<style>
a { background-color: #AAA356; }
a { background-color: rgb(170,163,86); }
div.DivClassName
{
background-color: #AAA356;
}
.BgClassName
{
background-color: #AAA356;
}
</style>
border-color css
<style>
span { border-color: #AAA356; }
span { border-color: rgb(170,163,86); }
td.TdClassName
{
border-color: #AAA356;
}
.TagClassName
{
border-color: #AAA356;
}
</style>