Shades of Tapestry #A87383
Tints of Tapestry #A87383
RGB
CMYK
RGB Variations
Color information
#A87383 (or 0xA87383) is known color: Tapestry. HEX triplet: A8, 73 and 83. RGB value is (168,115,131). Sum of RGB (Red+Green+Blue) = 168+115+131=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A87383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87383 is #578C7C. Grayscale: #848484. Windows color (decimal): -5737597 or 8614824. OLE color: 8614824.
HSL color Cylindrical-coordinate representation of color #A87383: hue angle of 341.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87383 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 131 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.34 |
| HSL | 341.89º | 0.23% | 0.55% | - |
| HSV(B) | 341.89º | 0.32% | 0.66% | - |
| XYZ | 26.38 | 22.22 | 24.37 | - |
| YUV | 132.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 131 | 0 | 0.32 | 0.22 | 0.34 | 341.89 | 0.23 | 0.55 |
| Hex | A8 | 73 | 83 | 0 | 20 | 16 | 22 | 156 | 17 | 37 |
| Octal | 250 | 163 | 203 | 0 | 40 | 26 | 42 | 526 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10000011 | 0 | 100000 | 10110 | 100010 | 101010110 | 10111 | 110111 |
Color Harmonies of #A87383
Complementary color
Monochromatic Colors of #A87383
Black with #A87383
Text Example
Text Example
White with #A87383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87383; }
p { color: rgb(168,115,131); }
H1.HeaderClassName
{
color: #A87383;
}
.AnyTagClassName
{
color: #A87383;
}
</style>
background-color css
<style>
a { background-color: #A87383; }
a { background-color: rgb(168,115,131); }
div.DivClassName
{
background-color: #A87383;
}
.BgClassName
{
background-color: #A87383;
}
</style>
border-color css
<style>
span { border-color: #A87383; }
span { border-color: rgb(168,115,131); }
td.TdClassName
{
border-color: #A87383;
}
.TagClassName
{
border-color: #A87383;
}
</style>