Shades of Green Smoke #A3A45C
Tints of Green Smoke #A3A45C
RGB
CMYK
RGB Variations
Color information
#A3A45C (or 0xA3A45C) is known color: Green Smoke. HEX triplet: A3, A4 and 5C. RGB value is (163,164,92). Sum of RGB (Red+Green+Blue) = 163+164+92=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A45C is #5C5BA3. Grayscale: #9B9B9B. Windows color (decimal): -6052772 or 6071459. OLE color: 6071459.
HSL color Cylindrical-coordinate representation of color #A3A45C: hue angle of 60.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3A45C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 92 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.36 |
| HSL | 60.83º | 0.28% | 0.5% | - |
| HSV(B) | 60.83º | 0.44% | 0.64% | - |
| XYZ | 30.31 | 35.11 | 15.3 | - |
| YUV | 155.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 92 | 0.01 | 0 | 0.44 | 0.36 | 60.83 | 0.28 | 0.5 |
| Hex | A3 | A4 | 5C | 1 | 0 | 2C | 24 | 3D | 1C | 32 |
| Octal | 243 | 244 | 134 | 1 | 0 | 54 | 44 | 75 | 34 | 62 |
| Binary | 10100011 | 10100100 | 1011100 | 1 | 0 | 101100 | 100100 | 111101 | 11100 | 110010 |
Color Harmonies of #A3A45C
Complementary color
Monochromatic Colors of #A3A45C
Black with #A3A45C
Text Example
Text Example
White with #A3A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A45C; }
p { color: rgb(163,164,92); }
H1.HeaderClassName
{
color: #A3A45C;
}
.AnyTagClassName
{
color: #A3A45C;
}
</style>
background-color css
<style>
a { background-color: #A3A45C; }
a { background-color: rgb(163,164,92); }
div.DivClassName
{
background-color: #A3A45C;
}
.BgClassName
{
background-color: #A3A45C;
}
</style>
border-color css
<style>
span { border-color: #A3A45C; }
span { border-color: rgb(163,164,92); }
td.TdClassName
{
border-color: #A3A45C;
}
.TagClassName
{
border-color: #A3A45C;
}
</style>