Shades of Green Smoke #A4A669
Tints of Green Smoke #A4A669
RGB
CMYK
RGB Variations
Color information
#A4A669 (or 0xA4A669) is known color: Green Smoke. HEX triplet: A4, A6 and 69. RGB value is (164,166,105). Sum of RGB (Red+Green+Blue) = 164+166+105=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A669 is #5B5996. Grayscale: #9E9E9E. Windows color (decimal): -5986711 or 6923940. OLE color: 6923940.
HSL color Cylindrical-coordinate representation of color #A4A669: hue angle of 61.97º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4A669 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 105 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.35 |
| HSL | 61.97º | 0.26% | 0.53% | - |
| HSV(B) | 61.97º | 0.37% | 0.65% | - |
| XYZ | 31.5 | 36.18 | 18.69 | - |
| YUV | 158.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 105 | 0.01 | 0 | 0.37 | 0.35 | 61.97 | 0.26 | 0.53 |
| Hex | A4 | A6 | 69 | 1 | 0 | 25 | 23 | 3E | 1A | 35 |
| Octal | 244 | 246 | 151 | 1 | 0 | 45 | 43 | 76 | 32 | 65 |
| Binary | 10100100 | 10100110 | 1101001 | 1 | 0 | 100101 | 100011 | 111110 | 11010 | 110101 |
Color Harmonies of #A4A669
Complementary color
Monochromatic Colors of #A4A669
Black with #A4A669
Text Example
Text Example
White with #A4A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A669; }
p { color: rgb(164,166,105); }
H1.HeaderClassName
{
color: #A4A669;
}
.AnyTagClassName
{
color: #A4A669;
}
</style>
background-color css
<style>
a { background-color: #A4A669; }
a { background-color: rgb(164,166,105); }
div.DivClassName
{
background-color: #A4A669;
}
.BgClassName
{
background-color: #A4A669;
}
</style>
border-color css
<style>
span { border-color: #A4A669; }
span { border-color: rgb(164,166,105); }
td.TdClassName
{
border-color: #A4A669;
}
.TagClassName
{
border-color: #A4A669;
}
</style>