Shades of Tapestry #A37287
Tints of Tapestry #A37287
RGB
CMYK
RGB Variations
Color information
#A37287 (or 0xA37287) is known color: Tapestry. HEX triplet: A3, 72 and 87. RGB value is (163,114,135). Sum of RGB (Red+Green+Blue) = 163+114+135=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A37287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37287 is #5C8D78. Grayscale: #838383. Windows color (decimal): -6065529 or 8876707. OLE color: 8876707.
HSL color Cylindrical-coordinate representation of color #A37287: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37287 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 135 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.36 |
| HSL | 334.29º | 0.21% | 0.54% | - |
| HSV(B) | 334.29º | 0.3% | 0.64% | - |
| XYZ | 25.49 | 21.57 | 25.74 | - |
| YUV | 131.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 135 | 0 | 0.30 | 0.17 | 0.36 | 334.29 | 0.21 | 0.54 |
| Hex | A3 | 72 | 87 | 0 | 1E | 11 | 24 | 14E | 15 | 36 |
| Octal | 243 | 162 | 207 | 0 | 36 | 21 | 44 | 516 | 25 | 66 |
| Binary | 10100011 | 1110010 | 10000111 | 0 | 11110 | 10001 | 100100 | 101001110 | 10101 | 110110 |
Color Harmonies of #A37287
Complementary color
Monochromatic Colors of #A37287
Black with #A37287
Text Example
Text Example
White with #A37287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37287; }
p { color: rgb(163,114,135); }
H1.HeaderClassName
{
color: #A37287;
}
.AnyTagClassName
{
color: #A37287;
}
</style>
background-color css
<style>
a { background-color: #A37287; }
a { background-color: rgb(163,114,135); }
div.DivClassName
{
background-color: #A37287;
}
.BgClassName
{
background-color: #A37287;
}
</style>
border-color css
<style>
span { border-color: #A37287; }
span { border-color: rgb(163,114,135); }
td.TdClassName
{
border-color: #A37287;
}
.TagClassName
{
border-color: #A37287;
}
</style>