Shades of Tapestry #A86C83
Tints of Tapestry #A86C83
RGB
CMYK
RGB Variations
Color information
#A86C83 (or 0xA86C83) is known color: Tapestry. HEX triplet: A8, 6C and 83. RGB value is (168,108,131). Sum of RGB (Red+Green+Blue) = 168+108+131=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86C83 is #57937C. Grayscale: #808080. Windows color (decimal): -5739389 or 8613032. OLE color: 8613032.
HSL color Cylindrical-coordinate representation of color #A86C83: hue angle of 337º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86C83 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 131 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.34 |
| HSL | 337º | 0.26% | 0.54% | - |
| HSV(B) | 337º | 0.36% | 0.66% | - |
| XYZ | 25.61 | 20.69 | 24.12 | - |
| YUV | 128.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 131 | 0 | 0.36 | 0.22 | 0.34 | 337 | 0.26 | 0.54 |
| Hex | A8 | 6C | 83 | 0 | 24 | 16 | 22 | 151 | 1A | 36 |
| Octal | 250 | 154 | 203 | 0 | 44 | 26 | 42 | 521 | 32 | 66 |
| Binary | 10101000 | 1101100 | 10000011 | 0 | 100100 | 10110 | 100010 | 101010001 | 11010 | 110110 |
Color Harmonies of #A86C83
Complementary color
Monochromatic Colors of #A86C83
Black with #A86C83
Text Example
Text Example
White with #A86C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C83; }
p { color: rgb(168,108,131); }
H1.HeaderClassName
{
color: #A86C83;
}
.AnyTagClassName
{
color: #A86C83;
}
</style>
background-color css
<style>
a { background-color: #A86C83; }
a { background-color: rgb(168,108,131); }
div.DivClassName
{
background-color: #A86C83;
}
.BgClassName
{
background-color: #A86C83;
}
</style>
border-color css
<style>
span { border-color: #A86C83; }
span { border-color: rgb(168,108,131); }
td.TdClassName
{
border-color: #A86C83;
}
.TagClassName
{
border-color: #A86C83;
}
</style>