Shades of Tapestry #A17381
Tints of Tapestry #A17381
RGB
CMYK
RGB Variations
Color information
#A17381 (or 0xA17381) is known color: Tapestry. HEX triplet: A1, 73 and 81. RGB value is (161,115,129). Sum of RGB (Red+Green+Blue) = 161+115+129=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A17381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17381 is #5E8C7E. Grayscale: #828282. Windows color (decimal): -6196351 or 8483745. OLE color: 8483745.
HSL color Cylindrical-coordinate representation of color #A17381: hue angle of 341.74º 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 #A17381 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 129 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.37 |
| HSL | 341.74º | 0.2% | 0.54% | - |
| HSV(B) | 341.74º | 0.29% | 0.63% | - |
| XYZ | 24.79 | 21.42 | 23.6 | - |
| YUV | 130.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 129 | 0 | 0.29 | 0.20 | 0.37 | 341.74 | 0.2 | 0.54 |
| Hex | A1 | 73 | 81 | 0 | 1D | 14 | 25 | 156 | 14 | 36 |
| Octal | 241 | 163 | 201 | 0 | 35 | 24 | 45 | 526 | 24 | 66 |
| Binary | 10100001 | 1110011 | 10000001 | 0 | 11101 | 10100 | 100101 | 101010110 | 10100 | 110110 |
Color Harmonies of #A17381
Complementary color
Monochromatic Colors of #A17381
Black with #A17381
Text Example
Text Example
White with #A17381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17381; }
p { color: rgb(161,115,129); }
H1.HeaderClassName
{
color: #A17381;
}
.AnyTagClassName
{
color: #A17381;
}
</style>
background-color css
<style>
a { background-color: #A17381; }
a { background-color: rgb(161,115,129); }
div.DivClassName
{
background-color: #A17381;
}
.BgClassName
{
background-color: #A17381;
}
</style>
border-color css
<style>
span { border-color: #A17381; }
span { border-color: rgb(161,115,129); }
td.TdClassName
{
border-color: #A17381;
}
.TagClassName
{
border-color: #A17381;
}
</style>