Shades of Green Smoke #A6AD60
Tints of Green Smoke #A6AD60
RGB
CMYK
RGB Variations
Color information
#A6AD60 (or 0xA6AD60) is known color: Green Smoke. HEX triplet: A6, AD and 60. RGB value is (166,173,96). Sum of RGB (Red+Green+Blue) = 166+173+96=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD60 is #59529F. Grayscale: #A2A2A2. Windows color (decimal): -5853856 or 6335910. OLE color: 6335910.
HSL color Cylindrical-coordinate representation of color #A6AD60: hue angle of 65.45º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6AD60 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 96 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.32 |
| HSL | 65.45º | 0.32% | 0.53% | - |
| HSV(B) | 65.45º | 0.45% | 0.68% | - |
| XYZ | 32.78 | 38.84 | 16.84 | - |
| YUV | 162.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 96 | 0.04 | 0 | 0.45 | 0.32 | 65.45 | 0.32 | 0.53 |
| Hex | A6 | AD | 60 | 4 | 0 | 2D | 20 | 41 | 20 | 35 |
| Octal | 246 | 255 | 140 | 4 | 0 | 55 | 40 | 101 | 40 | 65 |
| Binary | 10100110 | 10101101 | 1100000 | 100 | 0 | 101101 | 100000 | 1000001 | 100000 | 110101 |
Color Harmonies of #A6AD60
Complementary color
Monochromatic Colors of #A6AD60
Black with #A6AD60
Text Example
Text Example
White with #A6AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD60; }
p { color: rgb(166,173,96); }
H1.HeaderClassName
{
color: #A6AD60;
}
.AnyTagClassName
{
color: #A6AD60;
}
</style>
background-color css
<style>
a { background-color: #A6AD60; }
a { background-color: rgb(166,173,96); }
div.DivClassName
{
background-color: #A6AD60;
}
.BgClassName
{
background-color: #A6AD60;
}
</style>
border-color css
<style>
span { border-color: #A6AD60; }
span { border-color: rgb(166,173,96); }
td.TdClassName
{
border-color: #A6AD60;
}
.TagClassName
{
border-color: #A6AD60;
}
</style>