Shades of Green Smoke #A7AD63
Tints of Green Smoke #A7AD63
RGB
CMYK
RGB Variations
Color information
#A7AD63 (or 0xA7AD63) is known color: Green Smoke. HEX triplet: A7, AD and 63. RGB value is (167,173,99). Sum of RGB (Red+Green+Blue) = 167+173+99=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD63 is #58529C. Grayscale: #A3A3A3. Windows color (decimal): -5788317 or 6532519. OLE color: 6532519.
HSL color Cylindrical-coordinate representation of color #A7AD63: hue angle of 64.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7AD63 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 99 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.32 |
| HSL | 64.86º | 0.31% | 0.53% | - |
| HSV(B) | 64.86º | 0.43% | 0.68% | - |
| XYZ | 33.13 | 39 | 17.59 | - |
| YUV | 162.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 99 | 0.03 | 0 | 0.43 | 0.32 | 64.86 | 0.31 | 0.53 |
| Hex | A7 | AD | 63 | 3 | 0 | 2B | 20 | 41 | 1F | 35 |
| Octal | 247 | 255 | 143 | 3 | 0 | 53 | 40 | 101 | 37 | 65 |
| Binary | 10100111 | 10101101 | 1100011 | 11 | 0 | 101011 | 100000 | 1000001 | 11111 | 110101 |
Color Harmonies of #A7AD63
Complementary color
Monochromatic Colors of #A7AD63
Black with #A7AD63
Text Example
Text Example
White with #A7AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD63; }
p { color: rgb(167,173,99); }
H1.HeaderClassName
{
color: #A7AD63;
}
.AnyTagClassName
{
color: #A7AD63;
}
</style>
background-color css
<style>
a { background-color: #A7AD63; }
a { background-color: rgb(167,173,99); }
div.DivClassName
{
background-color: #A7AD63;
}
.BgClassName
{
background-color: #A7AD63;
}
</style>
border-color css
<style>
span { border-color: #A7AD63; }
span { border-color: rgb(167,173,99); }
td.TdClassName
{
border-color: #A7AD63;
}
.TagClassName
{
border-color: #A7AD63;
}
</style>