Shades of Olive Green #AEA859
Tints of Olive Green #AEA859
RGB
CMYK
RGB Variations
Color information
#AEA859 (or 0xAEA859) is known color: Olive Green. HEX triplet: AE, A8 and 59. RGB value is (174,168,89). Sum of RGB (Red+Green+Blue) = 174+168+89=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA859 is #5157A6. Grayscale: #A1A1A1. Windows color (decimal): -5330855 or 5875886. OLE color: 5875886.
HSL color Cylindrical-coordinate representation of color #AEA859: hue angle of 55.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEA859 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 89 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.32 |
| HSL | 55.76º | 0.34% | 0.52% | - |
| HSV(B) | 55.76º | 0.49% | 0.68% | - |
| XYZ | 33.26 | 37.73 | 14.98 | - |
| YUV | 160.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 89 | 0 | 0.03 | 0.49 | 0.32 | 55.76 | 0.34 | 0.52 |
| Hex | AE | A8 | 59 | 0 | 3 | 31 | 20 | 38 | 22 | 34 |
| Octal | 256 | 250 | 131 | 0 | 3 | 61 | 40 | 70 | 42 | 64 |
| Binary | 10101110 | 10101000 | 1011001 | 0 | 11 | 110001 | 100000 | 111000 | 100010 | 110100 |
Color Harmonies of #AEA859
Complementary color
Monochromatic Colors of #AEA859
Black with #AEA859
Text Example
Text Example
White with #AEA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA859; }
p { color: rgb(174,168,89); }
H1.HeaderClassName
{
color: #AEA859;
}
.AnyTagClassName
{
color: #AEA859;
}
</style>
background-color css
<style>
a { background-color: #AEA859; }
a { background-color: rgb(174,168,89); }
div.DivClassName
{
background-color: #AEA859;
}
.BgClassName
{
background-color: #AEA859;
}
</style>
border-color css
<style>
span { border-color: #AEA859; }
span { border-color: rgb(174,168,89); }
td.TdClassName
{
border-color: #AEA859;
}
.TagClassName
{
border-color: #AEA859;
}
</style>