Shades of Green Smoke #A6A163
Tints of Green Smoke #A6A163
RGB
CMYK
RGB Variations
Color information
#A6A163 (or 0xA6A163) is known color: Green Smoke. HEX triplet: A6, A1 and 63. RGB value is (166,161,99). Sum of RGB (Red+Green+Blue) = 166+161+99=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A163 is #595E9C. Grayscale: #9B9B9B. Windows color (decimal): -5856925 or 6529446. OLE color: 6529446.
HSL color Cylindrical-coordinate representation of color #A6A163: hue angle of 55.52º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A163 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 99 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.35 |
| HSL | 55.52º | 0.27% | 0.52% | - |
| HSV(B) | 55.52º | 0.4% | 0.65% | - |
| XYZ | 30.72 | 34.5 | 16.84 | - |
| YUV | 155.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 99 | 0 | 0.03 | 0.40 | 0.35 | 55.52 | 0.27 | 0.52 |
| Hex | A6 | A1 | 63 | 0 | 3 | 28 | 23 | 38 | 1B | 34 |
| Octal | 246 | 241 | 143 | 0 | 3 | 50 | 43 | 70 | 33 | 64 |
| Binary | 10100110 | 10100001 | 1100011 | 0 | 11 | 101000 | 100011 | 111000 | 11011 | 110100 |
Color Harmonies of #A6A163
Complementary color
Monochromatic Colors of #A6A163
Black with #A6A163
Text Example
Text Example
White with #A6A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A163; }
p { color: rgb(166,161,99); }
H1.HeaderClassName
{
color: #A6A163;
}
.AnyTagClassName
{
color: #A6A163;
}
</style>
background-color css
<style>
a { background-color: #A6A163; }
a { background-color: rgb(166,161,99); }
div.DivClassName
{
background-color: #A6A163;
}
.BgClassName
{
background-color: #A6A163;
}
</style>
border-color css
<style>
span { border-color: #A6A163; }
span { border-color: rgb(166,161,99); }
td.TdClassName
{
border-color: #A6A163;
}
.TagClassName
{
border-color: #A6A163;
}
</style>