Shades of Olive Green #AAAD5C
Tints of Olive Green #AAAD5C
RGB
CMYK
RGB Variations
Color information
#AAAD5C (or 0xAAAD5C) is known color: Olive Green. HEX triplet: AA, AD and 5C. RGB value is (170,173,92). Sum of RGB (Red+Green+Blue) = 170+173+92=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD5C is #5552A3. Grayscale: #A3A3A3. Windows color (decimal): -5591716 or 6073770. OLE color: 6073770.
HSL color Cylindrical-coordinate representation of color #AAAD5C: hue angle of 62.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAAD5C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 92 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.32 |
| HSL | 62.22º | 0.33% | 0.52% | - |
| HSV(B) | 62.22º | 0.47% | 0.68% | - |
| XYZ | 33.45 | 39.21 | 15.93 | - |
| YUV | 162.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 92 | 0.02 | 0 | 0.47 | 0.32 | 62.22 | 0.33 | 0.52 |
| Hex | AA | AD | 5C | 2 | 0 | 2F | 20 | 3E | 21 | 34 |
| Octal | 252 | 255 | 134 | 2 | 0 | 57 | 40 | 76 | 41 | 64 |
| Binary | 10101010 | 10101101 | 1011100 | 10 | 0 | 101111 | 100000 | 111110 | 100001 | 110100 |
Color Harmonies of #AAAD5C
Complementary color
Monochromatic Colors of #AAAD5C
Black with #AAAD5C
Text Example
Text Example
White with #AAAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD5C; }
p { color: rgb(170,173,92); }
H1.HeaderClassName
{
color: #AAAD5C;
}
.AnyTagClassName
{
color: #AAAD5C;
}
</style>
background-color css
<style>
a { background-color: #AAAD5C; }
a { background-color: rgb(170,173,92); }
div.DivClassName
{
background-color: #AAAD5C;
}
.BgClassName
{
background-color: #AAAD5C;
}
</style>
border-color css
<style>
span { border-color: #AAAD5C; }
span { border-color: rgb(170,173,92); }
td.TdClassName
{
border-color: #AAAD5C;
}
.TagClassName
{
border-color: #AAAD5C;
}
</style>