Shades of Green Smoke #A4A357
Tints of Green Smoke #A4A357
RGB
CMYK
RGB Variations
Color information
#A4A357 (or 0xA4A357) is known color: Green Smoke. HEX triplet: A4, A3 and 57. RGB value is (164,163,87). Sum of RGB (Red+Green+Blue) = 164+163+87=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A357 is #5B5CA8. Grayscale: #9A9A9A. Windows color (decimal): -5987497 or 5743524. OLE color: 5743524.
HSL color Cylindrical-coordinate representation of color #A4A357: hue angle of 59.22º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4A357 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 87 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.36 |
| HSL | 59.22º | 0.31% | 0.49% | - |
| HSV(B) | 59.22º | 0.47% | 0.64% | - |
| XYZ | 30.13 | 34.78 | 14.14 | - |
| YUV | 154.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 87 | 0 | 0.01 | 0.47 | 0.36 | 59.22 | 0.31 | 0.49 |
| Hex | A4 | A3 | 57 | 0 | 1 | 2F | 24 | 3B | 1F | 31 |
| Octal | 244 | 243 | 127 | 0 | 1 | 57 | 44 | 73 | 37 | 61 |
| Binary | 10100100 | 10100011 | 1010111 | 0 | 1 | 101111 | 100100 | 111011 | 11111 | 110001 |
Color Harmonies of #A4A357
Complementary color
Monochromatic Colors of #A4A357
Black with #A4A357
Text Example
Text Example
White with #A4A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A357; }
p { color: rgb(164,163,87); }
H1.HeaderClassName
{
color: #A4A357;
}
.AnyTagClassName
{
color: #A4A357;
}
</style>
background-color css
<style>
a { background-color: #A4A357; }
a { background-color: rgb(164,163,87); }
div.DivClassName
{
background-color: #A4A357;
}
.BgClassName
{
background-color: #A4A357;
}
</style>
border-color css
<style>
span { border-color: #A4A357; }
span { border-color: rgb(164,163,87); }
td.TdClassName
{
border-color: #A4A357;
}
.TagClassName
{
border-color: #A4A357;
}
</style>