Shades of Green Smoke #A6A85C
Tints of Green Smoke #A6A85C
RGB
CMYK
RGB Variations
Color information
#A6A85C (or 0xA6A85C) is known color: Green Smoke. HEX triplet: A6, A8 and 5C. RGB value is (166,168,92). Sum of RGB (Red+Green+Blue) = 166+168+92=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A85C is #5957A3. Grayscale: #9F9F9F. Windows color (decimal): -5855140 or 6072486. OLE color: 6072486.
HSL color Cylindrical-coordinate representation of color #A6A85C: hue angle of 61.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6A85C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 92 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.34 |
| HSL | 61.58º | 0.3% | 0.51% | - |
| HSV(B) | 61.58º | 0.45% | 0.66% | - |
| XYZ | 31.66 | 36.88 | 15.58 | - |
| YUV | 158.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 92 | 0.01 | 0 | 0.45 | 0.34 | 61.58 | 0.3 | 0.51 |
| Hex | A6 | A8 | 5C | 1 | 0 | 2D | 22 | 3E | 1E | 33 |
| Octal | 246 | 250 | 134 | 1 | 0 | 55 | 42 | 76 | 36 | 63 |
| Binary | 10100110 | 10101000 | 1011100 | 1 | 0 | 101101 | 100010 | 111110 | 11110 | 110011 |
Color Harmonies of #A6A85C
Complementary color
Monochromatic Colors of #A6A85C
Black with #A6A85C
Text Example
Text Example
White with #A6A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A85C; }
p { color: rgb(166,168,92); }
H1.HeaderClassName
{
color: #A6A85C;
}
.AnyTagClassName
{
color: #A6A85C;
}
</style>
background-color css
<style>
a { background-color: #A6A85C; }
a { background-color: rgb(166,168,92); }
div.DivClassName
{
background-color: #A6A85C;
}
.BgClassName
{
background-color: #A6A85C;
}
</style>
border-color css
<style>
span { border-color: #A6A85C; }
span { border-color: rgb(166,168,92); }
td.TdClassName
{
border-color: #A6A85C;
}
.TagClassName
{
border-color: #A6A85C;
}
</style>