Shades of Tapestry #A07B86
Tints of Tapestry #A07B86
RGB
CMYK
RGB Variations
Color information
#A07B86 (or 0xA07B86) is known color: Tapestry. HEX triplet: A0, 7B and 86. RGB value is (160,123,134). Sum of RGB (Red+Green+Blue) = 160+123+134=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B86 is #5F8479. Grayscale: #878787. Windows color (decimal): -6259834 or 8813472. OLE color: 8813472.
HSL color Cylindrical-coordinate representation of color #A07B86: hue angle of 342.16º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B86 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 134 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.37 |
| HSL | 342.16º | 0.16% | 0.55% | - |
| HSV(B) | 342.16º | 0.23% | 0.63% | - |
| XYZ | 25.88 | 23.36 | 25.7 | - |
| YUV | 135.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 134 | 0 | 0.23 | 0.16 | 0.37 | 342.16 | 0.16 | 0.55 |
| Hex | A0 | 7B | 86 | 0 | 17 | 10 | 25 | 156 | 10 | 37 |
| Octal | 240 | 173 | 206 | 0 | 27 | 20 | 45 | 526 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10000110 | 0 | 10111 | 10000 | 100101 | 101010110 | 10000 | 110111 |
Color Harmonies of #A07B86
Complementary color
Monochromatic Colors of #A07B86
Black with #A07B86
Text Example
Text Example
White with #A07B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B86; }
p { color: rgb(160,123,134); }
H1.HeaderClassName
{
color: #A07B86;
}
.AnyTagClassName
{
color: #A07B86;
}
</style>
background-color css
<style>
a { background-color: #A07B86; }
a { background-color: rgb(160,123,134); }
div.DivClassName
{
background-color: #A07B86;
}
.BgClassName
{
background-color: #A07B86;
}
</style>
border-color css
<style>
span { border-color: #A07B86; }
span { border-color: rgb(160,123,134); }
td.TdClassName
{
border-color: #A07B86;
}
.TagClassName
{
border-color: #A07B86;
}
</style>