Shades of Olive Green #AAAC5D
Tints of Olive Green #AAAC5D
RGB
CMYK
RGB Variations
Color information
#AAAC5D (or 0xAAAC5D) is known color: Olive Green. HEX triplet: AA, AC and 5D. RGB value is (170,172,93). Sum of RGB (Red+Green+Blue) = 170+172+93=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC5D is #5553A2. Grayscale: #A2A2A2. Windows color (decimal): -5591971 or 6139050. OLE color: 6139050.
HSL color Cylindrical-coordinate representation of color #AAAC5D: hue angle of 61.52º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAAC5D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 93 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.33 |
| HSL | 61.52º | 0.32% | 0.52% | - |
| HSV(B) | 61.52º | 0.46% | 0.67% | - |
| XYZ | 33.31 | 38.84 | 16.1 | - |
| YUV | 162.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 93 | 0.01 | 0 | 0.46 | 0.33 | 61.52 | 0.32 | 0.52 |
| Hex | AA | AC | 5D | 1 | 0 | 2E | 21 | 3E | 20 | 34 |
| Octal | 252 | 254 | 135 | 1 | 0 | 56 | 41 | 76 | 40 | 64 |
| Binary | 10101010 | 10101100 | 1011101 | 1 | 0 | 101110 | 100001 | 111110 | 100000 | 110100 |
Color Harmonies of #AAAC5D
Complementary color
Monochromatic Colors of #AAAC5D
Black with #AAAC5D
Text Example
Text Example
White with #AAAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC5D; }
p { color: rgb(170,172,93); }
H1.HeaderClassName
{
color: #AAAC5D;
}
.AnyTagClassName
{
color: #AAAC5D;
}
</style>
background-color css
<style>
a { background-color: #AAAC5D; }
a { background-color: rgb(170,172,93); }
div.DivClassName
{
background-color: #AAAC5D;
}
.BgClassName
{
background-color: #AAAC5D;
}
</style>
border-color css
<style>
span { border-color: #AAAC5D; }
span { border-color: rgb(170,172,93); }
td.TdClassName
{
border-color: #AAAC5D;
}
.TagClassName
{
border-color: #AAAC5D;
}
</style>