Shades of Olive Green #AAA85D
Tints of Olive Green #AAA85D
RGB
CMYK
RGB Variations
Color information
#AAA85D (or 0xAAA85D) is known color: Olive Green. HEX triplet: AA, A8 and 5D. RGB value is (170,168,93). Sum of RGB (Red+Green+Blue) = 170+168+93=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA85D is #5557A2. Grayscale: #A0A0A0. Windows color (decimal): -5592995 or 6138026. OLE color: 6138026.
HSL color Cylindrical-coordinate representation of color #AAA85D: hue angle of 58.44º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA85D is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 93 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.33 |
| HSL | 58.44º | 0.31% | 0.52% | - |
| HSV(B) | 58.44º | 0.45% | 0.67% | - |
| XYZ | 32.56 | 37.34 | 15.85 | - |
| YUV | 160.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 93 | 0 | 0.01 | 0.45 | 0.33 | 58.44 | 0.31 | 0.52 |
| Hex | AA | A8 | 5D | 0 | 1 | 2D | 21 | 3A | 1F | 34 |
| Octal | 252 | 250 | 135 | 0 | 1 | 55 | 41 | 72 | 37 | 64 |
| Binary | 10101010 | 10101000 | 1011101 | 0 | 1 | 101101 | 100001 | 111010 | 11111 | 110100 |
Color Harmonies of #AAA85D
Complementary color
Monochromatic Colors of #AAA85D
Black with #AAA85D
Text Example
Text Example
White with #AAA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA85D; }
p { color: rgb(170,168,93); }
H1.HeaderClassName
{
color: #AAA85D;
}
.AnyTagClassName
{
color: #AAA85D;
}
</style>
background-color css
<style>
a { background-color: #AAA85D; }
a { background-color: rgb(170,168,93); }
div.DivClassName
{
background-color: #AAA85D;
}
.BgClassName
{
background-color: #AAA85D;
}
</style>
border-color css
<style>
span { border-color: #AAA85D; }
span { border-color: rgb(170,168,93); }
td.TdClassName
{
border-color: #AAA85D;
}
.TagClassName
{
border-color: #AAA85D;
}
</style>