Shades of Green Smoke #A6A35D
Tints of Green Smoke #A6A35D
RGB
CMYK
RGB Variations
Color information
#A6A35D (or 0xA6A35D) is known color: Green Smoke. HEX triplet: A6, A3 and 5D. RGB value is (166,163,93). Sum of RGB (Red+Green+Blue) = 166+163+93=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A35D is #595CA2. Grayscale: #9C9C9C. Windows color (decimal): -5856419 or 6136742. OLE color: 6136742.
HSL color Cylindrical-coordinate representation of color #A6A35D: hue angle of 57.53º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6A35D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 93 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.35 |
| HSL | 57.53º | 0.29% | 0.51% | - |
| HSV(B) | 57.53º | 0.44% | 0.65% | - |
| XYZ | 30.8 | 35.09 | 15.51 | - |
| YUV | 155.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 93 | 0 | 0.02 | 0.44 | 0.35 | 57.53 | 0.29 | 0.51 |
| Hex | A6 | A3 | 5D | 0 | 2 | 2C | 23 | 3A | 1D | 33 |
| Octal | 246 | 243 | 135 | 0 | 2 | 54 | 43 | 72 | 35 | 63 |
| Binary | 10100110 | 10100011 | 1011101 | 0 | 10 | 101100 | 100011 | 111010 | 11101 | 110011 |
Color Harmonies of #A6A35D
Complementary color
Monochromatic Colors of #A6A35D
Black with #A6A35D
Text Example
Text Example
White with #A6A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A35D; }
p { color: rgb(166,163,93); }
H1.HeaderClassName
{
color: #A6A35D;
}
.AnyTagClassName
{
color: #A6A35D;
}
</style>
background-color css
<style>
a { background-color: #A6A35D; }
a { background-color: rgb(166,163,93); }
div.DivClassName
{
background-color: #A6A35D;
}
.BgClassName
{
background-color: #A6A35D;
}
</style>
border-color css
<style>
span { border-color: #A6A35D; }
span { border-color: rgb(166,163,93); }
td.TdClassName
{
border-color: #A6A35D;
}
.TagClassName
{
border-color: #A6A35D;
}
</style>