Shades of Tapestry #A87B8E
Tints of Tapestry #A87B8E
RGB
CMYK
RGB Variations
Color information
#A87B8E (or 0xA87B8E) is known color: Tapestry. HEX triplet: A8, 7B and 8E. RGB value is (168,123,142). Sum of RGB (Red+Green+Blue) = 168+123+142=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87B8E is #578471. Grayscale: #8A8A8A. Windows color (decimal): -5735538 or 9337768. OLE color: 9337768.
HSL color Cylindrical-coordinate representation of color #A87B8E: hue angle of 334.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87B8E is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 142 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.34 |
| HSL | 334.67º | 0.21% | 0.57% | - |
| HSV(B) | 334.67º | 0.27% | 0.66% | - |
| XYZ | 28.11 | 24.44 | 28.83 | - |
| YUV | 138.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 142 | 0 | 0.27 | 0.15 | 0.34 | 334.67 | 0.21 | 0.57 |
| Hex | A8 | 7B | 8E | 0 | 1B | F | 22 | 14F | 15 | 39 |
| Octal | 250 | 173 | 216 | 0 | 33 | 17 | 42 | 517 | 25 | 71 |
| Binary | 10101000 | 1111011 | 10001110 | 0 | 11011 | 1111 | 100010 | 101001111 | 10101 | 111001 |
Color Harmonies of #A87B8E
Complementary color
Monochromatic Colors of #A87B8E
Black with #A87B8E
Text Example
Text Example
White with #A87B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B8E; }
p { color: rgb(168,123,142); }
H1.HeaderClassName
{
color: #A87B8E;
}
.AnyTagClassName
{
color: #A87B8E;
}
</style>
background-color css
<style>
a { background-color: #A87B8E; }
a { background-color: rgb(168,123,142); }
div.DivClassName
{
background-color: #A87B8E;
}
.BgClassName
{
background-color: #A87B8E;
}
</style>
border-color css
<style>
span { border-color: #A87B8E; }
span { border-color: rgb(168,123,142); }
td.TdClassName
{
border-color: #A87B8E;
}
.TagClassName
{
border-color: #A87B8E;
}
</style>