Shades of Tapestry #A17180
Tints of Tapestry #A17180
RGB
CMYK
RGB Variations
Color information
#A17180 (or 0xA17180) is known color: Tapestry. HEX triplet: A1, 71 and 80. RGB value is (161,113,128). Sum of RGB (Red+Green+Blue) = 161+113+128=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A17180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17180 is #5E8E7F. Grayscale: #818181. Windows color (decimal): -6196864 or 8417697. OLE color: 8417697.
HSL color Cylindrical-coordinate representation of color #A17180: hue angle of 341.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17180 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 128 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.37 |
| HSL | 341.25º | 0.2% | 0.54% | - |
| HSV(B) | 341.25º | 0.3% | 0.63% | - |
| XYZ | 24.5 | 20.95 | 23.17 | - |
| YUV | 129.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 128 | 0 | 0.30 | 0.20 | 0.37 | 341.25 | 0.2 | 0.54 |
| Hex | A1 | 71 | 80 | 0 | 1E | 14 | 25 | 155 | 14 | 36 |
| Octal | 241 | 161 | 200 | 0 | 36 | 24 | 45 | 525 | 24 | 66 |
| Binary | 10100001 | 1110001 | 10000000 | 0 | 11110 | 10100 | 100101 | 101010101 | 10100 | 110110 |
Color Harmonies of #A17180
Complementary color
Monochromatic Colors of #A17180
Black with #A17180
Text Example
Text Example
White with #A17180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17180; }
p { color: rgb(161,113,128); }
H1.HeaderClassName
{
color: #A17180;
}
.AnyTagClassName
{
color: #A17180;
}
</style>
background-color css
<style>
a { background-color: #A17180; }
a { background-color: rgb(161,113,128); }
div.DivClassName
{
background-color: #A17180;
}
.BgClassName
{
background-color: #A17180;
}
</style>
border-color css
<style>
span { border-color: #A17180; }
span { border-color: rgb(161,113,128); }
td.TdClassName
{
border-color: #A17180;
}
.TagClassName
{
border-color: #A17180;
}
</style>