Shades of Green Smoke #A6A466
Tints of Green Smoke #A6A466
RGB
CMYK
RGB Variations
Color information
#A6A466 (or 0xA6A466) is known color: Green Smoke. HEX triplet: A6, A4 and 66. RGB value is (166,164,102). Sum of RGB (Red+Green+Blue) = 166+164+102=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A466 is #595B99. Grayscale: #9D9D9D. Windows color (decimal): -5856154 or 6726822. OLE color: 6726822.
HSL color Cylindrical-coordinate representation of color #A6A466: hue angle of 58.12º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6A466 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 102 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.35 |
| HSL | 58.13º | 0.26% | 0.53% | - |
| HSV(B) | 58.13º | 0.39% | 0.65% | - |
| XYZ | 31.4 | 35.62 | 17.79 | - |
| YUV | 157.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 102 | 0 | 0.01 | 0.39 | 0.35 | 58.13 | 0.26 | 0.53 |
| Hex | A6 | A4 | 66 | 0 | 1 | 27 | 23 | 3A | 1A | 35 |
| Octal | 246 | 244 | 146 | 0 | 1 | 47 | 43 | 72 | 32 | 65 |
| Binary | 10100110 | 10100100 | 1100110 | 0 | 1 | 100111 | 100011 | 111010 | 11010 | 110101 |
Color Harmonies of #A6A466
Complementary color
Monochromatic Colors of #A6A466
Black with #A6A466
Text Example
Text Example
White with #A6A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A466; }
p { color: rgb(166,164,102); }
H1.HeaderClassName
{
color: #A6A466;
}
.AnyTagClassName
{
color: #A6A466;
}
</style>
background-color css
<style>
a { background-color: #A6A466; }
a { background-color: rgb(166,164,102); }
div.DivClassName
{
background-color: #A6A466;
}
.BgClassName
{
background-color: #A6A466;
}
</style>
border-color css
<style>
span { border-color: #A6A466; }
span { border-color: rgb(166,164,102); }
td.TdClassName
{
border-color: #A6A466;
}
.TagClassName
{
border-color: #A6A466;
}
</style>