Shades of Tapestry #A07481
Tints of Tapestry #A07481
RGB
CMYK
RGB Variations
Color information
#A07481 (or 0xA07481) is known color: Tapestry. HEX triplet: A0, 74 and 81. RGB value is (160,116,129). Sum of RGB (Red+Green+Blue) = 160+116+129=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A07481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07481 is #5F8B7E. Grayscale: #828282. Windows color (decimal): -6261631 or 8484000. OLE color: 8484000.
HSL color Cylindrical-coordinate representation of color #A07481: hue angle of 342.27º 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 #A07481 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 129 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.37 |
| HSL | 342.27º | 0.19% | 0.54% | - |
| HSV(B) | 342.27º | 0.28% | 0.63% | - |
| XYZ | 24.71 | 21.55 | 23.63 | - |
| YUV | 130.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 129 | 0 | 0.28 | 0.19 | 0.37 | 342.27 | 0.19 | 0.54 |
| Hex | A0 | 74 | 81 | 0 | 1C | 13 | 25 | 156 | 13 | 36 |
| Octal | 240 | 164 | 201 | 0 | 34 | 23 | 45 | 526 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10000001 | 0 | 11100 | 10011 | 100101 | 101010110 | 10011 | 110110 |
Color Harmonies of #A07481
Complementary color
Monochromatic Colors of #A07481
Black with #A07481
Text Example
Text Example
White with #A07481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07481; }
p { color: rgb(160,116,129); }
H1.HeaderClassName
{
color: #A07481;
}
.AnyTagClassName
{
color: #A07481;
}
</style>
background-color css
<style>
a { background-color: #A07481; }
a { background-color: rgb(160,116,129); }
div.DivClassName
{
background-color: #A07481;
}
.BgClassName
{
background-color: #A07481;
}
</style>
border-color css
<style>
span { border-color: #A07481; }
span { border-color: rgb(160,116,129); }
td.TdClassName
{
border-color: #A07481;
}
.TagClassName
{
border-color: #A07481;
}
</style>