Shades of Green Smoke #A6A25D
Tints of Green Smoke #A6A25D
RGB
CMYK
RGB Variations
Color information
#A6A25D (or 0xA6A25D) is known color: Green Smoke. HEX triplet: A6, A2 and 5D. RGB value is (166,162,93). Sum of RGB (Red+Green+Blue) = 166+162+93=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A25D is #595DA2. Grayscale: #9B9B9B. Windows color (decimal): -5856675 or 6136486. OLE color: 6136486.
HSL color Cylindrical-coordinate representation of color #A6A25D: hue angle of 56.71º 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 #A6A25D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 93 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.35 |
| HSL | 56.71º | 0.29% | 0.51% | - |
| HSV(B) | 56.71º | 0.44% | 0.65% | - |
| XYZ | 30.62 | 34.74 | 15.45 | - |
| YUV | 155.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 93 | 0 | 0.02 | 0.44 | 0.35 | 56.71 | 0.29 | 0.51 |
| Hex | A6 | A2 | 5D | 0 | 2 | 2C | 23 | 39 | 1D | 33 |
| Octal | 246 | 242 | 135 | 0 | 2 | 54 | 43 | 71 | 35 | 63 |
| Binary | 10100110 | 10100010 | 1011101 | 0 | 10 | 101100 | 100011 | 111001 | 11101 | 110011 |
Color Harmonies of #A6A25D
Complementary color
Monochromatic Colors of #A6A25D
Black with #A6A25D
Text Example
Text Example
White with #A6A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A25D; }
p { color: rgb(166,162,93); }
H1.HeaderClassName
{
color: #A6A25D;
}
.AnyTagClassName
{
color: #A6A25D;
}
</style>
background-color css
<style>
a { background-color: #A6A25D; }
a { background-color: rgb(166,162,93); }
div.DivClassName
{
background-color: #A6A25D;
}
.BgClassName
{
background-color: #A6A25D;
}
</style>
border-color css
<style>
span { border-color: #A6A25D; }
span { border-color: rgb(166,162,93); }
td.TdClassName
{
border-color: #A6A25D;
}
.TagClassName
{
border-color: #A6A25D;
}
</style>