Shades of Tapestry #A4848E
Tints of Tapestry #A4848E
RGB
CMYK
RGB Variations
Color information
#A4848E (or 0xA4848E) is known color: Tapestry. HEX triplet: A4, 84 and 8E. RGB value is (164,132,142). Sum of RGB (Red+Green+Blue) = 164+132+142=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4848E is #5B7B71. Grayscale: #8E8E8E. Windows color (decimal): -5995378 or 9340068. OLE color: 9340068.
HSL color Cylindrical-coordinate representation of color #A4848E: hue angle of 341.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4848E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 142 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.36 |
| HSL | 341.25º | 0.15% | 0.58% | - |
| HSV(B) | 341.25º | 0.2% | 0.64% | - |
| XYZ | 28.44 | 26.35 | 29.18 | - |
| YUV | 142.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 142 | 0 | 0.20 | 0.13 | 0.36 | 341.25 | 0.15 | 0.58 |
| Hex | A4 | 84 | 8E | 0 | 14 | D | 24 | 155 | F | 3A |
| Octal | 244 | 204 | 216 | 0 | 24 | 15 | 44 | 525 | 17 | 72 |
| Binary | 10100100 | 10000100 | 10001110 | 0 | 10100 | 1101 | 100100 | 101010101 | 1111 | 111010 |
Color Harmonies of #A4848E
Complementary color
Monochromatic Colors of #A4848E
Black with #A4848E
Text Example
Text Example
White with #A4848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4848E; }
p { color: rgb(164,132,142); }
H1.HeaderClassName
{
color: #A4848E;
}
.AnyTagClassName
{
color: #A4848E;
}
</style>
background-color css
<style>
a { background-color: #A4848E; }
a { background-color: rgb(164,132,142); }
div.DivClassName
{
background-color: #A4848E;
}
.BgClassName
{
background-color: #A4848E;
}
</style>
border-color css
<style>
span { border-color: #A4848E; }
span { border-color: rgb(164,132,142); }
td.TdClassName
{
border-color: #A4848E;
}
.TagClassName
{
border-color: #A4848E;
}
</style>