Shades of Green Smoke #A7A96D
Tints of Green Smoke #A7A96D
RGB
CMYK
RGB Variations
Color information
#A7A96D (or 0xA7A96D) is known color: Green Smoke. HEX triplet: A7, A9 and 6D. RGB value is (167,169,109). Sum of RGB (Red+Green+Blue) = 167+169+109=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A96D is #585692. Grayscale: #A1A1A1. Windows color (decimal): -5789331 or 7186855. OLE color: 7186855.
HSL color Cylindrical-coordinate representation of color #A7A96D: hue angle of 62º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7A96D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 109 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.34 |
| HSL | 62º | 0.26% | 0.55% | - |
| HSV(B) | 62º | 0.36% | 0.66% | - |
| XYZ | 32.88 | 37.7 | 20.01 | - |
| YUV | 161.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 109 | 0.01 | 0 | 0.36 | 0.34 | 62 | 0.26 | 0.55 |
| Hex | A7 | A9 | 6D | 1 | 0 | 24 | 22 | 3E | 1A | 37 |
| Octal | 247 | 251 | 155 | 1 | 0 | 44 | 42 | 76 | 32 | 67 |
| Binary | 10100111 | 10101001 | 1101101 | 1 | 0 | 100100 | 100010 | 111110 | 11010 | 110111 |
Color Harmonies of #A7A96D
Complementary color
Monochromatic Colors of #A7A96D
Black with #A7A96D
Text Example
Text Example
White with #A7A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A96D; }
p { color: rgb(167,169,109); }
H1.HeaderClassName
{
color: #A7A96D;
}
.AnyTagClassName
{
color: #A7A96D;
}
</style>
background-color css
<style>
a { background-color: #A7A96D; }
a { background-color: rgb(167,169,109); }
div.DivClassName
{
background-color: #A7A96D;
}
.BgClassName
{
background-color: #A7A96D;
}
</style>
border-color css
<style>
span { border-color: #A7A96D; }
span { border-color: rgb(167,169,109); }
td.TdClassName
{
border-color: #A7A96D;
}
.TagClassName
{
border-color: #A7A96D;
}
</style>