Shades of Tapestry #A87882
Tints of Tapestry #A87882
RGB
CMYK
RGB Variations
Color information
#A87882 (or 0xA87882) is known color: Tapestry. HEX triplet: A8, 78 and 82. RGB value is (168,120,130). Sum of RGB (Red+Green+Blue) = 168+120+130=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87882 is #57877D. Grayscale: #878787. Windows color (decimal): -5736318 or 8550568. OLE color: 8550568.
HSL color Cylindrical-coordinate representation of color #A87882: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87882 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 130 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.34 |
| HSL | 347.5º | 0.22% | 0.56% | - |
| HSV(B) | 347.5º | 0.29% | 0.66% | - |
| XYZ | 26.89 | 23.37 | 24.21 | - |
| YUV | 135.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 130 | 0 | 0.29 | 0.23 | 0.34 | 347.5 | 0.22 | 0.56 |
| Hex | A8 | 78 | 82 | 0 | 1D | 17 | 22 | 15C | 16 | 38 |
| Octal | 250 | 170 | 202 | 0 | 35 | 27 | 42 | 534 | 26 | 70 |
| Binary | 10101000 | 1111000 | 10000010 | 0 | 11101 | 10111 | 100010 | 101011100 | 10110 | 111000 |
Color Harmonies of #A87882
Complementary color
Monochromatic Colors of #A87882
Black with #A87882
Text Example
Text Example
White with #A87882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87882; }
p { color: rgb(168,120,130); }
H1.HeaderClassName
{
color: #A87882;
}
.AnyTagClassName
{
color: #A87882;
}
</style>
background-color css
<style>
a { background-color: #A87882; }
a { background-color: rgb(168,120,130); }
div.DivClassName
{
background-color: #A87882;
}
.BgClassName
{
background-color: #A87882;
}
</style>
border-color css
<style>
span { border-color: #A87882; }
span { border-color: rgb(168,120,130); }
td.TdClassName
{
border-color: #A87882;
}
.TagClassName
{
border-color: #A87882;
}
</style>