Shades of Tapestry #A86782
Tints of Tapestry #A86782
RGB
CMYK
RGB Variations
Color information
#A86782 (or 0xA86782) is known color: Tapestry. HEX triplet: A8, 67 and 82. RGB value is (168,103,130). Sum of RGB (Red+Green+Blue) = 168+103+130=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A86782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86782 is #57987D. Grayscale: #7D7D7D. Windows color (decimal): -5740670 or 8546216. OLE color: 8546216.
HSL color Cylindrical-coordinate representation of color #A86782: hue angle of 335.08º 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 #A86782 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 130 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.34 |
| HSL | 335.08º | 0.27% | 0.53% | - |
| HSV(B) | 335.08º | 0.39% | 0.66% | - |
| XYZ | 25.03 | 19.64 | 23.59 | - |
| YUV | 125.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 130 | 0 | 0.39 | 0.23 | 0.34 | 335.08 | 0.27 | 0.53 |
| Hex | A8 | 67 | 82 | 0 | 27 | 17 | 22 | 14F | 1B | 35 |
| Octal | 250 | 147 | 202 | 0 | 47 | 27 | 42 | 517 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10000010 | 0 | 100111 | 10111 | 100010 | 101001111 | 11011 | 110101 |
Color Harmonies of #A86782
Complementary color
Monochromatic Colors of #A86782
Black with #A86782
Text Example
Text Example
White with #A86782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86782; }
p { color: rgb(168,103,130); }
H1.HeaderClassName
{
color: #A86782;
}
.AnyTagClassName
{
color: #A86782;
}
</style>
background-color css
<style>
a { background-color: #A86782; }
a { background-color: rgb(168,103,130); }
div.DivClassName
{
background-color: #A86782;
}
.BgClassName
{
background-color: #A86782;
}
</style>
border-color css
<style>
span { border-color: #A86782; }
span { border-color: rgb(168,103,130); }
td.TdClassName
{
border-color: #A86782;
}
.TagClassName
{
border-color: #A86782;
}
</style>