Shades of Tapestry #A07482
Tints of Tapestry #A07482
RGB
CMYK
RGB Variations
Color information
#A07482 (or 0xA07482) is known color: Tapestry. HEX triplet: A0, 74 and 82. RGB value is (160,116,130). Sum of RGB (Red+Green+Blue) = 160+116+130=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A07482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07482 is #5F8B7D. Grayscale: #828282. Windows color (decimal): -6261630 or 8549536. OLE color: 8549536.
HSL color Cylindrical-coordinate representation of color #A07482: hue angle of 340.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07482 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 130 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.37 |
| HSL | 340.91º | 0.19% | 0.54% | - |
| HSV(B) | 340.91º | 0.28% | 0.63% | - |
| XYZ | 24.77 | 21.58 | 23.98 | - |
| YUV | 130.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 130 | 0 | 0.28 | 0.19 | 0.37 | 340.91 | 0.19 | 0.54 |
| Hex | A0 | 74 | 82 | 0 | 1C | 13 | 25 | 155 | 13 | 36 |
| Octal | 240 | 164 | 202 | 0 | 34 | 23 | 45 | 525 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10000010 | 0 | 11100 | 10011 | 100101 | 101010101 | 10011 | 110110 |
Color Harmonies of #A07482
Complementary color
Monochromatic Colors of #A07482
Black with #A07482
Text Example
Text Example
White with #A07482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07482; }
p { color: rgb(160,116,130); }
H1.HeaderClassName
{
color: #A07482;
}
.AnyTagClassName
{
color: #A07482;
}
</style>
background-color css
<style>
a { background-color: #A07482; }
a { background-color: rgb(160,116,130); }
div.DivClassName
{
background-color: #A07482;
}
.BgClassName
{
background-color: #A07482;
}
</style>
border-color css
<style>
span { border-color: #A07482; }
span { border-color: rgb(160,116,130); }
td.TdClassName
{
border-color: #A07482;
}
.TagClassName
{
border-color: #A07482;
}
</style>