Shades of Olive Green #AAA95D
Tints of Olive Green #AAA95D
RGB
CMYK
RGB Variations
Color information
#AAA95D (or 0xAAA95D) is known color: Olive Green. HEX triplet: AA, A9 and 5D. RGB value is (170,169,93). Sum of RGB (Red+Green+Blue) = 170+169+93=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95D is #5556A2. Grayscale: #A0A0A0. Windows color (decimal): -5592739 or 6138282. OLE color: 6138282.
HSL color Cylindrical-coordinate representation of color #AAA95D: hue angle of 59.22º 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 #AAA95D is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 93 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.33 |
| HSL | 59.22º | 0.31% | 0.52% | - |
| HSV(B) | 59.22º | 0.45% | 0.67% | - |
| XYZ | 32.74 | 37.71 | 15.91 | - |
| YUV | 160.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 93 | 0 | 0.01 | 0.45 | 0.33 | 59.22 | 0.31 | 0.52 |
| Hex | AA | A9 | 5D | 0 | 1 | 2D | 21 | 3B | 1F | 34 |
| Octal | 252 | 251 | 135 | 0 | 1 | 55 | 41 | 73 | 37 | 64 |
| Binary | 10101010 | 10101001 | 1011101 | 0 | 1 | 101101 | 100001 | 111011 | 11111 | 110100 |
Color Harmonies of #AAA95D
Complementary color
Monochromatic Colors of #AAA95D
Black with #AAA95D
Text Example
Text Example
White with #AAA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA95D; }
p { color: rgb(170,169,93); }
H1.HeaderClassName
{
color: #AAA95D;
}
.AnyTagClassName
{
color: #AAA95D;
}
</style>
background-color css
<style>
a { background-color: #AAA95D; }
a { background-color: rgb(170,169,93); }
div.DivClassName
{
background-color: #AAA95D;
}
.BgClassName
{
background-color: #AAA95D;
}
</style>
border-color css
<style>
span { border-color: #AAA95D; }
span { border-color: rgb(170,169,93); }
td.TdClassName
{
border-color: #AAA95D;
}
.TagClassName
{
border-color: #AAA95D;
}
</style>