Shades of Green Smoke #A7A962
Tints of Green Smoke #A7A962
RGB
CMYK
RGB Variations
Color information
#A7A962 (or 0xA7A962) is known color: Green Smoke. HEX triplet: A7, A9 and 62. RGB value is (167,169,98). Sum of RGB (Red+Green+Blue) = 167+169+98=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A962 is #58569D. Grayscale: #A0A0A0. Windows color (decimal): -5789342 or 6465959. OLE color: 6465959.
HSL color Cylindrical-coordinate representation of color #A7A962: hue angle of 61.69º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7A962 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 98 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.34 |
| HSL | 61.69º | 0.29% | 0.52% | - |
| HSV(B) | 61.69º | 0.42% | 0.66% | - |
| XYZ | 32.33 | 37.47 | 17.08 | - |
| YUV | 160.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 98 | 0.01 | 0 | 0.42 | 0.34 | 61.69 | 0.29 | 0.52 |
| Hex | A7 | A9 | 62 | 1 | 0 | 2A | 22 | 3E | 1D | 34 |
| Octal | 247 | 251 | 142 | 1 | 0 | 52 | 42 | 76 | 35 | 64 |
| Binary | 10100111 | 10101001 | 1100010 | 1 | 0 | 101010 | 100010 | 111110 | 11101 | 110100 |
Color Harmonies of #A7A962
Complementary color
Monochromatic Colors of #A7A962
Black with #A7A962
Text Example
Text Example
White with #A7A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A962; }
p { color: rgb(167,169,98); }
H1.HeaderClassName
{
color: #A7A962;
}
.AnyTagClassName
{
color: #A7A962;
}
</style>
background-color css
<style>
a { background-color: #A7A962; }
a { background-color: rgb(167,169,98); }
div.DivClassName
{
background-color: #A7A962;
}
.BgClassName
{
background-color: #A7A962;
}
</style>
border-color css
<style>
span { border-color: #A7A962; }
span { border-color: rgb(167,169,98); }
td.TdClassName
{
border-color: #A7A962;
}
.TagClassName
{
border-color: #A7A962;
}
</style>