Shades of Olive Green #AAAA5E
Tints of Olive Green #AAAA5E
RGB
CMYK
RGB Variations
Color information
#AAAA5E (or 0xAAAA5E) is known color: Olive Green. HEX triplet: AA, AA and 5E. RGB value is (170,170,94). Sum of RGB (Red+Green+Blue) = 170+170+94=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5E is #5555A1. Grayscale: #A1A1A1. Windows color (decimal): -5592482 or 6204074. OLE color: 6204074.
HSL color Cylindrical-coordinate representation of color #AAAA5E: hue angle of 60º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAAA5E is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 94 | - |
| CMYK | 0 | 0 | 0.45 | 0.33 |
| HSL | 60º | 0.31% | 0.52% | - |
| HSV(B) | 60º | 0.45% | 0.67% | - |
| XYZ | 32.97 | 38.1 | 16.21 | - |
| YUV | 161.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 94 | 0 | 0 | 0.45 | 0.33 | 60 | 0.31 | 0.52 |
| Hex | AA | AA | 5E | 0 | 0 | 2D | 21 | 3C | 1F | 34 |
| Octal | 252 | 252 | 136 | 0 | 0 | 55 | 41 | 74 | 37 | 64 |
| Binary | 10101010 | 10101010 | 1011110 | 0 | 0 | 101101 | 100001 | 111100 | 11111 | 110100 |
Color Harmonies of #AAAA5E
Complementary color
Monochromatic Colors of #AAAA5E
Black with #AAAA5E
Text Example
Text Example
White with #AAAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA5E; }
p { color: rgb(170,170,94); }
H1.HeaderClassName
{
color: #AAAA5E;
}
.AnyTagClassName
{
color: #AAAA5E;
}
</style>
background-color css
<style>
a { background-color: #AAAA5E; }
a { background-color: rgb(170,170,94); }
div.DivClassName
{
background-color: #AAAA5E;
}
.BgClassName
{
background-color: #AAAA5E;
}
</style>
border-color css
<style>
span { border-color: #AAAA5E; }
span { border-color: rgb(170,170,94); }
td.TdClassName
{
border-color: #AAAA5E;
}
.TagClassName
{
border-color: #AAAA5E;
}
</style>