Shades of Olive Green #AEAA5E
Tints of Olive Green #AEAA5E
RGB
CMYK
RGB Variations
Color information
#AEAA5E (or 0xAEAA5E) is known color: Olive Green. HEX triplet: AE, AA and 5E. RGB value is (174,170,94). Sum of RGB (Red+Green+Blue) = 174+170+94=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA5E is #5155A1. Grayscale: #A2A2A2. Windows color (decimal): -5330338 or 6204078. OLE color: 6204078.
HSL color Cylindrical-coordinate representation of color #AEAA5E: hue angle of 57º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEAA5E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 94 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.32 |
| HSL | 57º | 0.33% | 0.53% | - |
| HSV(B) | 57º | 0.46% | 0.68% | - |
| XYZ | 33.85 | 38.56 | 16.25 | - |
| YUV | 162.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 94 | 0 | 0.02 | 0.46 | 0.32 | 57 | 0.33 | 0.53 |
| Hex | AE | AA | 5E | 0 | 2 | 2E | 20 | 39 | 21 | 35 |
| Octal | 256 | 252 | 136 | 0 | 2 | 56 | 40 | 71 | 41 | 65 |
| Binary | 10101110 | 10101010 | 1011110 | 0 | 10 | 101110 | 100000 | 111001 | 100001 | 110101 |
Color Harmonies of #AEAA5E
Complementary color
Monochromatic Colors of #AEAA5E
Black with #AEAA5E
Text Example
Text Example
White with #AEAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA5E; }
p { color: rgb(174,170,94); }
H1.HeaderClassName
{
color: #AEAA5E;
}
.AnyTagClassName
{
color: #AEAA5E;
}
</style>
background-color css
<style>
a { background-color: #AEAA5E; }
a { background-color: rgb(174,170,94); }
div.DivClassName
{
background-color: #AEAA5E;
}
.BgClassName
{
background-color: #AEAA5E;
}
</style>
border-color css
<style>
span { border-color: #AEAA5E; }
span { border-color: rgb(174,170,94); }
td.TdClassName
{
border-color: #AEAA5E;
}
.TagClassName
{
border-color: #AEAA5E;
}
</style>