Shades of Tapestry #A97F8D
Tints of Tapestry #A97F8D
RGB
CMYK
RGB Variations
Color information
#A97F8D (or 0xA97F8D) is known color: Tapestry. HEX triplet: A9, 7F and 8D. RGB value is (169,127,141). Sum of RGB (Red+Green+Blue) = 169+127+141=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97F8D is #568072. Grayscale: #8D8D8D. Windows color (decimal): -5668979 or 9273257. OLE color: 9273257.
HSL color Cylindrical-coordinate representation of color #A97F8D: hue angle of 340º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97F8D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 141 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.34 |
| HSL | 340º | 0.2% | 0.58% | - |
| HSV(B) | 340º | 0.25% | 0.66% | - |
| XYZ | 28.76 | 25.54 | 28.61 | - |
| YUV | 141.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 141 | 0 | 0.25 | 0.17 | 0.34 | 340 | 0.2 | 0.58 |
| Hex | A9 | 7F | 8D | 0 | 19 | 11 | 22 | 154 | 14 | 3A |
| Octal | 251 | 177 | 215 | 0 | 31 | 21 | 42 | 524 | 24 | 72 |
| Binary | 10101001 | 1111111 | 10001101 | 0 | 11001 | 10001 | 100010 | 101010100 | 10100 | 111010 |
Color Harmonies of #A97F8D
Complementary color
Monochromatic Colors of #A97F8D
Black with #A97F8D
Text Example
Text Example
White with #A97F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F8D; }
p { color: rgb(169,127,141); }
H1.HeaderClassName
{
color: #A97F8D;
}
.AnyTagClassName
{
color: #A97F8D;
}
</style>
background-color css
<style>
a { background-color: #A97F8D; }
a { background-color: rgb(169,127,141); }
div.DivClassName
{
background-color: #A97F8D;
}
.BgClassName
{
background-color: #A97F8D;
}
</style>
border-color css
<style>
span { border-color: #A97F8D; }
span { border-color: rgb(169,127,141); }
td.TdClassName
{
border-color: #A97F8D;
}
.TagClassName
{
border-color: #A97F8D;
}
</style>