Shades of Green Smoke #A7AA66
Tints of Green Smoke #A7AA66
RGB
CMYK
RGB Variations
Color information
#A7AA66 (or 0xA7AA66) is known color: Green Smoke. HEX triplet: A7, AA and 66. RGB value is (167,170,102). Sum of RGB (Red+Green+Blue) = 167+170+102=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA66 is #585599. Grayscale: #A1A1A1. Windows color (decimal): -5789082 or 6728359. OLE color: 6728359.
HSL color Cylindrical-coordinate representation of color #A7AA66: hue angle of 62.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7AA66 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 102 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.33 |
| HSL | 62.65º | 0.29% | 0.53% | - |
| HSV(B) | 62.65º | 0.4% | 0.67% | - |
| XYZ | 32.71 | 37.92 | 18.17 | - |
| YUV | 161.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 102 | 0.02 | 0 | 0.4 | 0.33 | 62.65 | 0.29 | 0.53 |
| Hex | A7 | AA | 66 | 2 | 0 | 28 | 21 | 3F | 1D | 35 |
| Octal | 247 | 252 | 146 | 2 | 0 | 50 | 41 | 77 | 35 | 65 |
| Binary | 10100111 | 10101010 | 1100110 | 10 | 0 | 101000 | 100001 | 111111 | 11101 | 110101 |
Color Harmonies of #A7AA66
Complementary color
Monochromatic Colors of #A7AA66
Black with #A7AA66
Text Example
Text Example
White with #A7AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA66; }
p { color: rgb(167,170,102); }
H1.HeaderClassName
{
color: #A7AA66;
}
.AnyTagClassName
{
color: #A7AA66;
}
</style>
background-color css
<style>
a { background-color: #A7AA66; }
a { background-color: rgb(167,170,102); }
div.DivClassName
{
background-color: #A7AA66;
}
.BgClassName
{
background-color: #A7AA66;
}
</style>
border-color css
<style>
span { border-color: #A7AA66; }
span { border-color: rgb(167,170,102); }
td.TdClassName
{
border-color: #A7AA66;
}
.TagClassName
{
border-color: #A7AA66;
}
</style>