Shades of Green Smoke #A0A66D
Tints of Green Smoke #A0A66D
RGB
CMYK
RGB Variations
Color information
#A0A66D (or 0xA0A66D) is known color: Green Smoke. HEX triplet: A0, A6 and 6D. RGB value is (160,166,109). Sum of RGB (Red+Green+Blue) = 160+166+109=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A66D is #5F5992. Grayscale: #9D9D9D. Windows color (decimal): -6248851 or 7186080. OLE color: 7186080.
HSL color Cylindrical-coordinate representation of color #A0A66D: hue angle of 66.32º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A66D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 109 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.35 |
| HSL | 66.32º | 0.24% | 0.54% | - |
| HSV(B) | 66.32º | 0.34% | 0.65% | - |
| XYZ | 30.89 | 35.85 | 19.76 | - |
| YUV | 157.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 109 | 0.04 | 0 | 0.34 | 0.35 | 66.32 | 0.24 | 0.54 |
| Hex | A0 | A6 | 6D | 4 | 0 | 22 | 23 | 42 | 18 | 36 |
| Octal | 240 | 246 | 155 | 4 | 0 | 42 | 43 | 102 | 30 | 66 |
| Binary | 10100000 | 10100110 | 1101101 | 100 | 0 | 100010 | 100011 | 1000010 | 11000 | 110110 |
Color Harmonies of #A0A66D
Complementary color
Monochromatic Colors of #A0A66D
Black with #A0A66D
Text Example
Text Example
White with #A0A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A66D; }
p { color: rgb(160,166,109); }
H1.HeaderClassName
{
color: #A0A66D;
}
.AnyTagClassName
{
color: #A0A66D;
}
</style>
background-color css
<style>
a { background-color: #A0A66D; }
a { background-color: rgb(160,166,109); }
div.DivClassName
{
background-color: #A0A66D;
}
.BgClassName
{
background-color: #A0A66D;
}
</style>
border-color css
<style>
span { border-color: #A0A66D; }
span { border-color: rgb(160,166,109); }
td.TdClassName
{
border-color: #A0A66D;
}
.TagClassName
{
border-color: #A0A66D;
}
</style>