Shades of Green Smoke #A8AC68
Tints of Green Smoke #A8AC68
RGB
CMYK
RGB Variations
Color information
#A8AC68 (or 0xA8AC68) is known color: Green Smoke. HEX triplet: A8, AC and 68. RGB value is (168,172,104). Sum of RGB (Red+Green+Blue) = 168+172+104=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC68 is #575397. Grayscale: #A3A3A3. Windows color (decimal): -5723032 or 6859944. OLE color: 6859944.
HSL color Cylindrical-coordinate representation of color #A8AC68: hue angle of 63.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8AC68 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 104 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.33 |
| HSL | 63.53º | 0.29% | 0.54% | - |
| HSV(B) | 63.53º | 0.4% | 0.67% | - |
| XYZ | 33.4 | 38.83 | 18.83 | - |
| YUV | 163.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 104 | 0.02 | 0 | 0.40 | 0.33 | 63.53 | 0.29 | 0.54 |
| Hex | A8 | AC | 68 | 2 | 0 | 28 | 21 | 40 | 1D | 36 |
| Octal | 250 | 254 | 150 | 2 | 0 | 50 | 41 | 100 | 35 | 66 |
| Binary | 10101000 | 10101100 | 1101000 | 10 | 0 | 101000 | 100001 | 1000000 | 11101 | 110110 |
Color Harmonies of #A8AC68
Complementary color
Monochromatic Colors of #A8AC68
Black with #A8AC68
Text Example
Text Example
White with #A8AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC68; }
p { color: rgb(168,172,104); }
H1.HeaderClassName
{
color: #A8AC68;
}
.AnyTagClassName
{
color: #A8AC68;
}
</style>
background-color css
<style>
a { background-color: #A8AC68; }
a { background-color: rgb(168,172,104); }
div.DivClassName
{
background-color: #A8AC68;
}
.BgClassName
{
background-color: #A8AC68;
}
</style>
border-color css
<style>
span { border-color: #A8AC68; }
span { border-color: rgb(168,172,104); }
td.TdClassName
{
border-color: #A8AC68;
}
.TagClassName
{
border-color: #A8AC68;
}
</style>