Shades of Green Smoke #A3A255
Tints of Green Smoke #A3A255
RGB
CMYK
RGB Variations
Color information
#A3A255 (or 0xA3A255) is known color: Green Smoke. HEX triplet: A3, A2 and 55. RGB value is (163,162,85). Sum of RGB (Red+Green+Blue) = 163+162+85=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A255 is #5C5DAA. Grayscale: #999999. Windows color (decimal): -6053291 or 5612195. OLE color: 5612195.
HSL color Cylindrical-coordinate representation of color #A3A255: hue angle of 59.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A255 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 85 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.36 |
| HSL | 59.23º | 0.31% | 0.49% | - |
| HSV(B) | 59.23º | 0.48% | 0.64% | - |
| XYZ | 29.66 | 34.28 | 13.65 | - |
| YUV | 153.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 85 | 0 | 0.01 | 0.48 | 0.36 | 59.23 | 0.31 | 0.49 |
| Hex | A3 | A2 | 55 | 0 | 1 | 30 | 24 | 3B | 1F | 31 |
| Octal | 243 | 242 | 125 | 0 | 1 | 60 | 44 | 73 | 37 | 61 |
| Binary | 10100011 | 10100010 | 1010101 | 0 | 1 | 110000 | 100100 | 111011 | 11111 | 110001 |
Color Harmonies of #A3A255
Complementary color
Monochromatic Colors of #A3A255
Black with #A3A255
Text Example
Text Example
White with #A3A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A255; }
p { color: rgb(163,162,85); }
H1.HeaderClassName
{
color: #A3A255;
}
.AnyTagClassName
{
color: #A3A255;
}
</style>
background-color css
<style>
a { background-color: #A3A255; }
a { background-color: rgb(163,162,85); }
div.DivClassName
{
background-color: #A3A255;
}
.BgClassName
{
background-color: #A3A255;
}
</style>
border-color css
<style>
span { border-color: #A3A255; }
span { border-color: rgb(163,162,85); }
td.TdClassName
{
border-color: #A3A255;
}
.TagClassName
{
border-color: #A3A255;
}
</style>