Shades of Tapestry #A17385
Tints of Tapestry #A17385
RGB
CMYK
RGB Variations
Color information
#A17385 (or 0xA17385) is known color: Tapestry. HEX triplet: A1, 73 and 85. RGB value is (161,115,133). Sum of RGB (Red+Green+Blue) = 161+115+133=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A17385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17385 is #5E8C7A. Grayscale: #828282. Windows color (decimal): -6196347 or 8745889. OLE color: 8745889.
HSL color Cylindrical-coordinate representation of color #A17385: hue angle of 336.52º 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 #A17385 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 133 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.37 |
| HSL | 336.52º | 0.2% | 0.54% | - |
| HSV(B) | 336.52º | 0.29% | 0.63% | - |
| XYZ | 25.06 | 21.53 | 25.03 | - |
| YUV | 130.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 133 | 0 | 0.29 | 0.17 | 0.37 | 336.52 | 0.2 | 0.54 |
| Hex | A1 | 73 | 85 | 0 | 1D | 11 | 25 | 151 | 14 | 36 |
| Octal | 241 | 163 | 205 | 0 | 35 | 21 | 45 | 521 | 24 | 66 |
| Binary | 10100001 | 1110011 | 10000101 | 0 | 11101 | 10001 | 100101 | 101010001 | 10100 | 110110 |
Color Harmonies of #A17385
Complementary color
Monochromatic Colors of #A17385
Black with #A17385
Text Example
Text Example
White with #A17385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17385; }
p { color: rgb(161,115,133); }
H1.HeaderClassName
{
color: #A17385;
}
.AnyTagClassName
{
color: #A17385;
}
</style>
background-color css
<style>
a { background-color: #A17385; }
a { background-color: rgb(161,115,133); }
div.DivClassName
{
background-color: #A17385;
}
.BgClassName
{
background-color: #A17385;
}
</style>
border-color css
<style>
span { border-color: #A17385; }
span { border-color: rgb(161,115,133); }
td.TdClassName
{
border-color: #A17385;
}
.TagClassName
{
border-color: #A17385;
}
</style>