Shades of Olive Green #AEAC53
Tints of Olive Green #AEAC53
RGB
CMYK
RGB Variations
Color information
#AEAC53 (or 0xAEAC53) is known color: Olive Green. HEX triplet: AE, AC and 53. RGB value is (174,172,83). Sum of RGB (Red+Green+Blue) = 174+172+83=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC53 is #5153AC. Grayscale: #A2A2A2. Windows color (decimal): -5329837 or 5483694. OLE color: 5483694.
HSL color Cylindrical-coordinate representation of color #AEAC53: hue angle of 58.68º 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 #AEAC53 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 83 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.32 |
| HSL | 58.68º | 0.36% | 0.5% | - |
| HSV(B) | 58.68º | 0.52% | 0.68% | - |
| XYZ | 33.77 | 39.13 | 13.96 | - |
| YUV | 162.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 83 | 0 | 0.01 | 0.52 | 0.32 | 58.68 | 0.36 | 0.5 |
| Hex | AE | AC | 53 | 0 | 1 | 34 | 20 | 3B | 24 | 32 |
| Octal | 256 | 254 | 123 | 0 | 1 | 64 | 40 | 73 | 44 | 62 |
| Binary | 10101110 | 10101100 | 1010011 | 0 | 1 | 110100 | 100000 | 111011 | 100100 | 110010 |
Color Harmonies of #AEAC53
Complementary color
Monochromatic Colors of #AEAC53
Black with #AEAC53
Text Example
Text Example
White with #AEAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC53; }
p { color: rgb(174,172,83); }
H1.HeaderClassName
{
color: #AEAC53;
}
.AnyTagClassName
{
color: #AEAC53;
}
</style>
background-color css
<style>
a { background-color: #AEAC53; }
a { background-color: rgb(174,172,83); }
div.DivClassName
{
background-color: #AEAC53;
}
.BgClassName
{
background-color: #AEAC53;
}
</style>
border-color css
<style>
span { border-color: #AEAC53; }
span { border-color: rgb(174,172,83); }
td.TdClassName
{
border-color: #AEAC53;
}
.TagClassName
{
border-color: #AEAC53;
}
</style>