Shades of Olive Green #AAA85B
Tints of Olive Green #AAA85B
RGB
CMYK
RGB Variations
Color information
#AAA85B (or 0xAAA85B) is known color: Olive Green. HEX triplet: AA, A8 and 5B. RGB value is (170,168,91). Sum of RGB (Red+Green+Blue) = 170+168+91=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA85B is #5557A4. Grayscale: #A0A0A0. Windows color (decimal): -5592997 or 6006954. OLE color: 6006954.
HSL color Cylindrical-coordinate representation of color #AAA85B: hue angle of 58.48º degrees, saturation: 0.32, 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 #AAA85B is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 91 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.33 |
| HSL | 58.48º | 0.32% | 0.51% | - |
| HSV(B) | 58.48º | 0.46% | 0.67% | - |
| XYZ | 32.47 | 37.31 | 15.39 | - |
| YUV | 159.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 91 | 0 | 0.01 | 0.46 | 0.33 | 58.48 | 0.32 | 0.51 |
| Hex | AA | A8 | 5B | 0 | 1 | 2E | 21 | 3A | 20 | 33 |
| Octal | 252 | 250 | 133 | 0 | 1 | 56 | 41 | 72 | 40 | 63 |
| Binary | 10101010 | 10101000 | 1011011 | 0 | 1 | 101110 | 100001 | 111010 | 100000 | 110011 |
Color Harmonies of #AAA85B
Complementary color
Monochromatic Colors of #AAA85B
Black with #AAA85B
Text Example
Text Example
White with #AAA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA85B; }
p { color: rgb(170,168,91); }
H1.HeaderClassName
{
color: #AAA85B;
}
.AnyTagClassName
{
color: #AAA85B;
}
</style>
background-color css
<style>
a { background-color: #AAA85B; }
a { background-color: rgb(170,168,91); }
div.DivClassName
{
background-color: #AAA85B;
}
.BgClassName
{
background-color: #AAA85B;
}
</style>
border-color css
<style>
span { border-color: #AAA85B; }
span { border-color: rgb(170,168,91); }
td.TdClassName
{
border-color: #AAA85B;
}
.TagClassName
{
border-color: #AAA85B;
}
</style>