Shades of Green Smoke #A7A467
Tints of Green Smoke #A7A467
RGB
CMYK
RGB Variations
Color information
#A7A467 (or 0xA7A467) is known color: Green Smoke. HEX triplet: A7, A4 and 67. RGB value is (167,164,103). Sum of RGB (Red+Green+Blue) = 167+164+103=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A467 is #585B98. Grayscale: #9E9E9E. Windows color (decimal): -5790617 or 6792359. OLE color: 6792359.
HSL color Cylindrical-coordinate representation of color #A7A467: hue angle of 57.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7A467 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 103 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.35 |
| HSL | 57.19º | 0.27% | 0.53% | - |
| HSV(B) | 57.19º | 0.38% | 0.65% | - |
| XYZ | 31.66 | 35.75 | 18.06 | - |
| YUV | 157.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 103 | 0 | 0.02 | 0.38 | 0.35 | 57.19 | 0.27 | 0.53 |
| Hex | A7 | A4 | 67 | 0 | 2 | 26 | 23 | 39 | 1B | 35 |
| Octal | 247 | 244 | 147 | 0 | 2 | 46 | 43 | 71 | 33 | 65 |
| Binary | 10100111 | 10100100 | 1100111 | 0 | 10 | 100110 | 100011 | 111001 | 11011 | 110101 |
Color Harmonies of #A7A467
Complementary color
Monochromatic Colors of #A7A467
Black with #A7A467
Text Example
Text Example
White with #A7A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A467; }
p { color: rgb(167,164,103); }
H1.HeaderClassName
{
color: #A7A467;
}
.AnyTagClassName
{
color: #A7A467;
}
</style>
background-color css
<style>
a { background-color: #A7A467; }
a { background-color: rgb(167,164,103); }
div.DivClassName
{
background-color: #A7A467;
}
.BgClassName
{
background-color: #A7A467;
}
</style>
border-color css
<style>
span { border-color: #A7A467; }
span { border-color: rgb(167,164,103); }
td.TdClassName
{
border-color: #A7A467;
}
.TagClassName
{
border-color: #A7A467;
}
</style>