Shades of Olive Green #AAA55C
Tints of Olive Green #AAA55C
RGB
CMYK
RGB Variations
Color information
#AAA55C (or 0xAAA55C) is known color: Olive Green. HEX triplet: AA, A5 and 5C. RGB value is (170,165,92). Sum of RGB (Red+Green+Blue) = 170+165+92=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55C is #555AA3. Grayscale: #9E9E9E. Windows color (decimal): -5593764 or 6071722. OLE color: 6071722.
HSL color Cylindrical-coordinate representation of color #AAA55C: hue angle of 56.15º degrees, saturation: 0.31, 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 #AAA55C is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 92 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.33 |
| HSL | 56.15º | 0.31% | 0.51% | - |
| HSV(B) | 56.15º | 0.46% | 0.67% | - |
| XYZ | 31.96 | 36.23 | 15.43 | - |
| YUV | 158.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 92 | 0 | 0.03 | 0.46 | 0.33 | 56.15 | 0.31 | 0.51 |
| Hex | AA | A5 | 5C | 0 | 3 | 2E | 21 | 38 | 1F | 33 |
| Octal | 252 | 245 | 134 | 0 | 3 | 56 | 41 | 70 | 37 | 63 |
| Binary | 10101010 | 10100101 | 1011100 | 0 | 11 | 101110 | 100001 | 111000 | 11111 | 110011 |
Color Harmonies of #AAA55C
Complementary color
Monochromatic Colors of #AAA55C
Black with #AAA55C
Text Example
Text Example
White with #AAA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA55C; }
p { color: rgb(170,165,92); }
H1.HeaderClassName
{
color: #AAA55C;
}
.AnyTagClassName
{
color: #AAA55C;
}
</style>
background-color css
<style>
a { background-color: #AAA55C; }
a { background-color: rgb(170,165,92); }
div.DivClassName
{
background-color: #AAA55C;
}
.BgClassName
{
background-color: #AAA55C;
}
</style>
border-color css
<style>
span { border-color: #AAA55C; }
span { border-color: rgb(170,165,92); }
td.TdClassName
{
border-color: #AAA55C;
}
.TagClassName
{
border-color: #AAA55C;
}
</style>