Shades of Green Smoke #A7AA64
Tints of Green Smoke #A7AA64
RGB
CMYK
RGB Variations
Color information
#A7AA64 (or 0xA7AA64) is known color: Green Smoke. HEX triplet: A7, AA and 64. RGB value is (167,170,100). Sum of RGB (Red+Green+Blue) = 167+170+100=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA64 is #58559B. Grayscale: #A1A1A1. Windows color (decimal): -5789084 or 6597287. OLE color: 6597287.
HSL color Cylindrical-coordinate representation of color #A7AA64: hue angle of 62.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7AA64 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 100 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.33 |
| HSL | 62.57º | 0.29% | 0.53% | - |
| HSV(B) | 62.57º | 0.41% | 0.67% | - |
| XYZ | 32.61 | 37.89 | 17.65 | - |
| YUV | 161.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 100 | 0.02 | 0 | 0.41 | 0.33 | 62.57 | 0.29 | 0.53 |
| Hex | A7 | AA | 64 | 2 | 0 | 29 | 21 | 3F | 1D | 35 |
| Octal | 247 | 252 | 144 | 2 | 0 | 51 | 41 | 77 | 35 | 65 |
| Binary | 10100111 | 10101010 | 1100100 | 10 | 0 | 101001 | 100001 | 111111 | 11101 | 110101 |
Color Harmonies of #A7AA64
Complementary color
Monochromatic Colors of #A7AA64
Black with #A7AA64
Text Example
Text Example
White with #A7AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA64; }
p { color: rgb(167,170,100); }
H1.HeaderClassName
{
color: #A7AA64;
}
.AnyTagClassName
{
color: #A7AA64;
}
</style>
background-color css
<style>
a { background-color: #A7AA64; }
a { background-color: rgb(167,170,100); }
div.DivClassName
{
background-color: #A7AA64;
}
.BgClassName
{
background-color: #A7AA64;
}
</style>
border-color css
<style>
span { border-color: #A7AA64; }
span { border-color: rgb(167,170,100); }
td.TdClassName
{
border-color: #A7AA64;
}
.TagClassName
{
border-color: #A7AA64;
}
</style>