Shades of Green Smoke #A6A463
Tints of Green Smoke #A6A463
RGB
CMYK
RGB Variations
Color information
#A6A463 (or 0xA6A463) is known color: Green Smoke. HEX triplet: A6, A4 and 63. RGB value is (166,164,99). Sum of RGB (Red+Green+Blue) = 166+164+99=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A463 is #595B9C. Grayscale: #9D9D9D. Windows color (decimal): -5856157 or 6530214. OLE color: 6530214.
HSL color Cylindrical-coordinate representation of color #A6A463: hue angle of 58.21º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A463 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 99 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.35 |
| HSL | 58.21º | 0.27% | 0.52% | - |
| HSV(B) | 58.21º | 0.4% | 0.65% | - |
| XYZ | 31.25 | 35.56 | 17.02 | - |
| YUV | 157.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 99 | 0 | 0.01 | 0.40 | 0.35 | 58.21 | 0.27 | 0.52 |
| Hex | A6 | A4 | 63 | 0 | 1 | 28 | 23 | 3A | 1B | 34 |
| Octal | 246 | 244 | 143 | 0 | 1 | 50 | 43 | 72 | 33 | 64 |
| Binary | 10100110 | 10100100 | 1100011 | 0 | 1 | 101000 | 100011 | 111010 | 11011 | 110100 |
Color Harmonies of #A6A463
Complementary color
Monochromatic Colors of #A6A463
Black with #A6A463
Text Example
Text Example
White with #A6A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A463; }
p { color: rgb(166,164,99); }
H1.HeaderClassName
{
color: #A6A463;
}
.AnyTagClassName
{
color: #A6A463;
}
</style>
background-color css
<style>
a { background-color: #A6A463; }
a { background-color: rgb(166,164,99); }
div.DivClassName
{
background-color: #A6A463;
}
.BgClassName
{
background-color: #A6A463;
}
</style>
border-color css
<style>
span { border-color: #A6A463; }
span { border-color: rgb(166,164,99); }
td.TdClassName
{
border-color: #A6A463;
}
.TagClassName
{
border-color: #A6A463;
}
</style>