Shades of Green Smoke #A6AB64
Tints of Green Smoke #A6AB64
RGB
CMYK
RGB Variations
Color information
#A6AB64 (or 0xA6AB64) is known color: Green Smoke. HEX triplet: A6, AB and 64. RGB value is (166,171,100). Sum of RGB (Red+Green+Blue) = 166+171+100=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB64 is #59549B. Grayscale: #A1A1A1. Windows color (decimal): -5854364 or 6597542. OLE color: 6597542.
HSL color Cylindrical-coordinate representation of color #A6AB64: hue angle of 64.23º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6AB64 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 100 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.33 |
| HSL | 64.23º | 0.3% | 0.53% | - |
| HSV(B) | 64.23º | 0.42% | 0.67% | - |
| XYZ | 32.59 | 38.15 | 17.7 | - |
| YUV | 161.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 100 | 0.03 | 0 | 0.42 | 0.33 | 64.23 | 0.3 | 0.53 |
| Hex | A6 | AB | 64 | 3 | 0 | 2A | 21 | 40 | 1E | 35 |
| Octal | 246 | 253 | 144 | 3 | 0 | 52 | 41 | 100 | 36 | 65 |
| Binary | 10100110 | 10101011 | 1100100 | 11 | 0 | 101010 | 100001 | 1000000 | 11110 | 110101 |
Color Harmonies of #A6AB64
Complementary color
Monochromatic Colors of #A6AB64
Black with #A6AB64
Text Example
Text Example
White with #A6AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB64; }
p { color: rgb(166,171,100); }
H1.HeaderClassName
{
color: #A6AB64;
}
.AnyTagClassName
{
color: #A6AB64;
}
</style>
background-color css
<style>
a { background-color: #A6AB64; }
a { background-color: rgb(166,171,100); }
div.DivClassName
{
background-color: #A6AB64;
}
.BgClassName
{
background-color: #A6AB64;
}
</style>
border-color css
<style>
span { border-color: #A6AB64; }
span { border-color: rgb(166,171,100); }
td.TdClassName
{
border-color: #A6AB64;
}
.TagClassName
{
border-color: #A6AB64;
}
</style>