Shades of Green Smoke #A7A964
Tints of Green Smoke #A7A964
RGB
CMYK
RGB Variations
Color information
#A7A964 (or 0xA7A964) is known color: Green Smoke. HEX triplet: A7, A9 and 64. RGB value is (167,169,100). Sum of RGB (Red+Green+Blue) = 167+169+100=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A964 is #58569B. Grayscale: #A0A0A0. Windows color (decimal): -5789340 or 6597031. OLE color: 6597031.
HSL color Cylindrical-coordinate representation of color #A7A964: hue angle of 61.74º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7A964 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 100 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.34 |
| HSL | 61.74º | 0.29% | 0.53% | - |
| HSV(B) | 61.74º | 0.41% | 0.66% | - |
| XYZ | 32.42 | 37.51 | 17.59 | - |
| YUV | 160.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 100 | 0.01 | 0 | 0.41 | 0.34 | 61.74 | 0.29 | 0.53 |
| Hex | A7 | A9 | 64 | 1 | 0 | 29 | 22 | 3E | 1D | 35 |
| Octal | 247 | 251 | 144 | 1 | 0 | 51 | 42 | 76 | 35 | 65 |
| Binary | 10100111 | 10101001 | 1100100 | 1 | 0 | 101001 | 100010 | 111110 | 11101 | 110101 |
Color Harmonies of #A7A964
Complementary color
Monochromatic Colors of #A7A964
Black with #A7A964
Text Example
Text Example
White with #A7A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A964; }
p { color: rgb(167,169,100); }
H1.HeaderClassName
{
color: #A7A964;
}
.AnyTagClassName
{
color: #A7A964;
}
</style>
background-color css
<style>
a { background-color: #A7A964; }
a { background-color: rgb(167,169,100); }
div.DivClassName
{
background-color: #A7A964;
}
.BgClassName
{
background-color: #A7A964;
}
</style>
border-color css
<style>
span { border-color: #A7A964; }
span { border-color: rgb(167,169,100); }
td.TdClassName
{
border-color: #A7A964;
}
.TagClassName
{
border-color: #A7A964;
}
</style>