Shades of Tapestry #A3858A
Tints of Tapestry #A3858A
RGB
CMYK
RGB Variations
Color information
#A3858A (or 0xA3858A) is known color: Tapestry. HEX triplet: A3, 85 and 8A. RGB value is (163,133,138). Sum of RGB (Red+Green+Blue) = 163+133+138=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858A is #5C7A75. Grayscale: #8E8E8E. Windows color (decimal): -6060662 or 9078179. OLE color: 9078179.
HSL color Cylindrical-coordinate representation of color #A3858A: hue angle of 350º 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 #A3858A is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 138 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.36 |
| HSL | 350º | 0.14% | 0.58% | - |
| HSV(B) | 350º | 0.18% | 0.64% | - |
| XYZ | 28.08 | 26.4 | 27.66 | - |
| YUV | 142.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 138 | 0 | 0.18 | 0.15 | 0.36 | 350 | 0.14 | 0.58 |
| Hex | A3 | 85 | 8A | 0 | 12 | F | 24 | 15E | E | 3A |
| Octal | 243 | 205 | 212 | 0 | 22 | 17 | 44 | 536 | 16 | 72 |
| Binary | 10100011 | 10000101 | 10001010 | 0 | 10010 | 1111 | 100100 | 101011110 | 1110 | 111010 |
Color Harmonies of #A3858A
Complementary color
Monochromatic Colors of #A3858A
Black with #A3858A
Text Example
Text Example
White with #A3858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3858A; }
p { color: rgb(163,133,138); }
H1.HeaderClassName
{
color: #A3858A;
}
.AnyTagClassName
{
color: #A3858A;
}
</style>
background-color css
<style>
a { background-color: #A3858A; }
a { background-color: rgb(163,133,138); }
div.DivClassName
{
background-color: #A3858A;
}
.BgClassName
{
background-color: #A3858A;
}
</style>
border-color css
<style>
span { border-color: #A3858A; }
span { border-color: rgb(163,133,138); }
td.TdClassName
{
border-color: #A3858A;
}
.TagClassName
{
border-color: #A3858A;
}
</style>