Shades of Tapestry #A6858B
Tints of Tapestry #A6858B
RGB
CMYK
RGB Variations
Color information
#A6858B (or 0xA6858B) is known color: Tapestry. HEX triplet: A6, 85 and 8B. RGB value is (166,133,139). Sum of RGB (Red+Green+Blue) = 166+133+139=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6858B is #597A74. Grayscale: #8F8F8F. Windows color (decimal): -5864053 or 9143718. OLE color: 9143718.
HSL color Cylindrical-coordinate representation of color #A6858B: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6858B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 139 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.35 |
| HSL | 349.09º | 0.16% | 0.59% | - |
| HSV(B) | 349.09º | 0.2% | 0.65% | - |
| XYZ | 28.77 | 26.75 | 28.07 | - |
| YUV | 143.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 139 | 0 | 0.20 | 0.16 | 0.35 | 349.09 | 0.16 | 0.59 |
| Hex | A6 | 85 | 8B | 0 | 14 | 10 | 23 | 15D | 10 | 3B |
| Octal | 246 | 205 | 213 | 0 | 24 | 20 | 43 | 535 | 20 | 73 |
| Binary | 10100110 | 10000101 | 10001011 | 0 | 10100 | 10000 | 100011 | 101011101 | 10000 | 111011 |
Color Harmonies of #A6858B
Complementary color
Monochromatic Colors of #A6858B
Black with #A6858B
Text Example
Text Example
White with #A6858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6858B; }
p { color: rgb(166,133,139); }
H1.HeaderClassName
{
color: #A6858B;
}
.AnyTagClassName
{
color: #A6858B;
}
</style>
background-color css
<style>
a { background-color: #A6858B; }
a { background-color: rgb(166,133,139); }
div.DivClassName
{
background-color: #A6858B;
}
.BgClassName
{
background-color: #A6858B;
}
</style>
border-color css
<style>
span { border-color: #A6858B; }
span { border-color: rgb(166,133,139); }
td.TdClassName
{
border-color: #A6858B;
}
.TagClassName
{
border-color: #A6858B;
}
</style>