Shades of Green Smoke #A6AA64
Tints of Green Smoke #A6AA64
RGB
CMYK
RGB Variations
Color information
#A6AA64 (or 0xA6AA64) is known color: Green Smoke. HEX triplet: A6, AA and 64. RGB value is (166,170,100). Sum of RGB (Red+Green+Blue) = 166+170+100=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA64 is #59559B. Grayscale: #A1A1A1. Windows color (decimal): -5854620 or 6597286. OLE color: 6597286.
HSL color Cylindrical-coordinate representation of color #A6AA64: hue angle of 63.43º 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 #A6AA64 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 100 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.33 |
| HSL | 63.43º | 0.29% | 0.53% | - |
| HSV(B) | 63.43º | 0.41% | 0.67% | - |
| XYZ | 32.4 | 37.78 | 17.64 | - |
| YUV | 160.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 100 | 0.02 | 0 | 0.41 | 0.33 | 63.43 | 0.29 | 0.53 |
| Hex | A6 | AA | 64 | 2 | 0 | 29 | 21 | 3F | 1D | 35 |
| Octal | 246 | 252 | 144 | 2 | 0 | 51 | 41 | 77 | 35 | 65 |
| Binary | 10100110 | 10101010 | 1100100 | 10 | 0 | 101001 | 100001 | 111111 | 11101 | 110101 |
Color Harmonies of #A6AA64
Complementary color
Monochromatic Colors of #A6AA64
Black with #A6AA64
Text Example
Text Example
White with #A6AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA64; }
p { color: rgb(166,170,100); }
H1.HeaderClassName
{
color: #A6AA64;
}
.AnyTagClassName
{
color: #A6AA64;
}
</style>
background-color css
<style>
a { background-color: #A6AA64; }
a { background-color: rgb(166,170,100); }
div.DivClassName
{
background-color: #A6AA64;
}
.BgClassName
{
background-color: #A6AA64;
}
</style>
border-color css
<style>
span { border-color: #A6AA64; }
span { border-color: rgb(166,170,100); }
td.TdClassName
{
border-color: #A6AA64;
}
.TagClassName
{
border-color: #A6AA64;
}
</style>