Shades of Green Smoke #A3A054
Tints of Green Smoke #A3A054
RGB
CMYK
RGB Variations
Color information
#A3A054 (or 0xA3A054) is known color: Green Smoke. HEX triplet: A3, A0 and 54. RGB value is (163,160,84). Sum of RGB (Red+Green+Blue) = 163+160+84=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A054 is #5C5FAB. Grayscale: #989898. Windows color (decimal): -6053804 or 5546147. OLE color: 5546147.
HSL color Cylindrical-coordinate representation of color #A3A054: hue angle of 57.72º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A054 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 84 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.36 |
| HSL | 57.72º | 0.32% | 0.48% | - |
| HSV(B) | 57.72º | 0.48% | 0.64% | - |
| XYZ | 29.28 | 33.57 | 13.32 | - |
| YUV | 152.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 84 | 0 | 0.02 | 0.48 | 0.36 | 57.72 | 0.32 | 0.48 |
| Hex | A3 | A0 | 54 | 0 | 2 | 30 | 24 | 3A | 20 | 30 |
| Octal | 243 | 240 | 124 | 0 | 2 | 60 | 44 | 72 | 40 | 60 |
| Binary | 10100011 | 10100000 | 1010100 | 0 | 10 | 110000 | 100100 | 111010 | 100000 | 110000 |
Color Harmonies of #A3A054
Complementary color
Monochromatic Colors of #A3A054
Black with #A3A054
Text Example
Text Example
White with #A3A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A054; }
p { color: rgb(163,160,84); }
H1.HeaderClassName
{
color: #A3A054;
}
.AnyTagClassName
{
color: #A3A054;
}
</style>
background-color css
<style>
a { background-color: #A3A054; }
a { background-color: rgb(163,160,84); }
div.DivClassName
{
background-color: #A3A054;
}
.BgClassName
{
background-color: #A3A054;
}
</style>
border-color css
<style>
span { border-color: #A3A054; }
span { border-color: rgb(163,160,84); }
td.TdClassName
{
border-color: #A3A054;
}
.TagClassName
{
border-color: #A3A054;
}
</style>