Shades of Green Smoke #A8A86D
Tints of Green Smoke #A8A86D
RGB
CMYK
RGB Variations
Color information
#A8A86D (or 0xA8A86D) is known color: Green Smoke. HEX triplet: A8, A8 and 6D. RGB value is (168,168,109). Sum of RGB (Red+Green+Blue) = 168+168+109=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A86D is #575792. Grayscale: #A1A1A1. Windows color (decimal): -5724051 or 7186600. OLE color: 7186600.
HSL color Cylindrical-coordinate representation of color #A8A86D: hue angle of 60º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A86D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 109 | - |
| CMYK | 0 | 0 | 0.35 | 0.34 |
| HSL | 60º | 0.25% | 0.54% | - |
| HSV(B) | 60º | 0.35% | 0.66% | - |
| XYZ | 32.91 | 37.43 | 19.96 | - |
| YUV | 161.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 109 | 0 | 0 | 0.35 | 0.34 | 60 | 0.25 | 0.54 |
| Hex | A8 | A8 | 6D | 0 | 0 | 23 | 22 | 3C | 19 | 36 |
| Octal | 250 | 250 | 155 | 0 | 0 | 43 | 42 | 74 | 31 | 66 |
| Binary | 10101000 | 10101000 | 1101101 | 0 | 0 | 100011 | 100010 | 111100 | 11001 | 110110 |
Color Harmonies of #A8A86D
Complementary color
Monochromatic Colors of #A8A86D
Black with #A8A86D
Text Example
Text Example
White with #A8A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A86D; }
p { color: rgb(168,168,109); }
H1.HeaderClassName
{
color: #A8A86D;
}
.AnyTagClassName
{
color: #A8A86D;
}
</style>
background-color css
<style>
a { background-color: #A8A86D; }
a { background-color: rgb(168,168,109); }
div.DivClassName
{
background-color: #A8A86D;
}
.BgClassName
{
background-color: #A8A86D;
}
</style>
border-color css
<style>
span { border-color: #A8A86D; }
span { border-color: rgb(168,168,109); }
td.TdClassName
{
border-color: #A8A86D;
}
.TagClassName
{
border-color: #A8A86D;
}
</style>