Shades of Tapestry #A37186
Tints of Tapestry #A37186
RGB
CMYK
RGB Variations
Color information
#A37186 (or 0xA37186) is known color: Tapestry. HEX triplet: A3, 71 and 86. RGB value is (163,113,134). Sum of RGB (Red+Green+Blue) = 163+113+134=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37186 is #5C8E79. Grayscale: #828282. Windows color (decimal): -6065786 or 8810915. OLE color: 8810915.
HSL color Cylindrical-coordinate representation of color #A37186: hue angle of 334.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37186 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 134 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.36 |
| HSL | 334.8º | 0.21% | 0.54% | - |
| HSV(B) | 334.8º | 0.31% | 0.64% | - |
| XYZ | 25.31 | 21.32 | 25.33 | - |
| YUV | 130.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 134 | 0 | 0.31 | 0.18 | 0.36 | 334.8 | 0.21 | 0.54 |
| Hex | A3 | 71 | 86 | 0 | 1F | 12 | 24 | 14F | 15 | 36 |
| Octal | 243 | 161 | 206 | 0 | 37 | 22 | 44 | 517 | 25 | 66 |
| Binary | 10100011 | 1110001 | 10000110 | 0 | 11111 | 10010 | 100100 | 101001111 | 10101 | 110110 |
Color Harmonies of #A37186
Complementary color
Monochromatic Colors of #A37186
Black with #A37186
Text Example
Text Example
White with #A37186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37186; }
p { color: rgb(163,113,134); }
H1.HeaderClassName
{
color: #A37186;
}
.AnyTagClassName
{
color: #A37186;
}
</style>
background-color css
<style>
a { background-color: #A37186; }
a { background-color: rgb(163,113,134); }
div.DivClassName
{
background-color: #A37186;
}
.BgClassName
{
background-color: #A37186;
}
</style>
border-color css
<style>
span { border-color: #A37186; }
span { border-color: rgb(163,113,134); }
td.TdClassName
{
border-color: #A37186;
}
.TagClassName
{
border-color: #A37186;
}
</style>