Shades of Green Smoke #A4A958
Tints of Green Smoke #A4A958
RGB
CMYK
RGB Variations
Color information
#A4A958 (or 0xA4A958) is known color: Green Smoke. HEX triplet: A4, A9 and 58. RGB value is (164,169,88). Sum of RGB (Red+Green+Blue) = 164+169+88=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A958 is #5B56A7. Grayscale: #9E9E9E. Windows color (decimal): -5985960 or 5810596. OLE color: 5810596.
HSL color Cylindrical-coordinate representation of color #A4A958: hue angle of 63.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4A958 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 88 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.34 |
| HSL | 63.7º | 0.32% | 0.5% | - |
| HSV(B) | 63.7º | 0.48% | 0.66% | - |
| XYZ | 31.26 | 36.97 | 14.72 | - |
| YUV | 158.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 88 | 0.03 | 0 | 0.48 | 0.34 | 63.7 | 0.32 | 0.5 |
| Hex | A4 | A9 | 58 | 3 | 0 | 30 | 22 | 40 | 20 | 32 |
| Octal | 244 | 251 | 130 | 3 | 0 | 60 | 42 | 100 | 40 | 62 |
| Binary | 10100100 | 10101001 | 1011000 | 11 | 0 | 110000 | 100010 | 1000000 | 100000 | 110010 |
Color Harmonies of #A4A958
Complementary color
Monochromatic Colors of #A4A958
Black with #A4A958
Text Example
Text Example
White with #A4A958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A958; }
p { color: rgb(164,169,88); }
H1.HeaderClassName
{
color: #A4A958;
}
.AnyTagClassName
{
color: #A4A958;
}
</style>
background-color css
<style>
a { background-color: #A4A958; }
a { background-color: rgb(164,169,88); }
div.DivClassName
{
background-color: #A4A958;
}
.BgClassName
{
background-color: #A4A958;
}
</style>
border-color css
<style>
span { border-color: #A4A958; }
span { border-color: rgb(164,169,88); }
td.TdClassName
{
border-color: #A4A958;
}
.TagClassName
{
border-color: #A4A958;
}
</style>