Shades of Tapestry #A17280
Tints of Tapestry #A17280
RGB
CMYK
RGB Variations
Color information
#A17280 (or 0xA17280) is known color: Tapestry. HEX triplet: A1, 72 and 80. RGB value is (161,114,128). Sum of RGB (Red+Green+Blue) = 161+114+128=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17280 is #5E8D7F. Grayscale: #818181. Windows color (decimal): -6196608 or 8417953. OLE color: 8417953.
HSL color Cylindrical-coordinate representation of color #A17280: hue angle of 342.13º 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 #A17280 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 128 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.37 |
| HSL | 342.13º | 0.2% | 0.54% | - |
| HSV(B) | 342.13º | 0.29% | 0.63% | - |
| XYZ | 24.61 | 21.17 | 23.21 | - |
| YUV | 129.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 128 | 0 | 0.29 | 0.20 | 0.37 | 342.13 | 0.2 | 0.54 |
| Hex | A1 | 72 | 80 | 0 | 1D | 14 | 25 | 156 | 14 | 36 |
| Octal | 241 | 162 | 200 | 0 | 35 | 24 | 45 | 526 | 24 | 66 |
| Binary | 10100001 | 1110010 | 10000000 | 0 | 11101 | 10100 | 100101 | 101010110 | 10100 | 110110 |
Color Harmonies of #A17280
Complementary color
Monochromatic Colors of #A17280
Black with #A17280
Text Example
Text Example
White with #A17280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17280; }
p { color: rgb(161,114,128); }
H1.HeaderClassName
{
color: #A17280;
}
.AnyTagClassName
{
color: #A17280;
}
</style>
background-color css
<style>
a { background-color: #A17280; }
a { background-color: rgb(161,114,128); }
div.DivClassName
{
background-color: #A17280;
}
.BgClassName
{
background-color: #A17280;
}
</style>
border-color css
<style>
span { border-color: #A17280; }
span { border-color: rgb(161,114,128); }
td.TdClassName
{
border-color: #A17280;
}
.TagClassName
{
border-color: #A17280;
}
</style>