Shades of Olive Green #AEAB64
Tints of Olive Green #AEAB64
RGB
CMYK
RGB Variations
Color information
#AEAB64 (or 0xAEAB64) is known color: Olive Green. HEX triplet: AE, AB and 64. RGB value is (174,171,100). Sum of RGB (Red+Green+Blue) = 174+171+100=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB64 is #51549B. Grayscale: #A4A4A4. Windows color (decimal): -5330076 or 6597550. OLE color: 6597550.
HSL color Cylindrical-coordinate representation of color #AEAB64: hue angle of 57.57º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEAB64 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 100 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.32 |
| HSL | 57.57º | 0.31% | 0.54% | - |
| HSV(B) | 57.57º | 0.43% | 0.68% | - |
| XYZ | 34.32 | 39.04 | 17.78 | - |
| YUV | 163.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 100 | 0 | 0.02 | 0.43 | 0.32 | 57.57 | 0.31 | 0.54 |
| Hex | AE | AB | 64 | 0 | 2 | 2B | 20 | 3A | 1F | 36 |
| Octal | 256 | 253 | 144 | 0 | 2 | 53 | 40 | 72 | 37 | 66 |
| Binary | 10101110 | 10101011 | 1100100 | 0 | 10 | 101011 | 100000 | 111010 | 11111 | 110110 |
Color Harmonies of #AEAB64
Complementary color
Monochromatic Colors of #AEAB64
Black with #AEAB64
Text Example
Text Example
White with #AEAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB64; }
p { color: rgb(174,171,100); }
H1.HeaderClassName
{
color: #AEAB64;
}
.AnyTagClassName
{
color: #AEAB64;
}
</style>
background-color css
<style>
a { background-color: #AEAB64; }
a { background-color: rgb(174,171,100); }
div.DivClassName
{
background-color: #AEAB64;
}
.BgClassName
{
background-color: #AEAB64;
}
</style>
border-color css
<style>
span { border-color: #AEAB64; }
span { border-color: rgb(174,171,100); }
td.TdClassName
{
border-color: #AEAB64;
}
.TagClassName
{
border-color: #AEAB64;
}
</style>