Shades of Olive Green #AEA853
Tints of Olive Green #AEA853
RGB
CMYK
RGB Variations
Color information
#AEA853 (or 0xAEA853) is known color: Olive Green. HEX triplet: AE, A8 and 53. RGB value is (174,168,83). Sum of RGB (Red+Green+Blue) = 174+168+83=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA853 is #5157AC. Grayscale: #A0A0A0. Windows color (decimal): -5330861 or 5482670. OLE color: 5482670.
HSL color Cylindrical-coordinate representation of color #AEA853: hue angle of 56.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEA853 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 83 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.32 |
| HSL | 56.04º | 0.36% | 0.5% | - |
| HSV(B) | 56.04º | 0.52% | 0.68% | - |
| XYZ | 33.02 | 37.63 | 13.71 | - |
| YUV | 160.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 83 | 0 | 0.03 | 0.52 | 0.32 | 56.04 | 0.36 | 0.5 |
| Hex | AE | A8 | 53 | 0 | 3 | 34 | 20 | 38 | 24 | 32 |
| Octal | 256 | 250 | 123 | 0 | 3 | 64 | 40 | 70 | 44 | 62 |
| Binary | 10101110 | 10101000 | 1010011 | 0 | 11 | 110100 | 100000 | 111000 | 100100 | 110010 |
Color Harmonies of #AEA853
Complementary color
Monochromatic Colors of #AEA853
Black with #AEA853
Text Example
Text Example
White with #AEA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA853; }
p { color: rgb(174,168,83); }
H1.HeaderClassName
{
color: #AEA853;
}
.AnyTagClassName
{
color: #AEA853;
}
</style>
background-color css
<style>
a { background-color: #AEA853; }
a { background-color: rgb(174,168,83); }
div.DivClassName
{
background-color: #AEA853;
}
.BgClassName
{
background-color: #AEA853;
}
</style>
border-color css
<style>
span { border-color: #AEA853; }
span { border-color: rgb(174,168,83); }
td.TdClassName
{
border-color: #AEA853;
}
.TagClassName
{
border-color: #AEA853;
}
</style>