Shades of Green Smoke #A6A76D
Tints of Green Smoke #A6A76D
RGB
CMYK
RGB Variations
Color information
#A6A76D (or 0xA6A76D) is known color: Green Smoke. HEX triplet: A6, A7 and 6D. RGB value is (166,167,109). Sum of RGB (Red+Green+Blue) = 166+167+109=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A76D is #595892. Grayscale: #A0A0A0. Windows color (decimal): -5855379 or 7186342. OLE color: 7186342.
HSL color Cylindrical-coordinate representation of color #A6A76D: hue angle of 61.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6A76D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 109 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.35 |
| HSL | 61.03º | 0.25% | 0.54% | - |
| HSV(B) | 61.03º | 0.35% | 0.65% | - |
| XYZ | 32.3 | 36.85 | 19.88 | - |
| YUV | 160.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 109 | 0.01 | 0 | 0.35 | 0.35 | 61.03 | 0.25 | 0.54 |
| Hex | A6 | A7 | 6D | 1 | 0 | 23 | 23 | 3D | 19 | 36 |
| Octal | 246 | 247 | 155 | 1 | 0 | 43 | 43 | 75 | 31 | 66 |
| Binary | 10100110 | 10100111 | 1101101 | 1 | 0 | 100011 | 100011 | 111101 | 11001 | 110110 |
Color Harmonies of #A6A76D
Complementary color
Monochromatic Colors of #A6A76D
Black with #A6A76D
Text Example
Text Example
White with #A6A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A76D; }
p { color: rgb(166,167,109); }
H1.HeaderClassName
{
color: #A6A76D;
}
.AnyTagClassName
{
color: #A6A76D;
}
</style>
background-color css
<style>
a { background-color: #A6A76D; }
a { background-color: rgb(166,167,109); }
div.DivClassName
{
background-color: #A6A76D;
}
.BgClassName
{
background-color: #A6A76D;
}
</style>
border-color css
<style>
span { border-color: #A6A76D; }
span { border-color: rgb(166,167,109); }
td.TdClassName
{
border-color: #A6A76D;
}
.TagClassName
{
border-color: #A6A76D;
}
</style>