Shades of Green Smoke #A6AD6D
Tints of Green Smoke #A6AD6D
RGB
CMYK
RGB Variations
Color information
#A6AD6D (or 0xA6AD6D) is known color: Green Smoke. HEX triplet: A6, AD and 6D. RGB value is (166,173,109). Sum of RGB (Red+Green+Blue) = 166+173+109=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD6D is #595292. Grayscale: #A3A3A3. Windows color (decimal): -5853843 or 7187878. OLE color: 7187878.
HSL color Cylindrical-coordinate representation of color #A6AD6D: hue angle of 66.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6AD6D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 109 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.32 |
| HSL | 66.56º | 0.28% | 0.55% | - |
| HSV(B) | 66.56º | 0.37% | 0.68% | - |
| XYZ | 33.43 | 39.1 | 20.25 | - |
| YUV | 163.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 109 | 0.04 | 0 | 0.37 | 0.32 | 66.56 | 0.28 | 0.55 |
| Hex | A6 | AD | 6D | 4 | 0 | 25 | 20 | 43 | 1C | 37 |
| Octal | 246 | 255 | 155 | 4 | 0 | 45 | 40 | 103 | 34 | 67 |
| Binary | 10100110 | 10101101 | 1101101 | 100 | 0 | 100101 | 100000 | 1000011 | 11100 | 110111 |
Color Harmonies of #A6AD6D
Complementary color
Monochromatic Colors of #A6AD6D
Black with #A6AD6D
Text Example
Text Example
White with #A6AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD6D; }
p { color: rgb(166,173,109); }
H1.HeaderClassName
{
color: #A6AD6D;
}
.AnyTagClassName
{
color: #A6AD6D;
}
</style>
background-color css
<style>
a { background-color: #A6AD6D; }
a { background-color: rgb(166,173,109); }
div.DivClassName
{
background-color: #A6AD6D;
}
.BgClassName
{
background-color: #A6AD6D;
}
</style>
border-color css
<style>
span { border-color: #A6AD6D; }
span { border-color: rgb(166,173,109); }
td.TdClassName
{
border-color: #A6AD6D;
}
.TagClassName
{
border-color: #A6AD6D;
}
</style>