Shades of Green Smoke #A0AC66
Tints of Green Smoke #A0AC66
RGB
CMYK
RGB Variations
Color information
#A0AC66 (or 0xA0AC66) is known color: Green Smoke. HEX triplet: A0, AC and 66. RGB value is (160,172,102). Sum of RGB (Red+Green+Blue) = 160+172+102=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC66 is #5F5399. Grayscale: #A0A0A0. Windows color (decimal): -6247322 or 6728864. OLE color: 6728864.
HSL color Cylindrical-coordinate representation of color #A0AC66: hue angle of 70.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0AC66 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 102 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.33 |
| HSL | 70.29º | 0.3% | 0.54% | - |
| HSV(B) | 70.29º | 0.41% | 0.67% | - |
| XYZ | 31.65 | 37.94 | 18.23 | - |
| YUV | 160.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 102 | 0.07 | 0 | 0.41 | 0.33 | 70.29 | 0.3 | 0.54 |
| Hex | A0 | AC | 66 | 7 | 0 | 29 | 21 | 46 | 1E | 36 |
| Octal | 240 | 254 | 146 | 7 | 0 | 51 | 41 | 106 | 36 | 66 |
| Binary | 10100000 | 10101100 | 1100110 | 111 | 0 | 101001 | 100001 | 1000110 | 11110 | 110110 |
Color Harmonies of #A0AC66
Complementary color
Monochromatic Colors of #A0AC66
Black with #A0AC66
Text Example
Text Example
White with #A0AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC66; }
p { color: rgb(160,172,102); }
H1.HeaderClassName
{
color: #A0AC66;
}
.AnyTagClassName
{
color: #A0AC66;
}
</style>
background-color css
<style>
a { background-color: #A0AC66; }
a { background-color: rgb(160,172,102); }
div.DivClassName
{
background-color: #A0AC66;
}
.BgClassName
{
background-color: #A0AC66;
}
</style>
border-color css
<style>
span { border-color: #A0AC66; }
span { border-color: rgb(160,172,102); }
td.TdClassName
{
border-color: #A0AC66;
}
.TagClassName
{
border-color: #A0AC66;
}
</style>