Shades of Olive Green #AEA854
Tints of Olive Green #AEA854
RGB
CMYK
RGB Variations
Color information
#AEA854 (or 0xAEA854) is known color: Olive Green. HEX triplet: AE, A8 and 54. RGB value is (174,168,84). Sum of RGB (Red+Green+Blue) = 174+168+84=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA854 is #5157AB. Grayscale: #A0A0A0. Windows color (decimal): -5330860 or 5548206. OLE color: 5548206.
HSL color Cylindrical-coordinate representation of color #AEA854: hue angle of 56º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEA854 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 84 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.32 |
| HSL | 56º | 0.36% | 0.51% | - |
| HSV(B) | 56º | 0.52% | 0.68% | - |
| XYZ | 33.06 | 37.64 | 13.91 | - |
| YUV | 160.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 84 | 0 | 0.03 | 0.52 | 0.32 | 56 | 0.36 | 0.51 |
| Hex | AE | A8 | 54 | 0 | 3 | 34 | 20 | 38 | 24 | 33 |
| Octal | 256 | 250 | 124 | 0 | 3 | 64 | 40 | 70 | 44 | 63 |
| Binary | 10101110 | 10101000 | 1010100 | 0 | 11 | 110100 | 100000 | 111000 | 100100 | 110011 |
Color Harmonies of #AEA854
Complementary color
Monochromatic Colors of #AEA854
Black with #AEA854
Text Example
Text Example
White with #AEA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA854; }
p { color: rgb(174,168,84); }
H1.HeaderClassName
{
color: #AEA854;
}
.AnyTagClassName
{
color: #AEA854;
}
</style>
background-color css
<style>
a { background-color: #AEA854; }
a { background-color: rgb(174,168,84); }
div.DivClassName
{
background-color: #AEA854;
}
.BgClassName
{
background-color: #AEA854;
}
</style>
border-color css
<style>
span { border-color: #AEA854; }
span { border-color: rgb(174,168,84); }
td.TdClassName
{
border-color: #AEA854;
}
.TagClassName
{
border-color: #AEA854;
}
</style>