Shades of Green Smoke #A8AD6C
Tints of Green Smoke #A8AD6C
RGB
CMYK
RGB Variations
Color information
#A8AD6C (or 0xA8AD6C) is known color: Green Smoke. HEX triplet: A8, AD and 6C. RGB value is (168,173,108). Sum of RGB (Red+Green+Blue) = 168+173+108=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD6C is #575293. Grayscale: #A4A4A4. Windows color (decimal): -5722772 or 7122344. OLE color: 7122344.
HSL color Cylindrical-coordinate representation of color #A8AD6C: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AD6C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 108 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.32 |
| HSL | 64.62º | 0.28% | 0.55% | - |
| HSV(B) | 64.62º | 0.38% | 0.68% | - |
| XYZ | 33.8 | 39.29 | 19.99 | - |
| YUV | 164.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 108 | 0.03 | 0 | 0.38 | 0.32 | 64.62 | 0.28 | 0.55 |
| Hex | A8 | AD | 6C | 3 | 0 | 26 | 20 | 41 | 1C | 37 |
| Octal | 250 | 255 | 154 | 3 | 0 | 46 | 40 | 101 | 34 | 67 |
| Binary | 10101000 | 10101101 | 1101100 | 11 | 0 | 100110 | 100000 | 1000001 | 11100 | 110111 |
Color Harmonies of #A8AD6C
Complementary color
Monochromatic Colors of #A8AD6C
Black with #A8AD6C
Text Example
Text Example
White with #A8AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD6C; }
p { color: rgb(168,173,108); }
H1.HeaderClassName
{
color: #A8AD6C;
}
.AnyTagClassName
{
color: #A8AD6C;
}
</style>
background-color css
<style>
a { background-color: #A8AD6C; }
a { background-color: rgb(168,173,108); }
div.DivClassName
{
background-color: #A8AD6C;
}
.BgClassName
{
background-color: #A8AD6C;
}
</style>
border-color css
<style>
span { border-color: #A8AD6C; }
span { border-color: rgb(168,173,108); }
td.TdClassName
{
border-color: #A8AD6C;
}
.TagClassName
{
border-color: #A8AD6C;
}
</style>