Shades of Green Smoke #A7AA6A
Tints of Green Smoke #A7AA6A
RGB
CMYK
RGB Variations
Color information
#A7AA6A (or 0xA7AA6A) is known color: Green Smoke. HEX triplet: A7, AA and 6A. RGB value is (167,170,106). Sum of RGB (Red+Green+Blue) = 167+170+106=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA6A is #585595. Grayscale: #A2A2A2. Windows color (decimal): -5789078 or 6990503. OLE color: 6990503.
HSL color Cylindrical-coordinate representation of color #A7AA6A: hue angle of 62.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7AA6A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 106 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.33 |
| HSL | 62.81º | 0.27% | 0.54% | - |
| HSV(B) | 62.81º | 0.38% | 0.67% | - |
| XYZ | 32.91 | 38.01 | 19.24 | - |
| YUV | 161.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 106 | 0.02 | 0 | 0.38 | 0.33 | 62.81 | 0.27 | 0.54 |
| Hex | A7 | AA | 6A | 2 | 0 | 26 | 21 | 3F | 1B | 36 |
| Octal | 247 | 252 | 152 | 2 | 0 | 46 | 41 | 77 | 33 | 66 |
| Binary | 10100111 | 10101010 | 1101010 | 10 | 0 | 100110 | 100001 | 111111 | 11011 | 110110 |
Color Harmonies of #A7AA6A
Complementary color
Monochromatic Colors of #A7AA6A
Black with #A7AA6A
Text Example
Text Example
White with #A7AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA6A; }
p { color: rgb(167,170,106); }
H1.HeaderClassName
{
color: #A7AA6A;
}
.AnyTagClassName
{
color: #A7AA6A;
}
</style>
background-color css
<style>
a { background-color: #A7AA6A; }
a { background-color: rgb(167,170,106); }
div.DivClassName
{
background-color: #A7AA6A;
}
.BgClassName
{
background-color: #A7AA6A;
}
</style>
border-color css
<style>
span { border-color: #A7AA6A; }
span { border-color: rgb(167,170,106); }
td.TdClassName
{
border-color: #A7AA6A;
}
.TagClassName
{
border-color: #A7AA6A;
}
</style>