Shades of Green Smoke #A6A25E
Tints of Green Smoke #A6A25E
RGB
CMYK
RGB Variations
Color information
#A6A25E (or 0xA6A25E) is known color: Green Smoke. HEX triplet: A6, A2 and 5E. RGB value is (166,162,94). Sum of RGB (Red+Green+Blue) = 166+162+94=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A25E is #595DA1. Grayscale: #9B9B9B. Windows color (decimal): -5856674 or 6202022. OLE color: 6202022.
HSL color Cylindrical-coordinate representation of color #A6A25E: hue angle of 56.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6A25E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 94 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.35 |
| HSL | 56.67º | 0.29% | 0.51% | - |
| HSV(B) | 56.67º | 0.43% | 0.65% | - |
| XYZ | 30.67 | 34.76 | 15.68 | - |
| YUV | 155.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 94 | 0 | 0.02 | 0.43 | 0.35 | 56.67 | 0.29 | 0.51 |
| Hex | A6 | A2 | 5E | 0 | 2 | 2B | 23 | 39 | 1D | 33 |
| Octal | 246 | 242 | 136 | 0 | 2 | 53 | 43 | 71 | 35 | 63 |
| Binary | 10100110 | 10100010 | 1011110 | 0 | 10 | 101011 | 100011 | 111001 | 11101 | 110011 |
Color Harmonies of #A6A25E
Complementary color
Monochromatic Colors of #A6A25E
Black with #A6A25E
Text Example
Text Example
White with #A6A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A25E; }
p { color: rgb(166,162,94); }
H1.HeaderClassName
{
color: #A6A25E;
}
.AnyTagClassName
{
color: #A6A25E;
}
</style>
background-color css
<style>
a { background-color: #A6A25E; }
a { background-color: rgb(166,162,94); }
div.DivClassName
{
background-color: #A6A25E;
}
.BgClassName
{
background-color: #A6A25E;
}
</style>
border-color css
<style>
span { border-color: #A6A25E; }
span { border-color: rgb(166,162,94); }
td.TdClassName
{
border-color: #A6A25E;
}
.TagClassName
{
border-color: #A6A25E;
}
</style>