Shades of Green Smoke #A6AE61
Tints of Green Smoke #A6AE61
RGB
CMYK
RGB Variations
Color information
#A6AE61 (or 0xA6AE61) is known color: Green Smoke. HEX triplet: A6, AE and 61. RGB value is (166,174,97). Sum of RGB (Red+Green+Blue) = 166+174+97=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE61 is #59519E. Grayscale: #A3A3A3. Windows color (decimal): -5853599 or 6401702. OLE color: 6401702.
HSL color Cylindrical-coordinate representation of color #A6AE61: hue angle of 66.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6AE61 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 174 | 97 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.32 |
| HSL | 66.23º | 0.32% | 0.53% | - |
| HSV(B) | 66.23º | 0.44% | 0.68% | - |
| XYZ | 33.02 | 39.24 | 17.14 | - |
| YUV | 162.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 97 | 0.05 | 0 | 0.44 | 0.32 | 66.23 | 0.32 | 0.53 |
| Hex | A6 | AE | 61 | 5 | 0 | 2C | 20 | 42 | 20 | 35 |
| Octal | 246 | 256 | 141 | 5 | 0 | 54 | 40 | 102 | 40 | 65 |
| Binary | 10100110 | 10101110 | 1100001 | 101 | 0 | 101100 | 100000 | 1000010 | 100000 | 110101 |
Color Harmonies of #A6AE61
Complementary color
Monochromatic Colors of #A6AE61
Black with #A6AE61
Text Example
Text Example
White with #A6AE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AE61; }
p { color: rgb(166,174,97); }
H1.HeaderClassName
{
color: #A6AE61;
}
.AnyTagClassName
{
color: #A6AE61;
}
</style>
background-color css
<style>
a { background-color: #A6AE61; }
a { background-color: rgb(166,174,97); }
div.DivClassName
{
background-color: #A6AE61;
}
.BgClassName
{
background-color: #A6AE61;
}
</style>
border-color css
<style>
span { border-color: #A6AE61; }
span { border-color: rgb(166,174,97); }
td.TdClassName
{
border-color: #A6AE61;
}
.TagClassName
{
border-color: #A6AE61;
}
</style>