Shades of Olive Green #AEAC5D
Tints of Olive Green #AEAC5D
RGB
CMYK
RGB Variations
Color information
#AEAC5D (or 0xAEAC5D) is known color: Olive Green. HEX triplet: AE, AC and 5D. RGB value is (174,172,93). Sum of RGB (Red+Green+Blue) = 174+172+93=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5D is #5153A2. Grayscale: #A3A3A3. Windows color (decimal): -5329827 or 6139054. OLE color: 6139054.
HSL color Cylindrical-coordinate representation of color #AEAC5D: hue angle of 58.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEAC5D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 93 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.32 |
| HSL | 58.52º | 0.33% | 0.52% | - |
| HSV(B) | 58.52º | 0.47% | 0.68% | - |
| XYZ | 34.18 | 39.29 | 16.14 | - |
| YUV | 163.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 93 | 0 | 0.01 | 0.47 | 0.32 | 58.52 | 0.33 | 0.52 |
| Hex | AE | AC | 5D | 0 | 1 | 2F | 20 | 3B | 21 | 34 |
| Octal | 256 | 254 | 135 | 0 | 1 | 57 | 40 | 73 | 41 | 64 |
| Binary | 10101110 | 10101100 | 1011101 | 0 | 1 | 101111 | 100000 | 111011 | 100001 | 110100 |
Color Harmonies of #AEAC5D
Complementary color
Monochromatic Colors of #AEAC5D
Black with #AEAC5D
Text Example
Text Example
White with #AEAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC5D; }
p { color: rgb(174,172,93); }
H1.HeaderClassName
{
color: #AEAC5D;
}
.AnyTagClassName
{
color: #AEAC5D;
}
</style>
background-color css
<style>
a { background-color: #AEAC5D; }
a { background-color: rgb(174,172,93); }
div.DivClassName
{
background-color: #AEAC5D;
}
.BgClassName
{
background-color: #AEAC5D;
}
</style>
border-color css
<style>
span { border-color: #AEAC5D; }
span { border-color: rgb(174,172,93); }
td.TdClassName
{
border-color: #AEAC5D;
}
.TagClassName
{
border-color: #AEAC5D;
}
</style>