Shades of Tapestry #A8868D
Tints of Tapestry #A8868D
RGB
CMYK
RGB Variations
Color information
#A8868D (or 0xA8868D) is known color: Tapestry. HEX triplet: A8, 86 and 8D. RGB value is (168,134,141). Sum of RGB (Red+Green+Blue) = 168+134+141=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8868D is #577972. Grayscale: #909090. Windows color (decimal): -5732723 or 9275048. OLE color: 9275048.
HSL color Cylindrical-coordinate representation of color #A8868D: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8868D is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 141 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.34 |
| HSL | 347.65º | 0.16% | 0.59% | - |
| HSV(B) | 347.65º | 0.2% | 0.66% | - |
| XYZ | 29.48 | 27.3 | 28.91 | - |
| YUV | 144.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 141 | 0 | 0.20 | 0.16 | 0.34 | 347.65 | 0.16 | 0.59 |
| Hex | A8 | 86 | 8D | 0 | 14 | 10 | 22 | 15C | 10 | 3B |
| Octal | 250 | 206 | 215 | 0 | 24 | 20 | 42 | 534 | 20 | 73 |
| Binary | 10101000 | 10000110 | 10001101 | 0 | 10100 | 10000 | 100010 | 101011100 | 10000 | 111011 |
Color Harmonies of #A8868D
Complementary color
Monochromatic Colors of #A8868D
Black with #A8868D
Text Example
Text Example
White with #A8868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8868D; }
p { color: rgb(168,134,141); }
H1.HeaderClassName
{
color: #A8868D;
}
.AnyTagClassName
{
color: #A8868D;
}
</style>
background-color css
<style>
a { background-color: #A8868D; }
a { background-color: rgb(168,134,141); }
div.DivClassName
{
background-color: #A8868D;
}
.BgClassName
{
background-color: #A8868D;
}
</style>
border-color css
<style>
span { border-color: #A8868D; }
span { border-color: rgb(168,134,141); }
td.TdClassName
{
border-color: #A8868D;
}
.TagClassName
{
border-color: #A8868D;
}
</style>