Shades of Tapestry #A4878E
Tints of Tapestry #A4878E
RGB
CMYK
RGB Variations
Color information
#A4878E (or 0xA4878E) is known color: Tapestry. HEX triplet: A4, 87 and 8E. RGB value is (164,135,142). Sum of RGB (Red+Green+Blue) = 164+135+142=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4878E is #5B7871. Grayscale: #909090. Windows color (decimal): -5994610 or 9340836. OLE color: 9340836.
HSL color Cylindrical-coordinate representation of color #A4878E: hue angle of 345.52º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4878E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 142 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.36 |
| HSL | 345.52º | 0.14% | 0.59% | - |
| HSV(B) | 345.52º | 0.18% | 0.64% | - |
| XYZ | 28.86 | 27.17 | 29.32 | - |
| YUV | 144.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 142 | 0 | 0.18 | 0.13 | 0.36 | 345.52 | 0.14 | 0.59 |
| Hex | A4 | 87 | 8E | 0 | 12 | D | 24 | 15A | E | 3B |
| Octal | 244 | 207 | 216 | 0 | 22 | 15 | 44 | 532 | 16 | 73 |
| Binary | 10100100 | 10000111 | 10001110 | 0 | 10010 | 1101 | 100100 | 101011010 | 1110 | 111011 |
Color Harmonies of #A4878E
Complementary color
Monochromatic Colors of #A4878E
Black with #A4878E
Text Example
Text Example
White with #A4878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4878E; }
p { color: rgb(164,135,142); }
H1.HeaderClassName
{
color: #A4878E;
}
.AnyTagClassName
{
color: #A4878E;
}
</style>
background-color css
<style>
a { background-color: #A4878E; }
a { background-color: rgb(164,135,142); }
div.DivClassName
{
background-color: #A4878E;
}
.BgClassName
{
background-color: #A4878E;
}
</style>
border-color css
<style>
span { border-color: #A4878E; }
span { border-color: rgb(164,135,142); }
td.TdClassName
{
border-color: #A4878E;
}
.TagClassName
{
border-color: #A4878E;
}
</style>