Shades of Tapestry #A37387
Tints of Tapestry #A37387
RGB
CMYK
RGB Variations
Color information
#A37387 (or 0xA37387) is known color: Tapestry. HEX triplet: A3, 73 and 87. RGB value is (163,115,135). Sum of RGB (Red+Green+Blue) = 163+115+135=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37387 is #5C8C78. Grayscale: #838383. Windows color (decimal): -6065273 or 8876963. OLE color: 8876963.
HSL color Cylindrical-coordinate representation of color #A37387: hue angle of 335º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37387 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 135 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.36 |
| HSL | 335º | 0.21% | 0.55% | - |
| HSV(B) | 335º | 0.29% | 0.64% | - |
| XYZ | 25.61 | 21.8 | 25.78 | - |
| YUV | 131.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 135 | 0 | 0.29 | 0.17 | 0.36 | 335 | 0.21 | 0.55 |
| Hex | A3 | 73 | 87 | 0 | 1D | 11 | 24 | 14F | 15 | 37 |
| Octal | 243 | 163 | 207 | 0 | 35 | 21 | 44 | 517 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10000111 | 0 | 11101 | 10001 | 100100 | 101001111 | 10101 | 110111 |
Color Harmonies of #A37387
Complementary color
Monochromatic Colors of #A37387
Black with #A37387
Text Example
Text Example
White with #A37387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37387; }
p { color: rgb(163,115,135); }
H1.HeaderClassName
{
color: #A37387;
}
.AnyTagClassName
{
color: #A37387;
}
</style>
background-color css
<style>
a { background-color: #A37387; }
a { background-color: rgb(163,115,135); }
div.DivClassName
{
background-color: #A37387;
}
.BgClassName
{
background-color: #A37387;
}
</style>
border-color css
<style>
span { border-color: #A37387; }
span { border-color: rgb(163,115,135); }
td.TdClassName
{
border-color: #A37387;
}
.TagClassName
{
border-color: #A37387;
}
</style>