Shades of Olive Green #AAA55A
Tints of Olive Green #AAA55A
RGB
CMYK
RGB Variations
Color information
#AAA55A (or 0xAAA55A) is known color: Olive Green. HEX triplet: AA, A5 and 5A. RGB value is (170,165,90). Sum of RGB (Red+Green+Blue) = 170+165+90=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55A is #555AA5. Grayscale: #9E9E9E. Windows color (decimal): -5593766 or 5940650. OLE color: 5940650.
HSL color Cylindrical-coordinate representation of color #AAA55A: hue angle of 56.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAA55A is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 90 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.33 |
| HSL | 56.25º | 0.32% | 0.51% | - |
| HSV(B) | 56.25º | 0.47% | 0.67% | - |
| XYZ | 31.88 | 36.19 | 14.98 | - |
| YUV | 157.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 90 | 0 | 0.03 | 0.47 | 0.33 | 56.25 | 0.32 | 0.51 |
| Hex | AA | A5 | 5A | 0 | 3 | 2F | 21 | 38 | 20 | 33 |
| Octal | 252 | 245 | 132 | 0 | 3 | 57 | 41 | 70 | 40 | 63 |
| Binary | 10101010 | 10100101 | 1011010 | 0 | 11 | 101111 | 100001 | 111000 | 100000 | 110011 |
Color Harmonies of #AAA55A
Complementary color
Monochromatic Colors of #AAA55A
Black with #AAA55A
Text Example
Text Example
White with #AAA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA55A; }
p { color: rgb(170,165,90); }
H1.HeaderClassName
{
color: #AAA55A;
}
.AnyTagClassName
{
color: #AAA55A;
}
</style>
background-color css
<style>
a { background-color: #AAA55A; }
a { background-color: rgb(170,165,90); }
div.DivClassName
{
background-color: #AAA55A;
}
.BgClassName
{
background-color: #AAA55A;
}
</style>
border-color css
<style>
span { border-color: #AAA55A; }
span { border-color: rgb(170,165,90); }
td.TdClassName
{
border-color: #AAA55A;
}
.TagClassName
{
border-color: #AAA55A;
}
</style>