Shades of Green Smoke #A6AF5E
Tints of Green Smoke #A6AF5E
RGB
CMYK
RGB Variations
Color information
#A6AF5E (or 0xA6AF5E) is known color: Green Smoke. HEX triplet: A6, AF and 5E. RGB value is (166,175,94). Sum of RGB (Red+Green+Blue) = 166+175+94=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF5E is #5950A1. Grayscale: #A3A3A3. Windows color (decimal): -5853346 or 6205350. OLE color: 6205350.
HSL color Cylindrical-coordinate representation of color #A6AF5E: hue angle of 66.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6AF5E is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 94 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.31 |
| HSL | 66.67º | 0.34% | 0.53% | - |
| HSV(B) | 66.67º | 0.46% | 0.69% | - |
| XYZ | 33.08 | 39.58 | 16.49 | - |
| YUV | 163.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 94 | 0.05 | 0 | 0.46 | 0.31 | 66.67 | 0.34 | 0.53 |
| Hex | A6 | AF | 5E | 5 | 0 | 2E | 1F | 43 | 22 | 35 |
| Octal | 246 | 257 | 136 | 5 | 0 | 56 | 37 | 103 | 42 | 65 |
| Binary | 10100110 | 10101111 | 1011110 | 101 | 0 | 101110 | 11111 | 1000011 | 100010 | 110101 |
Color Harmonies of #A6AF5E
Complementary color
Monochromatic Colors of #A6AF5E
Black with #A6AF5E
Text Example
Text Example
White with #A6AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF5E; }
p { color: rgb(166,175,94); }
H1.HeaderClassName
{
color: #A6AF5E;
}
.AnyTagClassName
{
color: #A6AF5E;
}
</style>
background-color css
<style>
a { background-color: #A6AF5E; }
a { background-color: rgb(166,175,94); }
div.DivClassName
{
background-color: #A6AF5E;
}
.BgClassName
{
background-color: #A6AF5E;
}
</style>
border-color css
<style>
span { border-color: #A6AF5E; }
span { border-color: rgb(166,175,94); }
td.TdClassName
{
border-color: #A6AF5E;
}
.TagClassName
{
border-color: #A6AF5E;
}
</style>