Shades of Green Smoke #A6AF59
Tints of Green Smoke #A6AF59
RGB
CMYK
RGB Variations
Color information
#A6AF59 (or 0xA6AF59) is known color: Green Smoke. HEX triplet: A6, AF and 59. RGB value is (166,175,89). Sum of RGB (Red+Green+Blue) = 166+175+89=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF59 is #5950A6. Grayscale: #A2A2A2. Windows color (decimal): -5853351 or 5877670. OLE color: 5877670.
HSL color Cylindrical-coordinate representation of color #A6AF59: hue angle of 66.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6AF59 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 89 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.31 |
| HSL | 66.28º | 0.35% | 0.52% | - |
| HSV(B) | 66.28º | 0.49% | 0.69% | - |
| XYZ | 32.86 | 39.49 | 15.34 | - |
| YUV | 162.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 89 | 0.05 | 0 | 0.49 | 0.31 | 66.28 | 0.35 | 0.52 |
| Hex | A6 | AF | 59 | 5 | 0 | 31 | 1F | 42 | 23 | 34 |
| Octal | 246 | 257 | 131 | 5 | 0 | 61 | 37 | 102 | 43 | 64 |
| Binary | 10100110 | 10101111 | 1011001 | 101 | 0 | 110001 | 11111 | 1000010 | 100011 | 110100 |
Color Harmonies of #A6AF59
Complementary color
Monochromatic Colors of #A6AF59
Black with #A6AF59
Text Example
Text Example
White with #A6AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF59; }
p { color: rgb(166,175,89); }
H1.HeaderClassName
{
color: #A6AF59;
}
.AnyTagClassName
{
color: #A6AF59;
}
</style>
background-color css
<style>
a { background-color: #A6AF59; }
a { background-color: rgb(166,175,89); }
div.DivClassName
{
background-color: #A6AF59;
}
.BgClassName
{
background-color: #A6AF59;
}
</style>
border-color css
<style>
span { border-color: #A6AF59; }
span { border-color: rgb(166,175,89); }
td.TdClassName
{
border-color: #A6AF59;
}
.TagClassName
{
border-color: #A6AF59;
}
</style>