Shades of Tapestry #A37180
Tints of Tapestry #A37180
RGB
CMYK
RGB Variations
Color information
#A37180 (or 0xA37180) is known color: Tapestry. HEX triplet: A3, 71 and 80. RGB value is (163,113,128). Sum of RGB (Red+Green+Blue) = 163+113+128=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37180 is #5C8E7F. Grayscale: #818181. Windows color (decimal): -6065792 or 8417699. OLE color: 8417699.
HSL color Cylindrical-coordinate representation of color #A37180: hue angle of 342º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37180 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 128 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.36 |
| HSL | 342º | 0.21% | 0.54% | - |
| HSV(B) | 342º | 0.31% | 0.64% | - |
| XYZ | 24.91 | 21.16 | 23.19 | - |
| YUV | 129.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 128 | 0 | 0.31 | 0.21 | 0.36 | 342 | 0.21 | 0.54 |
| Hex | A3 | 71 | 80 | 0 | 1F | 15 | 24 | 156 | 15 | 36 |
| Octal | 243 | 161 | 200 | 0 | 37 | 25 | 44 | 526 | 25 | 66 |
| Binary | 10100011 | 1110001 | 10000000 | 0 | 11111 | 10101 | 100100 | 101010110 | 10101 | 110110 |
Color Harmonies of #A37180
Complementary color
Monochromatic Colors of #A37180
Black with #A37180
Text Example
Text Example
White with #A37180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37180; }
p { color: rgb(163,113,128); }
H1.HeaderClassName
{
color: #A37180;
}
.AnyTagClassName
{
color: #A37180;
}
</style>
background-color css
<style>
a { background-color: #A37180; }
a { background-color: rgb(163,113,128); }
div.DivClassName
{
background-color: #A37180;
}
.BgClassName
{
background-color: #A37180;
}
</style>
border-color css
<style>
span { border-color: #A37180; }
span { border-color: rgb(163,113,128); }
td.TdClassName
{
border-color: #A37180;
}
.TagClassName
{
border-color: #A37180;
}
</style>