Shades of Green Smoke #A6A868
Tints of Green Smoke #A6A868
RGB
CMYK
RGB Variations
Color information
#A6A868 (or 0xA6A868) is known color: Green Smoke. HEX triplet: A6, A8 and 68. RGB value is (166,168,104). Sum of RGB (Red+Green+Blue) = 166+168+104=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A868 is #595797. Grayscale: #A0A0A0. Windows color (decimal): -5855128 or 6858918. OLE color: 6858918.
HSL color Cylindrical-coordinate representation of color #A6A868: hue angle of 61.88º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6A868 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 104 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.34 |
| HSL | 61.88º | 0.27% | 0.53% | - |
| HSV(B) | 61.88º | 0.38% | 0.66% | - |
| XYZ | 32.23 | 37.11 | 18.56 | - |
| YUV | 160.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 104 | 0.01 | 0 | 0.38 | 0.34 | 61.88 | 0.27 | 0.53 |
| Hex | A6 | A8 | 68 | 1 | 0 | 26 | 22 | 3E | 1B | 35 |
| Octal | 246 | 250 | 150 | 1 | 0 | 46 | 42 | 76 | 33 | 65 |
| Binary | 10100110 | 10101000 | 1101000 | 1 | 0 | 100110 | 100010 | 111110 | 11011 | 110101 |
Color Harmonies of #A6A868
Complementary color
Monochromatic Colors of #A6A868
Black with #A6A868
Text Example
Text Example
White with #A6A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A868; }
p { color: rgb(166,168,104); }
H1.HeaderClassName
{
color: #A6A868;
}
.AnyTagClassName
{
color: #A6A868;
}
</style>
background-color css
<style>
a { background-color: #A6A868; }
a { background-color: rgb(166,168,104); }
div.DivClassName
{
background-color: #A6A868;
}
.BgClassName
{
background-color: #A6A868;
}
</style>
border-color css
<style>
span { border-color: #A6A868; }
span { border-color: rgb(166,168,104); }
td.TdClassName
{
border-color: #A6A868;
}
.TagClassName
{
border-color: #A6A868;
}
</style>