Shades of Green Smoke #A6AD6C
Tints of Green Smoke #A6AD6C
RGB
CMYK
RGB Variations
Color information
#A6AD6C (or 0xA6AD6C) is known color: Green Smoke. HEX triplet: A6, AD and 6C. RGB value is (166,173,108). Sum of RGB (Red+Green+Blue) = 166+173+108=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD6C is #595293. Grayscale: #A3A3A3. Windows color (decimal): -5853844 or 7122342. OLE color: 7122342.
HSL color Cylindrical-coordinate representation of color #A6AD6C: hue angle of 66.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6AD6C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 108 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.32 |
| HSL | 66.46º | 0.28% | 0.55% | - |
| HSV(B) | 66.46º | 0.38% | 0.68% | - |
| XYZ | 33.38 | 39.08 | 19.97 | - |
| YUV | 163.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 108 | 0.04 | 0 | 0.38 | 0.32 | 66.46 | 0.28 | 0.55 |
| Hex | A6 | AD | 6C | 4 | 0 | 26 | 20 | 42 | 1C | 37 |
| Octal | 246 | 255 | 154 | 4 | 0 | 46 | 40 | 102 | 34 | 67 |
| Binary | 10100110 | 10101101 | 1101100 | 100 | 0 | 100110 | 100000 | 1000010 | 11100 | 110111 |
Color Harmonies of #A6AD6C
Complementary color
Monochromatic Colors of #A6AD6C
Black with #A6AD6C
Text Example
Text Example
White with #A6AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD6C; }
p { color: rgb(166,173,108); }
H1.HeaderClassName
{
color: #A6AD6C;
}
.AnyTagClassName
{
color: #A6AD6C;
}
</style>
background-color css
<style>
a { background-color: #A6AD6C; }
a { background-color: rgb(166,173,108); }
div.DivClassName
{
background-color: #A6AD6C;
}
.BgClassName
{
background-color: #A6AD6C;
}
</style>
border-color css
<style>
span { border-color: #A6AD6C; }
span { border-color: rgb(166,173,108); }
td.TdClassName
{
border-color: #A6AD6C;
}
.TagClassName
{
border-color: #A6AD6C;
}
</style>