Shades of Green Smoke #A6A667
Tints of Green Smoke #A6A667
RGB
CMYK
RGB Variations
Color information
#A6A667 (or 0xA6A667) is known color: Green Smoke. HEX triplet: A6, A6 and 67. RGB value is (166,166,103). Sum of RGB (Red+Green+Blue) = 166+166+103=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A667 is #595998. Grayscale: #9F9F9F. Windows color (decimal): -5855641 or 6792870. OLE color: 6792870.
HSL color Cylindrical-coordinate representation of color #A6A667: hue angle of 60º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6A667 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 103 | - |
| CMYK | 0 | 0 | 0.38 | 0.35 |
| HSL | 60º | 0.26% | 0.53% | - |
| HSV(B) | 60º | 0.38% | 0.65% | - |
| XYZ | 31.81 | 36.36 | 18.17 | - |
| YUV | 158.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 103 | 0 | 0 | 0.38 | 0.35 | 60 | 0.26 | 0.53 |
| Hex | A6 | A6 | 67 | 0 | 0 | 26 | 23 | 3C | 1A | 35 |
| Octal | 246 | 246 | 147 | 0 | 0 | 46 | 43 | 74 | 32 | 65 |
| Binary | 10100110 | 10100110 | 1100111 | 0 | 0 | 100110 | 100011 | 111100 | 11010 | 110101 |
Color Harmonies of #A6A667
Complementary color
Monochromatic Colors of #A6A667
Black with #A6A667
Text Example
Text Example
White with #A6A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A667; }
p { color: rgb(166,166,103); }
H1.HeaderClassName
{
color: #A6A667;
}
.AnyTagClassName
{
color: #A6A667;
}
</style>
background-color css
<style>
a { background-color: #A6A667; }
a { background-color: rgb(166,166,103); }
div.DivClassName
{
background-color: #A6A667;
}
.BgClassName
{
background-color: #A6A667;
}
</style>
border-color css
<style>
span { border-color: #A6A667; }
span { border-color: rgb(166,166,103); }
td.TdClassName
{
border-color: #A6A667;
}
.TagClassName
{
border-color: #A6A667;
}
</style>