Shades of Tapestry #A87682
Tints of Tapestry #A87682
RGB
CMYK
RGB Variations
Color information
#A87682 (or 0xA87682) is known color: Tapestry. HEX triplet: A8, 76 and 82. RGB value is (168,118,130). Sum of RGB (Red+Green+Blue) = 168+118+130=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A87682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87682 is #57897D. Grayscale: #868686. Windows color (decimal): -5736830 or 8550056. OLE color: 8550056.
HSL color Cylindrical-coordinate representation of color #A87682: hue angle of 345.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87682 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 130 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.34 |
| HSL | 345.6º | 0.22% | 0.56% | - |
| HSV(B) | 345.6º | 0.3% | 0.66% | - |
| XYZ | 26.66 | 22.89 | 24.13 | - |
| YUV | 134.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 130 | 0 | 0.30 | 0.23 | 0.34 | 345.6 | 0.22 | 0.56 |
| Hex | A8 | 76 | 82 | 0 | 1E | 17 | 22 | 15A | 16 | 38 |
| Octal | 250 | 166 | 202 | 0 | 36 | 27 | 42 | 532 | 26 | 70 |
| Binary | 10101000 | 1110110 | 10000010 | 0 | 11110 | 10111 | 100010 | 101011010 | 10110 | 111000 |
Color Harmonies of #A87682
Complementary color
Monochromatic Colors of #A87682
Black with #A87682
Text Example
Text Example
White with #A87682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87682; }
p { color: rgb(168,118,130); }
H1.HeaderClassName
{
color: #A87682;
}
.AnyTagClassName
{
color: #A87682;
}
</style>
background-color css
<style>
a { background-color: #A87682; }
a { background-color: rgb(168,118,130); }
div.DivClassName
{
background-color: #A87682;
}
.BgClassName
{
background-color: #A87682;
}
</style>
border-color css
<style>
span { border-color: #A87682; }
span { border-color: rgb(168,118,130); }
td.TdClassName
{
border-color: #A87682;
}
.TagClassName
{
border-color: #A87682;
}
</style>