Shades of Tapestry #A17181
Tints of Tapestry #A17181
RGB
CMYK
RGB Variations
Color information
#A17181 (or 0xA17181) is known color: Tapestry. HEX triplet: A1, 71 and 81. RGB value is (161,113,129). Sum of RGB (Red+Green+Blue) = 161+113+129=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17181 is #5E8E7E. Grayscale: #818181. Windows color (decimal): -6196863 or 8483233. OLE color: 8483233.
HSL color Cylindrical-coordinate representation of color #A17181: hue angle of 340º 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 #A17181 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 129 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.37 |
| HSL | 340º | 0.2% | 0.54% | - |
| HSV(B) | 340º | 0.3% | 0.63% | - |
| XYZ | 24.57 | 20.97 | 23.52 | - |
| YUV | 129.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 129 | 0 | 0.30 | 0.20 | 0.37 | 340 | 0.2 | 0.54 |
| Hex | A1 | 71 | 81 | 0 | 1E | 14 | 25 | 154 | 14 | 36 |
| Octal | 241 | 161 | 201 | 0 | 36 | 24 | 45 | 524 | 24 | 66 |
| Binary | 10100001 | 1110001 | 10000001 | 0 | 11110 | 10100 | 100101 | 101010100 | 10100 | 110110 |
Color Harmonies of #A17181
Complementary color
Monochromatic Colors of #A17181
Black with #A17181
Text Example
Text Example
White with #A17181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17181; }
p { color: rgb(161,113,129); }
H1.HeaderClassName
{
color: #A17181;
}
.AnyTagClassName
{
color: #A17181;
}
</style>
background-color css
<style>
a { background-color: #A17181; }
a { background-color: rgb(161,113,129); }
div.DivClassName
{
background-color: #A17181;
}
.BgClassName
{
background-color: #A17181;
}
</style>
border-color css
<style>
span { border-color: #A17181; }
span { border-color: rgb(161,113,129); }
td.TdClassName
{
border-color: #A17181;
}
.TagClassName
{
border-color: #A17181;
}
</style>