Shades of Tapestry #A3858B
Tints of Tapestry #A3858B
RGB
CMYK
RGB Variations
Color information
#A3858B (or 0xA3858B) is known color: Tapestry. HEX triplet: A3, 85 and 8B. RGB value is (163,133,139). Sum of RGB (Red+Green+Blue) = 163+133+139=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858B is #5C7A74. Grayscale: #8E8E8E. Windows color (decimal): -6060661 or 9143715. OLE color: 9143715.
HSL color Cylindrical-coordinate representation of color #A3858B: hue angle of 348º 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 #A3858B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 139 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.36 |
| HSL | 348º | 0.14% | 0.58% | - |
| HSV(B) | 348º | 0.18% | 0.64% | - |
| XYZ | 28.15 | 26.43 | 28.04 | - |
| YUV | 142.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 139 | 0 | 0.18 | 0.15 | 0.36 | 348 | 0.14 | 0.58 |
| Hex | A3 | 85 | 8B | 0 | 12 | F | 24 | 15C | E | 3A |
| Octal | 243 | 205 | 213 | 0 | 22 | 17 | 44 | 534 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10001011 | 0 | 10010 | 1111 | 100100 | 101011100 | 1110 | 111010 |
Color Harmonies of #A3858B
Complementary color
Monochromatic Colors of #A3858B
Black with #A3858B
Text Example
Text Example
White with #A3858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3858B; }
p { color: rgb(163,133,139); }
H1.HeaderClassName
{
color: #A3858B;
}
.AnyTagClassName
{
color: #A3858B;
}
</style>
background-color css
<style>
a { background-color: #A3858B; }
a { background-color: rgb(163,133,139); }
div.DivClassName
{
background-color: #A3858B;
}
.BgClassName
{
background-color: #A3858B;
}
</style>
border-color css
<style>
span { border-color: #A3858B; }
span { border-color: rgb(163,133,139); }
td.TdClassName
{
border-color: #A3858B;
}
.TagClassName
{
border-color: #A3858B;
}
</style>