Shades of Green Smoke #A6A263
Tints of Green Smoke #A6A263
RGB
CMYK
RGB Variations
Color information
#A6A263 (or 0xA6A263) is known color: Green Smoke. HEX triplet: A6, A2 and 63. RGB value is (166,162,99). Sum of RGB (Red+Green+Blue) = 166+162+99=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A263 is #595D9C. Grayscale: #9C9C9C. Windows color (decimal): -5856669 or 6529702. OLE color: 6529702.
HSL color Cylindrical-coordinate representation of color #A6A263: hue angle of 56.42º 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 #A6A263 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 99 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.35 |
| HSL | 56.42º | 0.27% | 0.52% | - |
| HSV(B) | 56.42º | 0.4% | 0.65% | - |
| XYZ | 30.9 | 34.85 | 16.9 | - |
| YUV | 156.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 99 | 0 | 0.02 | 0.40 | 0.35 | 56.42 | 0.27 | 0.52 |
| Hex | A6 | A2 | 63 | 0 | 2 | 28 | 23 | 38 | 1B | 34 |
| Octal | 246 | 242 | 143 | 0 | 2 | 50 | 43 | 70 | 33 | 64 |
| Binary | 10100110 | 10100010 | 1100011 | 0 | 10 | 101000 | 100011 | 111000 | 11011 | 110100 |
Color Harmonies of #A6A263
Complementary color
Monochromatic Colors of #A6A263
Black with #A6A263
Text Example
Text Example
White with #A6A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A263; }
p { color: rgb(166,162,99); }
H1.HeaderClassName
{
color: #A6A263;
}
.AnyTagClassName
{
color: #A6A263;
}
</style>
background-color css
<style>
a { background-color: #A6A263; }
a { background-color: rgb(166,162,99); }
div.DivClassName
{
background-color: #A6A263;
}
.BgClassName
{
background-color: #A6A263;
}
</style>
border-color css
<style>
span { border-color: #A6A263; }
span { border-color: rgb(166,162,99); }
td.TdClassName
{
border-color: #A6A263;
}
.TagClassName
{
border-color: #A6A263;
}
</style>