Shades of Green Smoke #A8AC6C
Tints of Green Smoke #A8AC6C
RGB
CMYK
RGB Variations
Color information
#A8AC6C (or 0xA8AC6C) is known color: Green Smoke. HEX triplet: A8, AC and 6C. RGB value is (168,172,108). Sum of RGB (Red+Green+Blue) = 168+172+108=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC6C is #575393. Grayscale: #A3A3A3. Windows color (decimal): -5723028 or 7122088. OLE color: 7122088.
HSL color Cylindrical-coordinate representation of color #A8AC6C: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AC6C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 108 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.33 |
| HSL | 63.75º | 0.28% | 0.55% | - |
| HSV(B) | 63.75º | 0.37% | 0.67% | - |
| XYZ | 33.61 | 38.91 | 19.93 | - |
| YUV | 163.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 108 | 0.02 | 0 | 0.37 | 0.33 | 63.75 | 0.28 | 0.55 |
| Hex | A8 | AC | 6C | 2 | 0 | 25 | 21 | 40 | 1C | 37 |
| Octal | 250 | 254 | 154 | 2 | 0 | 45 | 41 | 100 | 34 | 67 |
| Binary | 10101000 | 10101100 | 1101100 | 10 | 0 | 100101 | 100001 | 1000000 | 11100 | 110111 |
Color Harmonies of #A8AC6C
Complementary color
Monochromatic Colors of #A8AC6C
Black with #A8AC6C
Text Example
Text Example
White with #A8AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC6C; }
p { color: rgb(168,172,108); }
H1.HeaderClassName
{
color: #A8AC6C;
}
.AnyTagClassName
{
color: #A8AC6C;
}
</style>
background-color css
<style>
a { background-color: #A8AC6C; }
a { background-color: rgb(168,172,108); }
div.DivClassName
{
background-color: #A8AC6C;
}
.BgClassName
{
background-color: #A8AC6C;
}
</style>
border-color css
<style>
span { border-color: #A8AC6C; }
span { border-color: rgb(168,172,108); }
td.TdClassName
{
border-color: #A8AC6C;
}
.TagClassName
{
border-color: #A8AC6C;
}
</style>