Shades of Tapestry #A4878B
Tints of Tapestry #A4878B
RGB
CMYK
RGB Variations
Color information
#A4878B (or 0xA4878B) is known color: Tapestry. HEX triplet: A4, 87 and 8B. RGB value is (164,135,139). Sum of RGB (Red+Green+Blue) = 164+135+139=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4878B is #5B7874. Grayscale: #909090. Windows color (decimal): -5994613 or 9144228. OLE color: 9144228.
HSL color Cylindrical-coordinate representation of color #A4878B: hue angle of 351.72º 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 #A4878B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 139 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.36 |
| HSL | 351.72º | 0.14% | 0.59% | - |
| HSV(B) | 351.72º | 0.18% | 0.64% | - |
| XYZ | 28.63 | 27.08 | 28.14 | - |
| YUV | 144.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 139 | 0 | 0.18 | 0.15 | 0.36 | 351.72 | 0.14 | 0.59 |
| Hex | A4 | 87 | 8B | 0 | 12 | F | 24 | 160 | E | 3B |
| Octal | 244 | 207 | 213 | 0 | 22 | 17 | 44 | 540 | 16 | 73 |
| Binary | 10100100 | 10000111 | 10001011 | 0 | 10010 | 1111 | 100100 | 101100000 | 1110 | 111011 |
Color Harmonies of #A4878B
Complementary color
Monochromatic Colors of #A4878B
Black with #A4878B
Text Example
Text Example
White with #A4878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4878B; }
p { color: rgb(164,135,139); }
H1.HeaderClassName
{
color: #A4878B;
}
.AnyTagClassName
{
color: #A4878B;
}
</style>
background-color css
<style>
a { background-color: #A4878B; }
a { background-color: rgb(164,135,139); }
div.DivClassName
{
background-color: #A4878B;
}
.BgClassName
{
background-color: #A4878B;
}
</style>
border-color css
<style>
span { border-color: #A4878B; }
span { border-color: rgb(164,135,139); }
td.TdClassName
{
border-color: #A4878B;
}
.TagClassName
{
border-color: #A4878B;
}
</style>