Shades of Olive Green #AAAC5C
Tints of Olive Green #AAAC5C
RGB
CMYK
RGB Variations
Color information
#AAAC5C (or 0xAAAC5C) is known color: Olive Green. HEX triplet: AA, AC and 5C. RGB value is (170,172,92). Sum of RGB (Red+Green+Blue) = 170+172+92=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC5C is #5553A3. Grayscale: #A2A2A2. Windows color (decimal): -5591972 or 6073514. OLE color: 6073514.
HSL color Cylindrical-coordinate representation of color #AAAC5C: hue angle of 61.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAAC5C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 92 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.33 |
| HSL | 61.5º | 0.33% | 0.52% | - |
| HSV(B) | 61.5º | 0.47% | 0.67% | - |
| XYZ | 33.26 | 38.82 | 15.87 | - |
| YUV | 162.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 92 | 0.01 | 0 | 0.47 | 0.33 | 61.5 | 0.33 | 0.52 |
| Hex | AA | AC | 5C | 1 | 0 | 2F | 21 | 3E | 21 | 34 |
| Octal | 252 | 254 | 134 | 1 | 0 | 57 | 41 | 76 | 41 | 64 |
| Binary | 10101010 | 10101100 | 1011100 | 1 | 0 | 101111 | 100001 | 111110 | 100001 | 110100 |
Color Harmonies of #AAAC5C
Complementary color
Monochromatic Colors of #AAAC5C
Black with #AAAC5C
Text Example
Text Example
White with #AAAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC5C; }
p { color: rgb(170,172,92); }
H1.HeaderClassName
{
color: #AAAC5C;
}
.AnyTagClassName
{
color: #AAAC5C;
}
</style>
background-color css
<style>
a { background-color: #AAAC5C; }
a { background-color: rgb(170,172,92); }
div.DivClassName
{
background-color: #AAAC5C;
}
.BgClassName
{
background-color: #AAAC5C;
}
</style>
border-color css
<style>
span { border-color: #AAAC5C; }
span { border-color: rgb(170,172,92); }
td.TdClassName
{
border-color: #AAAC5C;
}
.TagClassName
{
border-color: #AAAC5C;
}
</style>