Shades of Olive Green #AEAB5D
Tints of Olive Green #AEAB5D
RGB
CMYK
RGB Variations
Color information
#AEAB5D (or 0xAEAB5D) is known color: Olive Green. HEX triplet: AE, AB and 5D. RGB value is (174,171,93). Sum of RGB (Red+Green+Blue) = 174+171+93=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB5D is #5154A2. Grayscale: #A3A3A3. Windows color (decimal): -5330083 or 6138798. OLE color: 6138798.
HSL color Cylindrical-coordinate representation of color #AEAB5D: hue angle of 57.78º 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 #AEAB5D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 93 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.32 |
| HSL | 57.78º | 0.33% | 0.52% | - |
| HSV(B) | 57.78º | 0.47% | 0.68% | - |
| XYZ | 33.99 | 38.91 | 16.08 | - |
| YUV | 163.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 93 | 0 | 0.02 | 0.47 | 0.32 | 57.78 | 0.33 | 0.52 |
| Hex | AE | AB | 5D | 0 | 2 | 2F | 20 | 3A | 21 | 34 |
| Octal | 256 | 253 | 135 | 0 | 2 | 57 | 40 | 72 | 41 | 64 |
| Binary | 10101110 | 10101011 | 1011101 | 0 | 10 | 101111 | 100000 | 111010 | 100001 | 110100 |
Color Harmonies of #AEAB5D
Complementary color
Monochromatic Colors of #AEAB5D
Black with #AEAB5D
Text Example
Text Example
White with #AEAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB5D; }
p { color: rgb(174,171,93); }
H1.HeaderClassName
{
color: #AEAB5D;
}
.AnyTagClassName
{
color: #AEAB5D;
}
</style>
background-color css
<style>
a { background-color: #AEAB5D; }
a { background-color: rgb(174,171,93); }
div.DivClassName
{
background-color: #AEAB5D;
}
.BgClassName
{
background-color: #AEAB5D;
}
</style>
border-color css
<style>
span { border-color: #AEAB5D; }
span { border-color: rgb(174,171,93); }
td.TdClassName
{
border-color: #AEAB5D;
}
.TagClassName
{
border-color: #AEAB5D;
}
</style>