Shades of Green Smoke #A0AC68
Tints of Green Smoke #A0AC68
RGB
CMYK
RGB Variations
Color information
#A0AC68 (or 0xA0AC68) is known color: Green Smoke. HEX triplet: A0, AC and 68. RGB value is (160,172,104). Sum of RGB (Red+Green+Blue) = 160+172+104=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC68 is #5F5397. Grayscale: #A0A0A0. Windows color (decimal): -6247320 or 6859936. OLE color: 6859936.
HSL color Cylindrical-coordinate representation of color #A0AC68: hue angle of 70.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0AC68 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 104 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.33 |
| HSL | 70.59º | 0.29% | 0.54% | - |
| HSV(B) | 70.59º | 0.4% | 0.67% | - |
| XYZ | 31.75 | 37.98 | 18.75 | - |
| YUV | 160.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 104 | 0.07 | 0 | 0.40 | 0.33 | 70.59 | 0.29 | 0.54 |
| Hex | A0 | AC | 68 | 7 | 0 | 28 | 21 | 47 | 1D | 36 |
| Octal | 240 | 254 | 150 | 7 | 0 | 50 | 41 | 107 | 35 | 66 |
| Binary | 10100000 | 10101100 | 1101000 | 111 | 0 | 101000 | 100001 | 1000111 | 11101 | 110110 |
Color Harmonies of #A0AC68
Complementary color
Monochromatic Colors of #A0AC68
Black with #A0AC68
Text Example
Text Example
White with #A0AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC68; }
p { color: rgb(160,172,104); }
H1.HeaderClassName
{
color: #A0AC68;
}
.AnyTagClassName
{
color: #A0AC68;
}
</style>
background-color css
<style>
a { background-color: #A0AC68; }
a { background-color: rgb(160,172,104); }
div.DivClassName
{
background-color: #A0AC68;
}
.BgClassName
{
background-color: #A0AC68;
}
</style>
border-color css
<style>
span { border-color: #A0AC68; }
span { border-color: rgb(160,172,104); }
td.TdClassName
{
border-color: #A0AC68;
}
.TagClassName
{
border-color: #A0AC68;
}
</style>