Shades of Green Smoke #A8A76D
Tints of Green Smoke #A8A76D
RGB
CMYK
RGB Variations
Color information
#A8A76D (or 0xA8A76D) is known color: Green Smoke. HEX triplet: A8, A7 and 6D. RGB value is (168,167,109). Sum of RGB (Red+Green+Blue) = 168+167+109=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A76D is #575892. Grayscale: #A0A0A0. Windows color (decimal): -5724307 or 7186344. OLE color: 7186344.
HSL color Cylindrical-coordinate representation of color #A8A76D: hue angle of 58.98º 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 #A8A76D is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 109 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.34 |
| HSL | 58.98º | 0.25% | 0.54% | - |
| HSV(B) | 58.98º | 0.35% | 0.66% | - |
| XYZ | 32.73 | 37.07 | 19.9 | - |
| YUV | 160.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 109 | 0 | 0.01 | 0.35 | 0.34 | 58.98 | 0.25 | 0.54 |
| Hex | A8 | A7 | 6D | 0 | 1 | 23 | 22 | 3B | 19 | 36 |
| Octal | 250 | 247 | 155 | 0 | 1 | 43 | 42 | 73 | 31 | 66 |
| Binary | 10101000 | 10100111 | 1101101 | 0 | 1 | 100011 | 100010 | 111011 | 11001 | 110110 |
Color Harmonies of #A8A76D
Complementary color
Monochromatic Colors of #A8A76D
Black with #A8A76D
Text Example
Text Example
White with #A8A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A76D; }
p { color: rgb(168,167,109); }
H1.HeaderClassName
{
color: #A8A76D;
}
.AnyTagClassName
{
color: #A8A76D;
}
</style>
background-color css
<style>
a { background-color: #A8A76D; }
a { background-color: rgb(168,167,109); }
div.DivClassName
{
background-color: #A8A76D;
}
.BgClassName
{
background-color: #A8A76D;
}
</style>
border-color css
<style>
span { border-color: #A8A76D; }
span { border-color: rgb(168,167,109); }
td.TdClassName
{
border-color: #A8A76D;
}
.TagClassName
{
border-color: #A8A76D;
}
</style>