Shades of Olive Green #AAA557
Tints of Olive Green #AAA557
RGB
CMYK
RGB Variations
Color information
#AAA557 (or 0xAAA557) is known color: Olive Green. HEX triplet: AA, A5 and 57. RGB value is (170,165,87). Sum of RGB (Red+Green+Blue) = 170+165+87=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA557 is #555AA8. Grayscale: #9D9D9D. Windows color (decimal): -5593769 or 5744042. OLE color: 5744042.
HSL color Cylindrical-coordinate representation of color #AAA557: hue angle of 56.39º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA557 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 87 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.33 |
| HSL | 56.39º | 0.33% | 0.5% | - |
| HSV(B) | 56.39º | 0.49% | 0.67% | - |
| XYZ | 31.75 | 36.14 | 14.32 | - |
| YUV | 157.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 87 | 0 | 0.03 | 0.49 | 0.33 | 56.39 | 0.33 | 0.5 |
| Hex | AA | A5 | 57 | 0 | 3 | 31 | 21 | 38 | 21 | 32 |
| Octal | 252 | 245 | 127 | 0 | 3 | 61 | 41 | 70 | 41 | 62 |
| Binary | 10101010 | 10100101 | 1010111 | 0 | 11 | 110001 | 100001 | 111000 | 100001 | 110010 |
Color Harmonies of #AAA557
Complementary color
Monochromatic Colors of #AAA557
Black with #AAA557
Text Example
Text Example
White with #AAA557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA557; }
p { color: rgb(170,165,87); }
H1.HeaderClassName
{
color: #AAA557;
}
.AnyTagClassName
{
color: #AAA557;
}
</style>
background-color css
<style>
a { background-color: #AAA557; }
a { background-color: rgb(170,165,87); }
div.DivClassName
{
background-color: #AAA557;
}
.BgClassName
{
background-color: #AAA557;
}
</style>
border-color css
<style>
span { border-color: #AAA557; }
span { border-color: rgb(170,165,87); }
td.TdClassName
{
border-color: #AAA557;
}
.TagClassName
{
border-color: #AAA557;
}
</style>