Shades of Tapestry #A3858C
Tints of Tapestry #A3858C
RGB
CMYK
RGB Variations
Color information
#A3858C (or 0xA3858C) is known color: Tapestry. HEX triplet: A3, 85 and 8C. RGB value is (163,133,140). Sum of RGB (Red+Green+Blue) = 163+133+140=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858C is #5C7A73. Grayscale: #8E8E8E. Windows color (decimal): -6060660 or 9209251. OLE color: 9209251.
HSL color Cylindrical-coordinate representation of color #A3858C: hue angle of 346º 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 #A3858C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 140 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.36 |
| HSL | 346º | 0.14% | 0.58% | - |
| HSV(B) | 346º | 0.18% | 0.64% | - |
| XYZ | 28.23 | 26.46 | 28.43 | - |
| YUV | 142.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 140 | 0 | 0.18 | 0.14 | 0.36 | 346 | 0.14 | 0.58 |
| Hex | A3 | 85 | 8C | 0 | 12 | E | 24 | 15A | E | 3A |
| Octal | 243 | 205 | 214 | 0 | 22 | 16 | 44 | 532 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10001100 | 0 | 10010 | 1110 | 100100 | 101011010 | 1110 | 111010 |
Color Harmonies of #A3858C
Complementary color
Monochromatic Colors of #A3858C
Black with #A3858C
Text Example
Text Example
White with #A3858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3858C; }
p { color: rgb(163,133,140); }
H1.HeaderClassName
{
color: #A3858C;
}
.AnyTagClassName
{
color: #A3858C;
}
</style>
background-color css
<style>
a { background-color: #A3858C; }
a { background-color: rgb(163,133,140); }
div.DivClassName
{
background-color: #A3858C;
}
.BgClassName
{
background-color: #A3858C;
}
</style>
border-color css
<style>
span { border-color: #A3858C; }
span { border-color: rgb(163,133,140); }
td.TdClassName
{
border-color: #A3858C;
}
.TagClassName
{
border-color: #A3858C;
}
</style>