Shades of Tapestry #A07181
Tints of Tapestry #A07181
RGB
CMYK
RGB Variations
Color information
#A07181 (or 0xA07181) is known color: Tapestry. HEX triplet: A0, 71 and 81. RGB value is (160,113,129). Sum of RGB (Red+Green+Blue) = 160+113+129=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07181 is #5F8E7E. Grayscale: #808080. Windows color (decimal): -6262399 or 8483232. OLE color: 8483232.
HSL color Cylindrical-coordinate representation of color #A07181: hue angle of 339.57º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07181 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 129 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.37 |
| HSL | 339.57º | 0.2% | 0.54% | - |
| HSV(B) | 339.57º | 0.29% | 0.63% | - |
| XYZ | 24.36 | 20.87 | 23.51 | - |
| YUV | 128.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 129 | 0 | 0.29 | 0.19 | 0.37 | 339.57 | 0.2 | 0.54 |
| Hex | A0 | 71 | 81 | 0 | 1D | 13 | 25 | 154 | 14 | 36 |
| Octal | 240 | 161 | 201 | 0 | 35 | 23 | 45 | 524 | 24 | 66 |
| Binary | 10100000 | 1110001 | 10000001 | 0 | 11101 | 10011 | 100101 | 101010100 | 10100 | 110110 |
Color Harmonies of #A07181
Complementary color
Monochromatic Colors of #A07181
Black with #A07181
Text Example
Text Example
White with #A07181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07181; }
p { color: rgb(160,113,129); }
H1.HeaderClassName
{
color: #A07181;
}
.AnyTagClassName
{
color: #A07181;
}
</style>
background-color css
<style>
a { background-color: #A07181; }
a { background-color: rgb(160,113,129); }
div.DivClassName
{
background-color: #A07181;
}
.BgClassName
{
background-color: #A07181;
}
</style>
border-color css
<style>
span { border-color: #A07181; }
span { border-color: rgb(160,113,129); }
td.TdClassName
{
border-color: #A07181;
}
.TagClassName
{
border-color: #A07181;
}
</style>