Shades of Green Smoke #A6A467
Tints of Green Smoke #A6A467
RGB
CMYK
RGB Variations
Color information
#A6A467 (or 0xA6A467) is known color: Green Smoke. HEX triplet: A6, A4 and 67. RGB value is (166,164,103). Sum of RGB (Red+Green+Blue) = 166+164+103=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A467 is #595B98. Grayscale: #9D9D9D. Windows color (decimal): -5856153 or 6792358. OLE color: 6792358.
HSL color Cylindrical-coordinate representation of color #A6A467: hue angle of 58.1º 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 #A6A467 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 103 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.35 |
| HSL | 58.1º | 0.26% | 0.53% | - |
| HSV(B) | 58.1º | 0.38% | 0.65% | - |
| XYZ | 31.45 | 35.64 | 18.05 | - |
| YUV | 157.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 103 | 0 | 0.01 | 0.38 | 0.35 | 58.1 | 0.26 | 0.53 |
| Hex | A6 | A4 | 67 | 0 | 1 | 26 | 23 | 3A | 1A | 35 |
| Octal | 246 | 244 | 147 | 0 | 1 | 46 | 43 | 72 | 32 | 65 |
| Binary | 10100110 | 10100100 | 1100111 | 0 | 1 | 100110 | 100011 | 111010 | 11010 | 110101 |
Color Harmonies of #A6A467
Complementary color
Monochromatic Colors of #A6A467
Black with #A6A467
Text Example
Text Example
White with #A6A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A467; }
p { color: rgb(166,164,103); }
H1.HeaderClassName
{
color: #A6A467;
}
.AnyTagClassName
{
color: #A6A467;
}
</style>
background-color css
<style>
a { background-color: #A6A467; }
a { background-color: rgb(166,164,103); }
div.DivClassName
{
background-color: #A6A467;
}
.BgClassName
{
background-color: #A6A467;
}
</style>
border-color css
<style>
span { border-color: #A6A467; }
span { border-color: rgb(166,164,103); }
td.TdClassName
{
border-color: #A6A467;
}
.TagClassName
{
border-color: #A6A467;
}
</style>