Shades of Green Smoke #A6A160
Tints of Green Smoke #A6A160
RGB
CMYK
RGB Variations
Color information
#A6A160 (or 0xA6A160) is known color: Green Smoke. HEX triplet: A6, A1 and 60. RGB value is (166,161,96). Sum of RGB (Red+Green+Blue) = 166+161+96=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A160 is #595E9F. Grayscale: #9B9B9B. Windows color (decimal): -5856928 or 6332838. OLE color: 6332838.
HSL color Cylindrical-coordinate representation of color #A6A160: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6A160 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 96 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.35 |
| HSL | 55.71º | 0.28% | 0.51% | - |
| HSV(B) | 55.71º | 0.42% | 0.65% | - |
| XYZ | 30.58 | 34.44 | 16.1 | - |
| YUV | 155.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 96 | 0 | 0.03 | 0.42 | 0.35 | 55.71 | 0.28 | 0.51 |
| Hex | A6 | A1 | 60 | 0 | 3 | 2A | 23 | 38 | 1C | 33 |
| Octal | 246 | 241 | 140 | 0 | 3 | 52 | 43 | 70 | 34 | 63 |
| Binary | 10100110 | 10100001 | 1100000 | 0 | 11 | 101010 | 100011 | 111000 | 11100 | 110011 |
Color Harmonies of #A6A160
Complementary color
Monochromatic Colors of #A6A160
Black with #A6A160
Text Example
Text Example
White with #A6A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A160; }
p { color: rgb(166,161,96); }
H1.HeaderClassName
{
color: #A6A160;
}
.AnyTagClassName
{
color: #A6A160;
}
</style>
background-color css
<style>
a { background-color: #A6A160; }
a { background-color: rgb(166,161,96); }
div.DivClassName
{
background-color: #A6A160;
}
.BgClassName
{
background-color: #A6A160;
}
</style>
border-color css
<style>
span { border-color: #A6A160; }
span { border-color: rgb(166,161,96); }
td.TdClassName
{
border-color: #A6A160;
}
.TagClassName
{
border-color: #A6A160;
}
</style>