Shades of Tapestry #A4888E
Tints of Tapestry #A4888E
RGB
CMYK
RGB Variations
Color information
#A4888E (or 0xA4888E) is known color: Tapestry. HEX triplet: A4, 88 and 8E. RGB value is (164,136,142). Sum of RGB (Red+Green+Blue) = 164+136+142=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888E is #5B7771. Grayscale: #919191. Windows color (decimal): -5994354 or 9341092. OLE color: 9341092.
HSL color Cylindrical-coordinate representation of color #A4888E: hue angle of 347.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4888E is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 142 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.36 |
| HSL | 347.14º | 0.13% | 0.59% | - |
| HSV(B) | 347.14º | 0.17% | 0.64% | - |
| XYZ | 29 | 27.45 | 29.36 | - |
| YUV | 145.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 142 | 0 | 0.17 | 0.13 | 0.36 | 347.14 | 0.13 | 0.59 |
| Hex | A4 | 88 | 8E | 0 | 11 | D | 24 | 15B | D | 3B |
| Octal | 244 | 210 | 216 | 0 | 21 | 15 | 44 | 533 | 15 | 73 |
| Binary | 10100100 | 10001000 | 10001110 | 0 | 10001 | 1101 | 100100 | 101011011 | 1101 | 111011 |
Color Harmonies of #A4888E
Complementary color
Monochromatic Colors of #A4888E
Black with #A4888E
Text Example
Text Example
White with #A4888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4888E; }
p { color: rgb(164,136,142); }
H1.HeaderClassName
{
color: #A4888E;
}
.AnyTagClassName
{
color: #A4888E;
}
</style>
background-color css
<style>
a { background-color: #A4888E; }
a { background-color: rgb(164,136,142); }
div.DivClassName
{
background-color: #A4888E;
}
.BgClassName
{
background-color: #A4888E;
}
</style>
border-color css
<style>
span { border-color: #A4888E; }
span { border-color: rgb(164,136,142); }
td.TdClassName
{
border-color: #A4888E;
}
.TagClassName
{
border-color: #A4888E;
}
</style>