Shades of Tapestry #A4878A
Tints of Tapestry #A4878A
RGB
CMYK
RGB Variations
Color information
#A4878A (or 0xA4878A) is known color: Tapestry. HEX triplet: A4, 87 and 8A. RGB value is (164,135,138). Sum of RGB (Red+Green+Blue) = 164+135+138=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4878A is #5B7875. Grayscale: #909090. Windows color (decimal): -5994614 or 9078692. OLE color: 9078692.
HSL color Cylindrical-coordinate representation of color #A4878A: hue angle of 353.79º 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 #A4878A is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 138 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.36 |
| HSL | 353.79º | 0.14% | 0.59% | - |
| HSV(B) | 353.79º | 0.18% | 0.64% | - |
| XYZ | 28.56 | 27.06 | 27.76 | - |
| YUV | 144.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 138 | 0 | 0.18 | 0.16 | 0.36 | 353.79 | 0.14 | 0.59 |
| Hex | A4 | 87 | 8A | 0 | 12 | 10 | 24 | 162 | E | 3B |
| Octal | 244 | 207 | 212 | 0 | 22 | 20 | 44 | 542 | 16 | 73 |
| Binary | 10100100 | 10000111 | 10001010 | 0 | 10010 | 10000 | 100100 | 101100010 | 1110 | 111011 |
Color Harmonies of #A4878A
Complementary color
Monochromatic Colors of #A4878A
Black with #A4878A
Text Example
Text Example
White with #A4878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4878A; }
p { color: rgb(164,135,138); }
H1.HeaderClassName
{
color: #A4878A;
}
.AnyTagClassName
{
color: #A4878A;
}
</style>
background-color css
<style>
a { background-color: #A4878A; }
a { background-color: rgb(164,135,138); }
div.DivClassName
{
background-color: #A4878A;
}
.BgClassName
{
background-color: #A4878A;
}
</style>
border-color css
<style>
span { border-color: #A4878A; }
span { border-color: rgb(164,135,138); }
td.TdClassName
{
border-color: #A4878A;
}
.TagClassName
{
border-color: #A4878A;
}
</style>