Shades of Green Smoke #A3A060
Tints of Green Smoke #A3A060
RGB
CMYK
RGB Variations
Color information
#A3A060 (or 0xA3A060) is known color: Green Smoke. HEX triplet: A3, A0 and 60. RGB value is (163,160,96). Sum of RGB (Red+Green+Blue) = 163+160+96=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A060 is #5C5F9F. Grayscale: #999999. Windows color (decimal): -6053792 or 6332579. OLE color: 6332579.
HSL color Cylindrical-coordinate representation of color #A3A060: hue angle of 57.31º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3A060 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 96 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.36 |
| HSL | 57.31º | 0.27% | 0.51% | - |
| HSV(B) | 57.31º | 0.41% | 0.64% | - |
| XYZ | 29.79 | 33.77 | 16.02 | - |
| YUV | 153.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 96 | 0 | 0.02 | 0.41 | 0.36 | 57.31 | 0.27 | 0.51 |
| Hex | A3 | A0 | 60 | 0 | 2 | 29 | 24 | 39 | 1B | 33 |
| Octal | 243 | 240 | 140 | 0 | 2 | 51 | 44 | 71 | 33 | 63 |
| Binary | 10100011 | 10100000 | 1100000 | 0 | 10 | 101001 | 100100 | 111001 | 11011 | 110011 |
Color Harmonies of #A3A060
Complementary color
Monochromatic Colors of #A3A060
Black with #A3A060
Text Example
Text Example
White with #A3A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A060; }
p { color: rgb(163,160,96); }
H1.HeaderClassName
{
color: #A3A060;
}
.AnyTagClassName
{
color: #A3A060;
}
</style>
background-color css
<style>
a { background-color: #A3A060; }
a { background-color: rgb(163,160,96); }
div.DivClassName
{
background-color: #A3A060;
}
.BgClassName
{
background-color: #A3A060;
}
</style>
border-color css
<style>
span { border-color: #A3A060; }
span { border-color: rgb(163,160,96); }
td.TdClassName
{
border-color: #A3A060;
}
.TagClassName
{
border-color: #A3A060;
}
</style>