Shades of Green Smoke #A4A76A
Tints of Green Smoke #A4A76A
RGB
CMYK
RGB Variations
Color information
#A4A76A (or 0xA4A76A) is known color: Green Smoke. HEX triplet: A4, A7 and 6A. RGB value is (164,167,106). Sum of RGB (Red+Green+Blue) = 164+167+106=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A76A is #5B5895. Grayscale: #9F9F9F. Windows color (decimal): -5986454 or 6989732. OLE color: 6989732.
HSL color Cylindrical-coordinate representation of color #A4A76A: hue angle of 62.95º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4A76A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 106 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.35 |
| HSL | 62.95º | 0.26% | 0.54% | - |
| HSV(B) | 62.95º | 0.37% | 0.65% | - |
| XYZ | 31.73 | 36.57 | 19.02 | - |
| YUV | 159.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 106 | 0.02 | 0 | 0.37 | 0.35 | 62.95 | 0.26 | 0.54 |
| Hex | A4 | A7 | 6A | 2 | 0 | 25 | 23 | 3F | 1A | 36 |
| Octal | 244 | 247 | 152 | 2 | 0 | 45 | 43 | 77 | 32 | 66 |
| Binary | 10100100 | 10100111 | 1101010 | 10 | 0 | 100101 | 100011 | 111111 | 11010 | 110110 |
Color Harmonies of #A4A76A
Complementary color
Monochromatic Colors of #A4A76A
Black with #A4A76A
Text Example
Text Example
White with #A4A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A76A; }
p { color: rgb(164,167,106); }
H1.HeaderClassName
{
color: #A4A76A;
}
.AnyTagClassName
{
color: #A4A76A;
}
</style>
background-color css
<style>
a { background-color: #A4A76A; }
a { background-color: rgb(164,167,106); }
div.DivClassName
{
background-color: #A4A76A;
}
.BgClassName
{
background-color: #A4A76A;
}
</style>
border-color css
<style>
span { border-color: #A4A76A; }
span { border-color: rgb(164,167,106); }
td.TdClassName
{
border-color: #A4A76A;
}
.TagClassName
{
border-color: #A4A76A;
}
</style>