Shades of Tapestry #A6868B
Tints of Tapestry #A6868B
RGB
CMYK
RGB Variations
Color information
#A6868B (or 0xA6868B) is known color: Tapestry. HEX triplet: A6, 86 and 8B. RGB value is (166,134,139). Sum of RGB (Red+Green+Blue) = 166+134+139=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6868B is #597974. Grayscale: #909090. Windows color (decimal): -5863797 or 9143974. OLE color: 9143974.
HSL color Cylindrical-coordinate representation of color #A6868B: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6868B is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 139 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.35 |
| HSL | 350.63º | 0.15% | 0.59% | - |
| HSV(B) | 350.63º | 0.19% | 0.65% | - |
| XYZ | 28.91 | 27.02 | 28.12 | - |
| YUV | 144.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 139 | 0 | 0.19 | 0.16 | 0.35 | 350.63 | 0.15 | 0.59 |
| Hex | A6 | 86 | 8B | 0 | 13 | 10 | 23 | 15F | F | 3B |
| Octal | 246 | 206 | 213 | 0 | 23 | 20 | 43 | 537 | 17 | 73 |
| Binary | 10100110 | 10000110 | 10001011 | 0 | 10011 | 10000 | 100011 | 101011111 | 1111 | 111011 |
Color Harmonies of #A6868B
Complementary color
Monochromatic Colors of #A6868B
Black with #A6868B
Text Example
Text Example
White with #A6868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6868B; }
p { color: rgb(166,134,139); }
H1.HeaderClassName
{
color: #A6868B;
}
.AnyTagClassName
{
color: #A6868B;
}
</style>
background-color css
<style>
a { background-color: #A6868B; }
a { background-color: rgb(166,134,139); }
div.DivClassName
{
background-color: #A6868B;
}
.BgClassName
{
background-color: #A6868B;
}
</style>
border-color css
<style>
span { border-color: #A6868B; }
span { border-color: rgb(166,134,139); }
td.TdClassName
{
border-color: #A6868B;
}
.TagClassName
{
border-color: #A6868B;
}
</style>