Shades of Tapestry #A7898D
Tints of Tapestry #A7898D
RGB
CMYK
RGB Variations
Color information
#A7898D (or 0xA7898D) is known color: Tapestry. HEX triplet: A7, 89 and 8D. RGB value is (167,137,141). Sum of RGB (Red+Green+Blue) = 167+137+141=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7898D is #587672. Grayscale: #929292. Windows color (decimal): -5797491 or 9275815. OLE color: 9275815.
HSL color Cylindrical-coordinate representation of color #A7898D: hue angle of 352º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7898D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 141 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.35 |
| HSL | 352º | 0.15% | 0.6% | - |
| HSV(B) | 352º | 0.18% | 0.65% | - |
| XYZ | 29.69 | 28.03 | 29.04 | - |
| YUV | 146.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 141 | 0 | 0.18 | 0.16 | 0.35 | 352 | 0.15 | 0.6 |
| Hex | A7 | 89 | 8D | 0 | 12 | 10 | 23 | 160 | F | 3C |
| Octal | 247 | 211 | 215 | 0 | 22 | 20 | 43 | 540 | 17 | 74 |
| Binary | 10100111 | 10001001 | 10001101 | 0 | 10010 | 10000 | 100011 | 101100000 | 1111 | 111100 |
Color Harmonies of #A7898D
Complementary color
Monochromatic Colors of #A7898D
Black with #A7898D
Text Example
Text Example
White with #A7898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7898D; }
p { color: rgb(167,137,141); }
H1.HeaderClassName
{
color: #A7898D;
}
.AnyTagClassName
{
color: #A7898D;
}
</style>
background-color css
<style>
a { background-color: #A7898D; }
a { background-color: rgb(167,137,141); }
div.DivClassName
{
background-color: #A7898D;
}
.BgClassName
{
background-color: #A7898D;
}
</style>
border-color css
<style>
span { border-color: #A7898D; }
span { border-color: rgb(167,137,141); }
td.TdClassName
{
border-color: #A7898D;
}
.TagClassName
{
border-color: #A7898D;
}
</style>