Shades of Olive Green #AAA657
Tints of Olive Green #AAA657
RGB
CMYK
RGB Variations
Color information
#AAA657 (or 0xAAA657) is known color: Olive Green. HEX triplet: AA, A6 and 57. RGB value is (170,166,87). Sum of RGB (Red+Green+Blue) = 170+166+87=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA657 is #5559A8. Grayscale: #9E9E9E. Windows color (decimal): -5593513 or 5744298. OLE color: 5744298.
HSL color Cylindrical-coordinate representation of color #AAA657: hue angle of 57.11º 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 #AAA657 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 87 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.33 |
| HSL | 57.11º | 0.33% | 0.5% | - |
| HSV(B) | 57.11º | 0.49% | 0.67% | - |
| XYZ | 31.93 | 36.51 | 14.38 | - |
| YUV | 158.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 87 | 0 | 0.02 | 0.49 | 0.33 | 57.11 | 0.33 | 0.5 |
| Hex | AA | A6 | 57 | 0 | 2 | 31 | 21 | 39 | 21 | 32 |
| Octal | 252 | 246 | 127 | 0 | 2 | 61 | 41 | 71 | 41 | 62 |
| Binary | 10101010 | 10100110 | 1010111 | 0 | 10 | 110001 | 100001 | 111001 | 100001 | 110010 |
Color Harmonies of #AAA657
Complementary color
Monochromatic Colors of #AAA657
Black with #AAA657
Text Example
Text Example
White with #AAA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA657; }
p { color: rgb(170,166,87); }
H1.HeaderClassName
{
color: #AAA657;
}
.AnyTagClassName
{
color: #AAA657;
}
</style>
background-color css
<style>
a { background-color: #AAA657; }
a { background-color: rgb(170,166,87); }
div.DivClassName
{
background-color: #AAA657;
}
.BgClassName
{
background-color: #AAA657;
}
</style>
border-color css
<style>
span { border-color: #AAA657; }
span { border-color: rgb(170,166,87); }
td.TdClassName
{
border-color: #AAA657;
}
.TagClassName
{
border-color: #AAA657;
}
</style>