Shades of Olive Green #AAAD5D
Tints of Olive Green #AAAD5D
RGB
CMYK
RGB Variations
Color information
#AAAD5D (or 0xAAAD5D) is known color: Olive Green. HEX triplet: AA, AD and 5D. RGB value is (170,173,93). Sum of RGB (Red+Green+Blue) = 170+173+93=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD5D is #5552A2. Grayscale: #A3A3A3. Windows color (decimal): -5591715 or 6139306. OLE color: 6139306.
HSL color Cylindrical-coordinate representation of color #AAAD5D: hue angle of 62.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAAD5D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 93 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.32 |
| HSL | 62.25º | 0.33% | 0.52% | - |
| HSV(B) | 62.25º | 0.46% | 0.68% | - |
| XYZ | 33.5 | 39.22 | 16.16 | - |
| YUV | 162.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 93 | 0.02 | 0 | 0.46 | 0.32 | 62.25 | 0.33 | 0.52 |
| Hex | AA | AD | 5D | 2 | 0 | 2E | 20 | 3E | 21 | 34 |
| Octal | 252 | 255 | 135 | 2 | 0 | 56 | 40 | 76 | 41 | 64 |
| Binary | 10101010 | 10101101 | 1011101 | 10 | 0 | 101110 | 100000 | 111110 | 100001 | 110100 |
Color Harmonies of #AAAD5D
Complementary color
Monochromatic Colors of #AAAD5D
Black with #AAAD5D
Text Example
Text Example
White with #AAAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD5D; }
p { color: rgb(170,173,93); }
H1.HeaderClassName
{
color: #AAAD5D;
}
.AnyTagClassName
{
color: #AAAD5D;
}
</style>
background-color css
<style>
a { background-color: #AAAD5D; }
a { background-color: rgb(170,173,93); }
div.DivClassName
{
background-color: #AAAD5D;
}
.BgClassName
{
background-color: #AAAD5D;
}
</style>
border-color css
<style>
span { border-color: #AAAD5D; }
span { border-color: rgb(170,173,93); }
td.TdClassName
{
border-color: #AAAD5D;
}
.TagClassName
{
border-color: #AAAD5D;
}
</style>