Shades of Tapestry #A07682
Tints of Tapestry #A07682
RGB
CMYK
RGB Variations
Color information
#A07682 (or 0xA07682) is known color: Tapestry. HEX triplet: A0, 76 and 82. RGB value is (160,118,130). Sum of RGB (Red+Green+Blue) = 160+118+130=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07682 is #5F897D. Grayscale: #838383. Windows color (decimal): -6261118 or 8550048. OLE color: 8550048.
HSL color Cylindrical-coordinate representation of color #A07682: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07682 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 130 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.37 |
| HSL | 342.86º | 0.18% | 0.55% | - |
| HSV(B) | 342.86º | 0.26% | 0.63% | - |
| XYZ | 25 | 22.04 | 24.06 | - |
| YUV | 131.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 130 | 0 | 0.26 | 0.19 | 0.37 | 342.86 | 0.18 | 0.55 |
| Hex | A0 | 76 | 82 | 0 | 1A | 13 | 25 | 157 | 12 | 37 |
| Octal | 240 | 166 | 202 | 0 | 32 | 23 | 45 | 527 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10000010 | 0 | 11010 | 10011 | 100101 | 101010111 | 10010 | 110111 |
Color Harmonies of #A07682
Complementary color
Monochromatic Colors of #A07682
Black with #A07682
Text Example
Text Example
White with #A07682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07682; }
p { color: rgb(160,118,130); }
H1.HeaderClassName
{
color: #A07682;
}
.AnyTagClassName
{
color: #A07682;
}
</style>
background-color css
<style>
a { background-color: #A07682; }
a { background-color: rgb(160,118,130); }
div.DivClassName
{
background-color: #A07682;
}
.BgClassName
{
background-color: #A07682;
}
</style>
border-color css
<style>
span { border-color: #A07682; }
span { border-color: rgb(160,118,130); }
td.TdClassName
{
border-color: #A07682;
}
.TagClassName
{
border-color: #A07682;
}
</style>