Shades of Olive Green #AEAC5C
Tints of Olive Green #AEAC5C
RGB
CMYK
RGB Variations
Color information
#AEAC5C (or 0xAEAC5C) is known color: Olive Green. HEX triplet: AE, AC and 5C. RGB value is (174,172,92). Sum of RGB (Red+Green+Blue) = 174+172+92=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5C is #5153A3. Grayscale: #A3A3A3. Windows color (decimal): -5329828 or 6073518. OLE color: 6073518.
HSL color Cylindrical-coordinate representation of color #AEAC5C: hue angle of 58.54º degrees, saturation: 0.34, 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 #AEAC5C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 92 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.32 |
| HSL | 58.54º | 0.34% | 0.52% | - |
| HSV(B) | 58.54º | 0.47% | 0.68% | - |
| XYZ | 34.14 | 39.28 | 15.91 | - |
| YUV | 163.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 92 | 0 | 0.01 | 0.47 | 0.32 | 58.54 | 0.34 | 0.52 |
| Hex | AE | AC | 5C | 0 | 1 | 2F | 20 | 3B | 22 | 34 |
| Octal | 256 | 254 | 134 | 0 | 1 | 57 | 40 | 73 | 42 | 64 |
| Binary | 10101110 | 10101100 | 1011100 | 0 | 1 | 101111 | 100000 | 111011 | 100010 | 110100 |
Color Harmonies of #AEAC5C
Complementary color
Monochromatic Colors of #AEAC5C
Black with #AEAC5C
Text Example
Text Example
White with #AEAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC5C; }
p { color: rgb(174,172,92); }
H1.HeaderClassName
{
color: #AEAC5C;
}
.AnyTagClassName
{
color: #AEAC5C;
}
</style>
background-color css
<style>
a { background-color: #AEAC5C; }
a { background-color: rgb(174,172,92); }
div.DivClassName
{
background-color: #AEAC5C;
}
.BgClassName
{
background-color: #AEAC5C;
}
</style>
border-color css
<style>
span { border-color: #AEAC5C; }
span { border-color: rgb(174,172,92); }
td.TdClassName
{
border-color: #AEAC5C;
}
.TagClassName
{
border-color: #AEAC5C;
}
</style>