Shades of Olive Green #AAAA5C
Tints of Olive Green #AAAA5C
RGB
CMYK
RGB Variations
Color information
#AAAA5C (or 0xAAAA5C) is known color: Olive Green. HEX triplet: AA, AA and 5C. RGB value is (170,170,92). Sum of RGB (Red+Green+Blue) = 170+170+92=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5C is #5555A3. Grayscale: #A1A1A1. Windows color (decimal): -5592484 or 6073002. OLE color: 6073002.
HSL color Cylindrical-coordinate representation of color #AAAA5C: hue angle of 60º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAAA5C is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 92 | - |
| CMYK | 0 | 0 | 0.46 | 0.33 |
| HSL | 60º | 0.31% | 0.51% | - |
| HSV(B) | 60º | 0.46% | 0.67% | - |
| XYZ | 32.88 | 38.07 | 15.74 | - |
| YUV | 161.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 92 | 0 | 0 | 0.46 | 0.33 | 60 | 0.31 | 0.51 |
| Hex | AA | AA | 5C | 0 | 0 | 2E | 21 | 3C | 1F | 33 |
| Octal | 252 | 252 | 134 | 0 | 0 | 56 | 41 | 74 | 37 | 63 |
| Binary | 10101010 | 10101010 | 1011100 | 0 | 0 | 101110 | 100001 | 111100 | 11111 | 110011 |
Color Harmonies of #AAAA5C
Complementary color
Monochromatic Colors of #AAAA5C
Black with #AAAA5C
Text Example
Text Example
White with #AAAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA5C; }
p { color: rgb(170,170,92); }
H1.HeaderClassName
{
color: #AAAA5C;
}
.AnyTagClassName
{
color: #AAAA5C;
}
</style>
background-color css
<style>
a { background-color: #AAAA5C; }
a { background-color: rgb(170,170,92); }
div.DivClassName
{
background-color: #AAAA5C;
}
.BgClassName
{
background-color: #AAAA5C;
}
</style>
border-color css
<style>
span { border-color: #AAAA5C; }
span { border-color: rgb(170,170,92); }
td.TdClassName
{
border-color: #AAAA5C;
}
.TagClassName
{
border-color: #AAAA5C;
}
</style>