Shades of Green Smoke #A4A967
Tints of Green Smoke #A4A967
RGB
CMYK
RGB Variations
Color information
#A4A967 (or 0xA4A967) is known color: Green Smoke. HEX triplet: A4, A9 and 67. RGB value is (164,169,103). Sum of RGB (Red+Green+Blue) = 164+169+103=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A967 is #5B5698. Grayscale: #A0A0A0. Windows color (decimal): -5985945 or 6793636. OLE color: 6793636.
HSL color Cylindrical-coordinate representation of color #A4A967: hue angle of 64.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4A967 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 103 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.34 |
| HSL | 64.55º | 0.28% | 0.53% | - |
| HSV(B) | 64.55º | 0.39% | 0.66% | - |
| XYZ | 31.95 | 37.25 | 18.34 | - |
| YUV | 159.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 103 | 0.03 | 0 | 0.39 | 0.34 | 64.55 | 0.28 | 0.53 |
| Hex | A4 | A9 | 67 | 3 | 0 | 27 | 22 | 41 | 1C | 35 |
| Octal | 244 | 251 | 147 | 3 | 0 | 47 | 42 | 101 | 34 | 65 |
| Binary | 10100100 | 10101001 | 1100111 | 11 | 0 | 100111 | 100010 | 1000001 | 11100 | 110101 |
Color Harmonies of #A4A967
Complementary color
Monochromatic Colors of #A4A967
Black with #A4A967
Text Example
Text Example
White with #A4A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A967; }
p { color: rgb(164,169,103); }
H1.HeaderClassName
{
color: #A4A967;
}
.AnyTagClassName
{
color: #A4A967;
}
</style>
background-color css
<style>
a { background-color: #A4A967; }
a { background-color: rgb(164,169,103); }
div.DivClassName
{
background-color: #A4A967;
}
.BgClassName
{
background-color: #A4A967;
}
</style>
border-color css
<style>
span { border-color: #A4A967; }
span { border-color: rgb(164,169,103); }
td.TdClassName
{
border-color: #A4A967;
}
.TagClassName
{
border-color: #A4A967;
}
</style>