Shades of Tapestry #A5878D
Tints of Tapestry #A5878D
RGB
CMYK
RGB Variations
Color information
#A5878D (or 0xA5878D) is known color: Tapestry. HEX triplet: A5, 87 and 8D. RGB value is (165,135,141). Sum of RGB (Red+Green+Blue) = 165+135+141=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5878D is #5A7872. Grayscale: #909090. Windows color (decimal): -5929075 or 9275301. OLE color: 9275301.
HSL color Cylindrical-coordinate representation of color #A5878D: hue angle of 348º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5878D is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 141 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.35 |
| HSL | 348º | 0.14% | 0.59% | - |
| HSV(B) | 348º | 0.18% | 0.65% | - |
| XYZ | 28.99 | 27.25 | 28.93 | - |
| YUV | 144.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 141 | 0 | 0.18 | 0.15 | 0.35 | 348 | 0.14 | 0.59 |
| Hex | A5 | 87 | 8D | 0 | 12 | F | 23 | 15C | E | 3B |
| Octal | 245 | 207 | 215 | 0 | 22 | 17 | 43 | 534 | 16 | 73 |
| Binary | 10100101 | 10000111 | 10001101 | 0 | 10010 | 1111 | 100011 | 101011100 | 1110 | 111011 |
Color Harmonies of #A5878D
Complementary color
Monochromatic Colors of #A5878D
Black with #A5878D
Text Example
Text Example
White with #A5878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5878D; }
p { color: rgb(165,135,141); }
H1.HeaderClassName
{
color: #A5878D;
}
.AnyTagClassName
{
color: #A5878D;
}
</style>
background-color css
<style>
a { background-color: #A5878D; }
a { background-color: rgb(165,135,141); }
div.DivClassName
{
background-color: #A5878D;
}
.BgClassName
{
background-color: #A5878D;
}
</style>
border-color css
<style>
span { border-color: #A5878D; }
span { border-color: rgb(165,135,141); }
td.TdClassName
{
border-color: #A5878D;
}
.TagClassName
{
border-color: #A5878D;
}
</style>