Shades of Tapestry #A3858E
Tints of Tapestry #A3858E
RGB
CMYK
RGB Variations
Color information
#A3858E (or 0xA3858E) is known color: Tapestry. HEX triplet: A3, 85 and 8E. RGB value is (163,133,142). Sum of RGB (Red+Green+Blue) = 163+133+142=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858E is #5C7A71. Grayscale: #8E8E8E. Windows color (decimal): -6060658 or 9340323. OLE color: 9340323.
HSL color Cylindrical-coordinate representation of color #A3858E: hue angle of 342º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3858E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 142 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.36 |
| HSL | 342º | 0.14% | 0.58% | - |
| HSV(B) | 342º | 0.18% | 0.64% | - |
| XYZ | 28.37 | 26.51 | 29.21 | - |
| YUV | 143 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 142 | 0 | 0.18 | 0.13 | 0.36 | 342 | 0.14 | 0.58 |
| Hex | A3 | 85 | 8E | 0 | 12 | D | 24 | 156 | E | 3A |
| Octal | 243 | 205 | 216 | 0 | 22 | 15 | 44 | 526 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10001110 | 0 | 10010 | 1101 | 100100 | 101010110 | 1110 | 111010 |
Color Harmonies of #A3858E
Complementary color
Monochromatic Colors of #A3858E
Black with #A3858E
Text Example
Text Example
White with #A3858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3858E; }
p { color: rgb(163,133,142); }
H1.HeaderClassName
{
color: #A3858E;
}
.AnyTagClassName
{
color: #A3858E;
}
</style>
background-color css
<style>
a { background-color: #A3858E; }
a { background-color: rgb(163,133,142); }
div.DivClassName
{
background-color: #A3858E;
}
.BgClassName
{
background-color: #A3858E;
}
</style>
border-color css
<style>
span { border-color: #A3858E; }
span { border-color: rgb(163,133,142); }
td.TdClassName
{
border-color: #A3858E;
}
.TagClassName
{
border-color: #A3858E;
}
</style>