Shades of Olive Green #AAA85C
Tints of Olive Green #AAA85C
RGB
CMYK
RGB Variations
Color information
#AAA85C (or 0xAAA85C) is known color: Olive Green. HEX triplet: AA, A8 and 5C. RGB value is (170,168,92). Sum of RGB (Red+Green+Blue) = 170+168+92=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA85C is #5557A3. Grayscale: #A0A0A0. Windows color (decimal): -5592996 or 6072490. OLE color: 6072490.
HSL color Cylindrical-coordinate representation of color #AAA85C: hue angle of 58.46º 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 #AAA85C is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 92 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.33 |
| HSL | 58.46º | 0.31% | 0.51% | - |
| HSV(B) | 58.46º | 0.46% | 0.67% | - |
| XYZ | 32.51 | 37.32 | 15.62 | - |
| YUV | 159.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 92 | 0 | 0.01 | 0.46 | 0.33 | 58.46 | 0.31 | 0.51 |
| Hex | AA | A8 | 5C | 0 | 1 | 2E | 21 | 3A | 1F | 33 |
| Octal | 252 | 250 | 134 | 0 | 1 | 56 | 41 | 72 | 37 | 63 |
| Binary | 10101010 | 10101000 | 1011100 | 0 | 1 | 101110 | 100001 | 111010 | 11111 | 110011 |
Color Harmonies of #AAA85C
Complementary color
Monochromatic Colors of #AAA85C
Black with #AAA85C
Text Example
Text Example
White with #AAA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA85C; }
p { color: rgb(170,168,92); }
H1.HeaderClassName
{
color: #AAA85C;
}
.AnyTagClassName
{
color: #AAA85C;
}
</style>
background-color css
<style>
a { background-color: #AAA85C; }
a { background-color: rgb(170,168,92); }
div.DivClassName
{
background-color: #AAA85C;
}
.BgClassName
{
background-color: #AAA85C;
}
</style>
border-color css
<style>
span { border-color: #AAA85C; }
span { border-color: rgb(170,168,92); }
td.TdClassName
{
border-color: #AAA85C;
}
.TagClassName
{
border-color: #AAA85C;
}
</style>