Shades of Green Smoke #A6A95C
Tints of Green Smoke #A6A95C
RGB
CMYK
RGB Variations
Color information
#A6A95C (or 0xA6A95C) is known color: Green Smoke. HEX triplet: A6, A9 and 5C. RGB value is (166,169,92). Sum of RGB (Red+Green+Blue) = 166+169+92=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A95C is #5956A3. Grayscale: #9F9F9F. Windows color (decimal): -5854884 or 6072742. OLE color: 6072742.
HSL color Cylindrical-coordinate representation of color #A6A95C: hue angle of 62.34º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6A95C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 92 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.34 |
| HSL | 62.34º | 0.31% | 0.51% | - |
| HSV(B) | 62.34º | 0.46% | 0.66% | - |
| XYZ | 31.85 | 37.26 | 15.64 | - |
| YUV | 159.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 92 | 0.02 | 0 | 0.46 | 0.34 | 62.34 | 0.31 | 0.51 |
| Hex | A6 | A9 | 5C | 2 | 0 | 2E | 22 | 3E | 1F | 33 |
| Octal | 246 | 251 | 134 | 2 | 0 | 56 | 42 | 76 | 37 | 63 |
| Binary | 10100110 | 10101001 | 1011100 | 10 | 0 | 101110 | 100010 | 111110 | 11111 | 110011 |
Color Harmonies of #A6A95C
Complementary color
Monochromatic Colors of #A6A95C
Black with #A6A95C
Text Example
Text Example
White with #A6A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A95C; }
p { color: rgb(166,169,92); }
H1.HeaderClassName
{
color: #A6A95C;
}
.AnyTagClassName
{
color: #A6A95C;
}
</style>
background-color css
<style>
a { background-color: #A6A95C; }
a { background-color: rgb(166,169,92); }
div.DivClassName
{
background-color: #A6A95C;
}
.BgClassName
{
background-color: #A6A95C;
}
</style>
border-color css
<style>
span { border-color: #A6A95C; }
span { border-color: rgb(166,169,92); }
td.TdClassName
{
border-color: #A6A95C;
}
.TagClassName
{
border-color: #A6A95C;
}
</style>