Shades of Tapestry #A87782
Tints of Tapestry #A87782
RGB
CMYK
RGB Variations
Color information
#A87782 (or 0xA87782) is known color: Tapestry. HEX triplet: A8, 77 and 82. RGB value is (168,119,130). Sum of RGB (Red+Green+Blue) = 168+119+130=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A87782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87782 is #57887D. Grayscale: #868686. Windows color (decimal): -5736574 or 8550312. OLE color: 8550312.
HSL color Cylindrical-coordinate representation of color #A87782: hue angle of 346.53º 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 #A87782 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 130 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.34 |
| HSL | 346.53º | 0.22% | 0.56% | - |
| HSV(B) | 346.53º | 0.29% | 0.66% | - |
| XYZ | 26.77 | 23.13 | 24.17 | - |
| YUV | 134.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 130 | 0 | 0.29 | 0.23 | 0.34 | 346.53 | 0.22 | 0.56 |
| Hex | A8 | 77 | 82 | 0 | 1D | 17 | 22 | 15B | 16 | 38 |
| Octal | 250 | 167 | 202 | 0 | 35 | 27 | 42 | 533 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10000010 | 0 | 11101 | 10111 | 100010 | 101011011 | 10110 | 111000 |
Color Harmonies of #A87782
Complementary color
Monochromatic Colors of #A87782
Black with #A87782
Text Example
Text Example
White with #A87782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87782; }
p { color: rgb(168,119,130); }
H1.HeaderClassName
{
color: #A87782;
}
.AnyTagClassName
{
color: #A87782;
}
</style>
background-color css
<style>
a { background-color: #A87782; }
a { background-color: rgb(168,119,130); }
div.DivClassName
{
background-color: #A87782;
}
.BgClassName
{
background-color: #A87782;
}
</style>
border-color css
<style>
span { border-color: #A87782; }
span { border-color: rgb(168,119,130); }
td.TdClassName
{
border-color: #A87782;
}
.TagClassName
{
border-color: #A87782;
}
</style>