Shades of Green Smoke #A8AC6F
Tints of Green Smoke #A8AC6F
RGB
CMYK
RGB Variations
Color information
#A8AC6F (or 0xA8AC6F) is known color: Green Smoke. HEX triplet: A8, AC and 6F. RGB value is (168,172,111). Sum of RGB (Red+Green+Blue) = 168+172+111=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC6F is #575390. Grayscale: #A4A4A4. Windows color (decimal): -5723025 or 7318696. OLE color: 7318696.
HSL color Cylindrical-coordinate representation of color #A8AC6F: hue angle of 63.93º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AC6F is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 111 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.33 |
| HSL | 63.93º | 0.27% | 0.55% | - |
| HSV(B) | 63.93º | 0.35% | 0.67% | - |
| XYZ | 33.77 | 38.98 | 20.78 | - |
| YUV | 163.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 111 | 0.02 | 0 | 0.35 | 0.33 | 63.93 | 0.27 | 0.55 |
| Hex | A8 | AC | 6F | 2 | 0 | 23 | 21 | 40 | 1B | 37 |
| Octal | 250 | 254 | 157 | 2 | 0 | 43 | 41 | 100 | 33 | 67 |
| Binary | 10101000 | 10101100 | 1101111 | 10 | 0 | 100011 | 100001 | 1000000 | 11011 | 110111 |
Color Harmonies of #A8AC6F
Complementary color
Monochromatic Colors of #A8AC6F
Black with #A8AC6F
Text Example
Text Example
White with #A8AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC6F; }
p { color: rgb(168,172,111); }
H1.HeaderClassName
{
color: #A8AC6F;
}
.AnyTagClassName
{
color: #A8AC6F;
}
</style>
background-color css
<style>
a { background-color: #A8AC6F; }
a { background-color: rgb(168,172,111); }
div.DivClassName
{
background-color: #A8AC6F;
}
.BgClassName
{
background-color: #A8AC6F;
}
</style>
border-color css
<style>
span { border-color: #A8AC6F; }
span { border-color: rgb(168,172,111); }
td.TdClassName
{
border-color: #A8AC6F;
}
.TagClassName
{
border-color: #A8AC6F;
}
</style>