Shades of Olive Green #AAAE5C
Tints of Olive Green #AAAE5C
RGB
CMYK
RGB Variations
Color information
#AAAE5C (or 0xAAAE5C) is known color: Olive Green. HEX triplet: AA, AE and 5C. RGB value is (170,174,92). Sum of RGB (Red+Green+Blue) = 170+174+92=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE5C is #5551A3. Grayscale: #A3A3A3. Windows color (decimal): -5591460 or 6074026. OLE color: 6074026.
HSL color Cylindrical-coordinate representation of color #AAAE5C: hue angle of 62.93º 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 #AAAE5C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 92 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.32 |
| HSL | 62.93º | 0.34% | 0.52% | - |
| HSV(B) | 62.93º | 0.47% | 0.68% | - |
| XYZ | 33.65 | 39.59 | 15.99 | - |
| YUV | 163.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 92 | 0.02 | 0 | 0.47 | 0.32 | 62.93 | 0.34 | 0.52 |
| Hex | AA | AE | 5C | 2 | 0 | 2F | 20 | 3F | 22 | 34 |
| Octal | 252 | 256 | 134 | 2 | 0 | 57 | 40 | 77 | 42 | 64 |
| Binary | 10101010 | 10101110 | 1011100 | 10 | 0 | 101111 | 100000 | 111111 | 100010 | 110100 |
Color Harmonies of #AAAE5C
Complementary color
Monochromatic Colors of #AAAE5C
Black with #AAAE5C
Text Example
Text Example
White with #AAAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE5C; }
p { color: rgb(170,174,92); }
H1.HeaderClassName
{
color: #AAAE5C;
}
.AnyTagClassName
{
color: #AAAE5C;
}
</style>
background-color css
<style>
a { background-color: #AAAE5C; }
a { background-color: rgb(170,174,92); }
div.DivClassName
{
background-color: #AAAE5C;
}
.BgClassName
{
background-color: #AAAE5C;
}
</style>
border-color css
<style>
span { border-color: #AAAE5C; }
span { border-color: rgb(170,174,92); }
td.TdClassName
{
border-color: #AAAE5C;
}
.TagClassName
{
border-color: #AAAE5C;
}
</style>