Shades of Olive Green #AAA856
Tints of Olive Green #AAA856
RGB
CMYK
RGB Variations
Color information
#AAA856 (or 0xAAA856) is known color: Olive Green. HEX triplet: AA, A8 and 56. RGB value is (170,168,86). Sum of RGB (Red+Green+Blue) = 170+168+86=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA856 is #5557A9. Grayscale: #9F9F9F. Windows color (decimal): -5593002 or 5679274. OLE color: 5679274.
HSL color Cylindrical-coordinate representation of color #AAA856: hue angle of 58.57º 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 #AAA856 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 86 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 58.57º | 0.33% | 0.5% | - |
| HSV(B) | 58.57º | 0.49% | 0.67% | - |
| XYZ | 32.26 | 37.22 | 14.29 | - |
| YUV | 159.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 86 | 0 | 0.01 | 0.49 | 0.33 | 58.57 | 0.33 | 0.5 |
| Hex | AA | A8 | 56 | 0 | 1 | 31 | 21 | 3B | 21 | 32 |
| Octal | 252 | 250 | 126 | 0 | 1 | 61 | 41 | 73 | 41 | 62 |
| Binary | 10101010 | 10101000 | 1010110 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110010 |
Color Harmonies of #AAA856
Complementary color
Monochromatic Colors of #AAA856
Black with #AAA856
Text Example
Text Example
White with #AAA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA856; }
p { color: rgb(170,168,86); }
H1.HeaderClassName
{
color: #AAA856;
}
.AnyTagClassName
{
color: #AAA856;
}
</style>
background-color css
<style>
a { background-color: #AAA856; }
a { background-color: rgb(170,168,86); }
div.DivClassName
{
background-color: #AAA856;
}
.BgClassName
{
background-color: #AAA856;
}
</style>
border-color css
<style>
span { border-color: #AAA856; }
span { border-color: rgb(170,168,86); }
td.TdClassName
{
border-color: #AAA856;
}
.TagClassName
{
border-color: #AAA856;
}
</style>