Shades of Green Smoke #A6A663
Tints of Green Smoke #A6A663
RGB
CMYK
RGB Variations
Color information
#A6A663 (or 0xA6A663) is known color: Green Smoke. HEX triplet: A6, A6 and 63. RGB value is (166,166,99). Sum of RGB (Red+Green+Blue) = 166+166+99=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A663 is #59599C. Grayscale: #9E9E9E. Windows color (decimal): -5855645 or 6530726. OLE color: 6530726.
HSL color Cylindrical-coordinate representation of color #A6A663: hue angle of 60º 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 #A6A663 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 99 | - |
| CMYK | 0 | 0 | 0.40 | 0.35 |
| HSL | 60º | 0.27% | 0.52% | - |
| HSV(B) | 60º | 0.4% | 0.65% | - |
| XYZ | 31.61 | 36.28 | 17.14 | - |
| YUV | 158.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 99 | 0 | 0 | 0.40 | 0.35 | 60 | 0.27 | 0.52 |
| Hex | A6 | A6 | 63 | 0 | 0 | 28 | 23 | 3C | 1B | 34 |
| Octal | 246 | 246 | 143 | 0 | 0 | 50 | 43 | 74 | 33 | 64 |
| Binary | 10100110 | 10100110 | 1100011 | 0 | 0 | 101000 | 100011 | 111100 | 11011 | 110100 |
Color Harmonies of #A6A663
Complementary color
Monochromatic Colors of #A6A663
Black with #A6A663
Text Example
Text Example
White with #A6A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A663; }
p { color: rgb(166,166,99); }
H1.HeaderClassName
{
color: #A6A663;
}
.AnyTagClassName
{
color: #A6A663;
}
</style>
background-color css
<style>
a { background-color: #A6A663; }
a { background-color: rgb(166,166,99); }
div.DivClassName
{
background-color: #A6A663;
}
.BgClassName
{
background-color: #A6A663;
}
</style>
border-color css
<style>
span { border-color: #A6A663; }
span { border-color: rgb(166,166,99); }
td.TdClassName
{
border-color: #A6A663;
}
.TagClassName
{
border-color: #A6A663;
}
</style>