Shades of Green Smoke #A6AD6E
Tints of Green Smoke #A6AD6E
RGB
CMYK
RGB Variations
Color information
#A6AD6E (or 0xA6AD6E) is known color: Green Smoke. HEX triplet: A6, AD and 6E. RGB value is (166,173,110). Sum of RGB (Red+Green+Blue) = 166+173+110=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD6E is #595291. Grayscale: #A3A3A3. Windows color (decimal): -5853842 or 7253414. OLE color: 7253414.
HSL color Cylindrical-coordinate representation of color #A6AD6E: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6AD6E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 110 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.32 |
| HSL | 66.67º | 0.28% | 0.55% | - |
| HSV(B) | 66.67º | 0.36% | 0.68% | - |
| XYZ | 33.48 | 39.12 | 20.54 | - |
| YUV | 163.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 110 | 0.04 | 0 | 0.36 | 0.32 | 66.67 | 0.28 | 0.55 |
| Hex | A6 | AD | 6E | 4 | 0 | 24 | 20 | 43 | 1C | 37 |
| Octal | 246 | 255 | 156 | 4 | 0 | 44 | 40 | 103 | 34 | 67 |
| Binary | 10100110 | 10101101 | 1101110 | 100 | 0 | 100100 | 100000 | 1000011 | 11100 | 110111 |
Color Harmonies of #A6AD6E
Complementary color
Monochromatic Colors of #A6AD6E
Black with #A6AD6E
Text Example
Text Example
White with #A6AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD6E; }
p { color: rgb(166,173,110); }
H1.HeaderClassName
{
color: #A6AD6E;
}
.AnyTagClassName
{
color: #A6AD6E;
}
</style>
background-color css
<style>
a { background-color: #A6AD6E; }
a { background-color: rgb(166,173,110); }
div.DivClassName
{
background-color: #A6AD6E;
}
.BgClassName
{
background-color: #A6AD6E;
}
</style>
border-color css
<style>
span { border-color: #A6AD6E; }
span { border-color: rgb(166,173,110); }
td.TdClassName
{
border-color: #A6AD6E;
}
.TagClassName
{
border-color: #A6AD6E;
}
</style>