Shades of Tapestry #A86E89
Tints of Tapestry #A86E89
RGB
CMYK
RGB Variations
Color information
#A86E89 (or 0xA86E89) is known color: Tapestry. HEX triplet: A8, 6E and 89. RGB value is (168,110,137). Sum of RGB (Red+Green+Blue) = 168+110+137=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E89 is #579176. Grayscale: #828282. Windows color (decimal): -5738871 or 9006760. OLE color: 9006760.
HSL color Cylindrical-coordinate representation of color #A86E89: hue angle of 332.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86E89 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 137 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.34 |
| HSL | 332.07º | 0.25% | 0.55% | - |
| HSV(B) | 332.07º | 0.35% | 0.66% | - |
| XYZ | 26.24 | 21.28 | 26.39 | - |
| YUV | 130.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 137 | 0 | 0.35 | 0.18 | 0.34 | 332.07 | 0.25 | 0.55 |
| Hex | A8 | 6E | 89 | 0 | 23 | 12 | 22 | 14C | 19 | 37 |
| Octal | 250 | 156 | 211 | 0 | 43 | 22 | 42 | 514 | 31 | 67 |
| Binary | 10101000 | 1101110 | 10001001 | 0 | 100011 | 10010 | 100010 | 101001100 | 11001 | 110111 |
Color Harmonies of #A86E89
Complementary color
Monochromatic Colors of #A86E89
Black with #A86E89
Text Example
Text Example
White with #A86E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E89; }
p { color: rgb(168,110,137); }
H1.HeaderClassName
{
color: #A86E89;
}
.AnyTagClassName
{
color: #A86E89;
}
</style>
background-color css
<style>
a { background-color: #A86E89; }
a { background-color: rgb(168,110,137); }
div.DivClassName
{
background-color: #A86E89;
}
.BgClassName
{
background-color: #A86E89;
}
</style>
border-color css
<style>
span { border-color: #A86E89; }
span { border-color: rgb(168,110,137); }
td.TdClassName
{
border-color: #A86E89;
}
.TagClassName
{
border-color: #A86E89;
}
</style>