Shades of Tapestry #A8868B
Tints of Tapestry #A8868B
RGB
CMYK
RGB Variations
Color information
#A8868B (or 0xA8868B) is known color: Tapestry. HEX triplet: A8, 86 and 8B. RGB value is (168,134,139). Sum of RGB (Red+Green+Blue) = 168+134+139=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A8868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8868B is #577974. Grayscale: #909090. Windows color (decimal): -5732725 or 9143976. OLE color: 9143976.
HSL color Cylindrical-coordinate representation of color #A8868B: hue angle of 351.18º 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 #A8868B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 139 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.34 |
| HSL | 351.18º | 0.16% | 0.59% | - |
| HSV(B) | 351.18º | 0.2% | 0.66% | - |
| XYZ | 29.33 | 27.24 | 28.14 | - |
| YUV | 144.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 139 | 0 | 0.20 | 0.17 | 0.34 | 351.18 | 0.16 | 0.59 |
| Hex | A8 | 86 | 8B | 0 | 14 | 11 | 22 | 15F | 10 | 3B |
| Octal | 250 | 206 | 213 | 0 | 24 | 21 | 42 | 537 | 20 | 73 |
| Binary | 10101000 | 10000110 | 10001011 | 0 | 10100 | 10001 | 100010 | 101011111 | 10000 | 111011 |
Color Harmonies of #A8868B
Complementary color
Monochromatic Colors of #A8868B
Black with #A8868B
Text Example
Text Example
White with #A8868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8868B; }
p { color: rgb(168,134,139); }
H1.HeaderClassName
{
color: #A8868B;
}
.AnyTagClassName
{
color: #A8868B;
}
</style>
background-color css
<style>
a { background-color: #A8868B; }
a { background-color: rgb(168,134,139); }
div.DivClassName
{
background-color: #A8868B;
}
.BgClassName
{
background-color: #A8868B;
}
</style>
border-color css
<style>
span { border-color: #A8868B; }
span { border-color: rgb(168,134,139); }
td.TdClassName
{
border-color: #A8868B;
}
.TagClassName
{
border-color: #A8868B;
}
</style>