Shades of Tapestry #A86786
Tints of Tapestry #A86786
RGB
CMYK
RGB Variations
Color information
#A86786 (or 0xA86786) is known color: Tapestry. HEX triplet: A8, 67 and 86. RGB value is (168,103,134). Sum of RGB (Red+Green+Blue) = 168+103+134=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A86786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86786 is #579879. Grayscale: #7D7D7D. Windows color (decimal): -5740666 or 8808360. OLE color: 8808360.
HSL color Cylindrical-coordinate representation of color #A86786: hue angle of 331.38º 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 #A86786 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 134 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.34 |
| HSL | 331.38º | 0.27% | 0.53% | - |
| HSV(B) | 331.38º | 0.39% | 0.66% | - |
| XYZ | 25.3 | 19.75 | 25.03 | - |
| YUV | 125.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 134 | 0 | 0.39 | 0.20 | 0.34 | 331.38 | 0.27 | 0.53 |
| Hex | A8 | 67 | 86 | 0 | 27 | 14 | 22 | 14B | 1B | 35 |
| Octal | 250 | 147 | 206 | 0 | 47 | 24 | 42 | 513 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10000110 | 0 | 100111 | 10100 | 100010 | 101001011 | 11011 | 110101 |
Color Harmonies of #A86786
Complementary color
Monochromatic Colors of #A86786
Black with #A86786
Text Example
Text Example
White with #A86786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86786; }
p { color: rgb(168,103,134); }
H1.HeaderClassName
{
color: #A86786;
}
.AnyTagClassName
{
color: #A86786;
}
</style>
background-color css
<style>
a { background-color: #A86786; }
a { background-color: rgb(168,103,134); }
div.DivClassName
{
background-color: #A86786;
}
.BgClassName
{
background-color: #A86786;
}
</style>
border-color css
<style>
span { border-color: #A86786; }
span { border-color: rgb(168,103,134); }
td.TdClassName
{
border-color: #A86786;
}
.TagClassName
{
border-color: #A86786;
}
</style>