Shades of Green Smoke #A8A663
Tints of Green Smoke #A8A663
RGB
CMYK
RGB Variations
Color information
#A8A663 (or 0xA8A663) is known color: Green Smoke. HEX triplet: A8, A6 and 63. RGB value is (168,166,99). Sum of RGB (Red+Green+Blue) = 168+166+99=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A663 is #57599C. Grayscale: #9F9F9F. Windows color (decimal): -5724573 or 6530728. OLE color: 6530728.
HSL color Cylindrical-coordinate representation of color #A8A663: hue angle of 58.26º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8A663 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 99 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.34 |
| HSL | 58.26º | 0.28% | 0.52% | - |
| HSV(B) | 58.26º | 0.41% | 0.66% | - |
| XYZ | 32.04 | 36.5 | 17.16 | - |
| YUV | 158.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 99 | 0 | 0.01 | 0.41 | 0.34 | 58.26 | 0.28 | 0.52 |
| Hex | A8 | A6 | 63 | 0 | 1 | 29 | 22 | 3A | 1C | 34 |
| Octal | 250 | 246 | 143 | 0 | 1 | 51 | 42 | 72 | 34 | 64 |
| Binary | 10101000 | 10100110 | 1100011 | 0 | 1 | 101001 | 100010 | 111010 | 11100 | 110100 |
Color Harmonies of #A8A663
Complementary color
Monochromatic Colors of #A8A663
Black with #A8A663
Text Example
Text Example
White with #A8A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A663; }
p { color: rgb(168,166,99); }
H1.HeaderClassName
{
color: #A8A663;
}
.AnyTagClassName
{
color: #A8A663;
}
</style>
background-color css
<style>
a { background-color: #A8A663; }
a { background-color: rgb(168,166,99); }
div.DivClassName
{
background-color: #A8A663;
}
.BgClassName
{
background-color: #A8A663;
}
</style>
border-color css
<style>
span { border-color: #A8A663; }
span { border-color: rgb(168,166,99); }
td.TdClassName
{
border-color: #A8A663;
}
.TagClassName
{
border-color: #A8A663;
}
</style>