Shades of Green Smoke #A6A25C
Tints of Green Smoke #A6A25C
RGB
CMYK
RGB Variations
Color information
#A6A25C (or 0xA6A25C) is known color: Green Smoke. HEX triplet: A6, A2 and 5C. RGB value is (166,162,92). Sum of RGB (Red+Green+Blue) = 166+162+92=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A25C is #595DA3. Grayscale: #9B9B9B. Windows color (decimal): -5856676 or 6070950. OLE color: 6070950.
HSL color Cylindrical-coordinate representation of color #A6A25C: hue angle of 56.76º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6A25C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 92 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.35 |
| HSL | 56.76º | 0.29% | 0.51% | - |
| HSV(B) | 56.76º | 0.45% | 0.65% | - |
| XYZ | 30.58 | 34.72 | 15.22 | - |
| YUV | 155.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 92 | 0 | 0.02 | 0.45 | 0.35 | 56.76 | 0.29 | 0.51 |
| Hex | A6 | A2 | 5C | 0 | 2 | 2D | 23 | 39 | 1D | 33 |
| Octal | 246 | 242 | 134 | 0 | 2 | 55 | 43 | 71 | 35 | 63 |
| Binary | 10100110 | 10100010 | 1011100 | 0 | 10 | 101101 | 100011 | 111001 | 11101 | 110011 |
Color Harmonies of #A6A25C
Complementary color
Monochromatic Colors of #A6A25C
Black with #A6A25C
Text Example
Text Example
White with #A6A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A25C; }
p { color: rgb(166,162,92); }
H1.HeaderClassName
{
color: #A6A25C;
}
.AnyTagClassName
{
color: #A6A25C;
}
</style>
background-color css
<style>
a { background-color: #A6A25C; }
a { background-color: rgb(166,162,92); }
div.DivClassName
{
background-color: #A6A25C;
}
.BgClassName
{
background-color: #A6A25C;
}
</style>
border-color css
<style>
span { border-color: #A6A25C; }
span { border-color: rgb(166,162,92); }
td.TdClassName
{
border-color: #A6A25C;
}
.TagClassName
{
border-color: #A6A25C;
}
</style>