Shades of Olive Green #AEA95E
Tints of Olive Green #AEA95E
RGB
CMYK
RGB Variations
Color information
#AEA95E (or 0xAEA95E) is known color: Olive Green. HEX triplet: AE, A9 and 5E. RGB value is (174,169,94). Sum of RGB (Red+Green+Blue) = 174+169+94=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA95E is #5156A1. Grayscale: #A2A2A2. Windows color (decimal): -5330594 or 6203822. OLE color: 6203822.
HSL color Cylindrical-coordinate representation of color #AEA95E: hue angle of 56.25º 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 #AEA95E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 94 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.32 |
| HSL | 56.25º | 0.33% | 0.53% | - |
| HSV(B) | 56.25º | 0.46% | 0.68% | - |
| XYZ | 33.66 | 38.18 | 16.19 | - |
| YUV | 161.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 94 | 0 | 0.03 | 0.46 | 0.32 | 56.25 | 0.33 | 0.53 |
| Hex | AE | A9 | 5E | 0 | 3 | 2E | 20 | 38 | 21 | 35 |
| Octal | 256 | 251 | 136 | 0 | 3 | 56 | 40 | 70 | 41 | 65 |
| Binary | 10101110 | 10101001 | 1011110 | 0 | 11 | 101110 | 100000 | 111000 | 100001 | 110101 |
Color Harmonies of #AEA95E
Complementary color
Monochromatic Colors of #AEA95E
Black with #AEA95E
Text Example
Text Example
White with #AEA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA95E; }
p { color: rgb(174,169,94); }
H1.HeaderClassName
{
color: #AEA95E;
}
.AnyTagClassName
{
color: #AEA95E;
}
</style>
background-color css
<style>
a { background-color: #AEA95E; }
a { background-color: rgb(174,169,94); }
div.DivClassName
{
background-color: #AEA95E;
}
.BgClassName
{
background-color: #AEA95E;
}
</style>
border-color css
<style>
span { border-color: #AEA95E; }
span { border-color: rgb(174,169,94); }
td.TdClassName
{
border-color: #AEA95E;
}
.TagClassName
{
border-color: #AEA95E;
}
</style>