Shades of Green Smoke #A6A56D
Tints of Green Smoke #A6A56D
RGB
CMYK
RGB Variations
Color information
#A6A56D (or 0xA6A56D) is known color: Green Smoke. HEX triplet: A6, A5 and 6D. RGB value is (166,165,109). Sum of RGB (Red+Green+Blue) = 166+165+109=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A56D is #595A92. Grayscale: #9F9F9F. Windows color (decimal): -5855891 or 7185830. OLE color: 7185830.
HSL color Cylindrical-coordinate representation of color #A6A56D: hue angle of 58.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A56D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 109 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.35 |
| HSL | 58.95º | 0.24% | 0.54% | - |
| HSV(B) | 58.95º | 0.34% | 0.65% | - |
| XYZ | 31.94 | 36.12 | 19.76 | - |
| YUV | 158.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 109 | 0 | 0.01 | 0.34 | 0.35 | 58.95 | 0.24 | 0.54 |
| Hex | A6 | A5 | 6D | 0 | 1 | 22 | 23 | 3B | 18 | 36 |
| Octal | 246 | 245 | 155 | 0 | 1 | 42 | 43 | 73 | 30 | 66 |
| Binary | 10100110 | 10100101 | 1101101 | 0 | 1 | 100010 | 100011 | 111011 | 11000 | 110110 |
Color Harmonies of #A6A56D
Complementary color
Monochromatic Colors of #A6A56D
Black with #A6A56D
Text Example
Text Example
White with #A6A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A56D; }
p { color: rgb(166,165,109); }
H1.HeaderClassName
{
color: #A6A56D;
}
.AnyTagClassName
{
color: #A6A56D;
}
</style>
background-color css
<style>
a { background-color: #A6A56D; }
a { background-color: rgb(166,165,109); }
div.DivClassName
{
background-color: #A6A56D;
}
.BgClassName
{
background-color: #A6A56D;
}
</style>
border-color css
<style>
span { border-color: #A6A56D; }
span { border-color: rgb(166,165,109); }
td.TdClassName
{
border-color: #A6A56D;
}
.TagClassName
{
border-color: #A6A56D;
}
</style>