Shades of Tapestry #A86785
Tints of Tapestry #A86785
RGB
CMYK
RGB Variations
Color information
#A86785 (or 0xA86785) is known color: Tapestry. HEX triplet: A8, 67 and 85. RGB value is (168,103,133). Sum of RGB (Red+Green+Blue) = 168+103+133=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86785 is #57987A. Grayscale: #7D7D7D. Windows color (decimal): -5740667 or 8742824. OLE color: 8742824.
HSL color Cylindrical-coordinate representation of color #A86785: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86785 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 133 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.34 |
| HSL | 332.31º | 0.27% | 0.53% | - |
| HSV(B) | 332.31º | 0.39% | 0.66% | - |
| XYZ | 25.23 | 19.72 | 24.67 | - |
| YUV | 125.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 133 | 0 | 0.39 | 0.21 | 0.34 | 332.31 | 0.27 | 0.53 |
| Hex | A8 | 67 | 85 | 0 | 27 | 15 | 22 | 14C | 1B | 35 |
| Octal | 250 | 147 | 205 | 0 | 47 | 25 | 42 | 514 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10000101 | 0 | 100111 | 10101 | 100010 | 101001100 | 11011 | 110101 |
Color Harmonies of #A86785
Complementary color
Monochromatic Colors of #A86785
Black with #A86785
Text Example
Text Example
White with #A86785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86785; }
p { color: rgb(168,103,133); }
H1.HeaderClassName
{
color: #A86785;
}
.AnyTagClassName
{
color: #A86785;
}
</style>
background-color css
<style>
a { background-color: #A86785; }
a { background-color: rgb(168,103,133); }
div.DivClassName
{
background-color: #A86785;
}
.BgClassName
{
background-color: #A86785;
}
</style>
border-color css
<style>
span { border-color: #A86785; }
span { border-color: rgb(168,103,133); }
td.TdClassName
{
border-color: #A86785;
}
.TagClassName
{
border-color: #A86785;
}
</style>