Shades of Green Smoke #A6A764
Tints of Green Smoke #A6A764
RGB
CMYK
RGB Variations
Color information
#A6A764 (or 0xA6A764) is known color: Green Smoke. HEX triplet: A6, A7 and 64. RGB value is (166,167,100). Sum of RGB (Red+Green+Blue) = 166+167+100=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A764 is #59589B. Grayscale: #9F9F9F. Windows color (decimal): -5855388 or 6596518. OLE color: 6596518.
HSL color Cylindrical-coordinate representation of color #A6A764: hue angle of 60.9º degrees, saturation: 0.28, 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 #A6A764 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 100 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.35 |
| HSL | 60.9º | 0.28% | 0.52% | - |
| HSV(B) | 60.9º | 0.4% | 0.65% | - |
| XYZ | 31.84 | 36.66 | 17.46 | - |
| YUV | 159.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 100 | 0.01 | 0 | 0.40 | 0.35 | 60.9 | 0.28 | 0.52 |
| Hex | A6 | A7 | 64 | 1 | 0 | 28 | 23 | 3D | 1C | 34 |
| Octal | 246 | 247 | 144 | 1 | 0 | 50 | 43 | 75 | 34 | 64 |
| Binary | 10100110 | 10100111 | 1100100 | 1 | 0 | 101000 | 100011 | 111101 | 11100 | 110100 |
Color Harmonies of #A6A764
Complementary color
Monochromatic Colors of #A6A764
Black with #A6A764
Text Example
Text Example
White with #A6A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A764; }
p { color: rgb(166,167,100); }
H1.HeaderClassName
{
color: #A6A764;
}
.AnyTagClassName
{
color: #A6A764;
}
</style>
background-color css
<style>
a { background-color: #A6A764; }
a { background-color: rgb(166,167,100); }
div.DivClassName
{
background-color: #A6A764;
}
.BgClassName
{
background-color: #A6A764;
}
</style>
border-color css
<style>
span { border-color: #A6A764; }
span { border-color: rgb(166,167,100); }
td.TdClassName
{
border-color: #A6A764;
}
.TagClassName
{
border-color: #A6A764;
}
</style>