Shades of Green Smoke #A6A76E
Tints of Green Smoke #A6A76E
RGB
CMYK
RGB Variations
Color information
#A6A76E (or 0xA6A76E) is known color: Green Smoke. HEX triplet: A6, A7 and 6E. RGB value is (166,167,110). Sum of RGB (Red+Green+Blue) = 166+167+110=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A76E is #595891. Grayscale: #A0A0A0. Windows color (decimal): -5855378 or 7251878. OLE color: 7251878.
HSL color Cylindrical-coordinate representation of color #A6A76E: hue angle of 61.05º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A76E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 110 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.35 |
| HSL | 61.05º | 0.24% | 0.54% | - |
| HSV(B) | 61.05º | 0.34% | 0.65% | - |
| XYZ | 32.36 | 36.87 | 20.16 | - |
| YUV | 160.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 110 | 0.01 | 0 | 0.34 | 0.35 | 61.05 | 0.24 | 0.54 |
| Hex | A6 | A7 | 6E | 1 | 0 | 22 | 23 | 3D | 18 | 36 |
| Octal | 246 | 247 | 156 | 1 | 0 | 42 | 43 | 75 | 30 | 66 |
| Binary | 10100110 | 10100111 | 1101110 | 1 | 0 | 100010 | 100011 | 111101 | 11000 | 110110 |
Color Harmonies of #A6A76E
Complementary color
Monochromatic Colors of #A6A76E
Black with #A6A76E
Text Example
Text Example
White with #A6A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A76E; }
p { color: rgb(166,167,110); }
H1.HeaderClassName
{
color: #A6A76E;
}
.AnyTagClassName
{
color: #A6A76E;
}
</style>
background-color css
<style>
a { background-color: #A6A76E; }
a { background-color: rgb(166,167,110); }
div.DivClassName
{
background-color: #A6A76E;
}
.BgClassName
{
background-color: #A6A76E;
}
</style>
border-color css
<style>
span { border-color: #A6A76E; }
span { border-color: rgb(166,167,110); }
td.TdClassName
{
border-color: #A6A76E;
}
.TagClassName
{
border-color: #A6A76E;
}
</style>