Shades of Green Smoke #A8AC63
Tints of Green Smoke #A8AC63
RGB
CMYK
RGB Variations
Color information
#A8AC63 (or 0xA8AC63) is known color: Green Smoke. HEX triplet: A8, AC and 63. RGB value is (168,172,99). Sum of RGB (Red+Green+Blue) = 168+172+99=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC63 is #57539C. Grayscale: #A2A2A2. Windows color (decimal): -5723037 or 6532264. OLE color: 6532264.
HSL color Cylindrical-coordinate representation of color #A8AC63: hue angle of 63.29º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8AC63 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 99 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.33 |
| HSL | 63.29º | 0.31% | 0.53% | - |
| HSV(B) | 63.29º | 0.42% | 0.67% | - |
| XYZ | 33.15 | 38.73 | 17.53 | - |
| YUV | 162.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 99 | 0.02 | 0 | 0.42 | 0.33 | 63.29 | 0.31 | 0.53 |
| Hex | A8 | AC | 63 | 2 | 0 | 2A | 21 | 3F | 1F | 35 |
| Octal | 250 | 254 | 143 | 2 | 0 | 52 | 41 | 77 | 37 | 65 |
| Binary | 10101000 | 10101100 | 1100011 | 10 | 0 | 101010 | 100001 | 111111 | 11111 | 110101 |
Color Harmonies of #A8AC63
Complementary color
Monochromatic Colors of #A8AC63
Black with #A8AC63
Text Example
Text Example
White with #A8AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC63; }
p { color: rgb(168,172,99); }
H1.HeaderClassName
{
color: #A8AC63;
}
.AnyTagClassName
{
color: #A8AC63;
}
</style>
background-color css
<style>
a { background-color: #A8AC63; }
a { background-color: rgb(168,172,99); }
div.DivClassName
{
background-color: #A8AC63;
}
.BgClassName
{
background-color: #A8AC63;
}
</style>
border-color css
<style>
span { border-color: #A8AC63; }
span { border-color: rgb(168,172,99); }
td.TdClassName
{
border-color: #A8AC63;
}
.TagClassName
{
border-color: #A8AC63;
}
</style>