Shades of Green Smoke #A8A768
Tints of Green Smoke #A8A768
RGB
CMYK
RGB Variations
Color information
#A8A768 (or 0xA8A768) is known color: Green Smoke. HEX triplet: A8, A7 and 68. RGB value is (168,167,104). Sum of RGB (Red+Green+Blue) = 168+167+104=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A768 is #575897. Grayscale: #A0A0A0. Windows color (decimal): -5724312 or 6858664. OLE color: 6858664.
HSL color Cylindrical-coordinate representation of color #A8A768: hue angle of 59.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A768 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 104 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.34 |
| HSL | 59.06º | 0.27% | 0.53% | - |
| HSV(B) | 59.06º | 0.38% | 0.66% | - |
| XYZ | 32.47 | 36.96 | 18.52 | - |
| YUV | 160.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 104 | 0 | 0.01 | 0.38 | 0.34 | 59.06 | 0.27 | 0.53 |
| Hex | A8 | A7 | 68 | 0 | 1 | 26 | 22 | 3B | 1B | 35 |
| Octal | 250 | 247 | 150 | 0 | 1 | 46 | 42 | 73 | 33 | 65 |
| Binary | 10101000 | 10100111 | 1101000 | 0 | 1 | 100110 | 100010 | 111011 | 11011 | 110101 |
Color Harmonies of #A8A768
Complementary color
Monochromatic Colors of #A8A768
Black with #A8A768
Text Example
Text Example
White with #A8A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A768; }
p { color: rgb(168,167,104); }
H1.HeaderClassName
{
color: #A8A768;
}
.AnyTagClassName
{
color: #A8A768;
}
</style>
background-color css
<style>
a { background-color: #A8A768; }
a { background-color: rgb(168,167,104); }
div.DivClassName
{
background-color: #A8A768;
}
.BgClassName
{
background-color: #A8A768;
}
</style>
border-color css
<style>
span { border-color: #A8A768; }
span { border-color: rgb(168,167,104); }
td.TdClassName
{
border-color: #A8A768;
}
.TagClassName
{
border-color: #A8A768;
}
</style>