Shades of Tapestry #A37385
Tints of Tapestry #A37385
RGB
CMYK
RGB Variations
Color information
#A37385 (or 0xA37385) is known color: Tapestry. HEX triplet: A3, 73 and 85. RGB value is (163,115,133). Sum of RGB (Red+Green+Blue) = 163+115+133=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37385 is #5C8C7A. Grayscale: #838383. Windows color (decimal): -6065275 or 8745891. OLE color: 8745891.
HSL color Cylindrical-coordinate representation of color #A37385: hue angle of 337.5º 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 #A37385 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 133 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.36 |
| HSL | 337.5º | 0.21% | 0.55% | - |
| HSV(B) | 337.5º | 0.29% | 0.64% | - |
| XYZ | 25.47 | 21.74 | 25.04 | - |
| YUV | 131.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 133 | 0 | 0.29 | 0.18 | 0.36 | 337.5 | 0.21 | 0.55 |
| Hex | A3 | 73 | 85 | 0 | 1D | 12 | 24 | 152 | 15 | 37 |
| Octal | 243 | 163 | 205 | 0 | 35 | 22 | 44 | 522 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10000101 | 0 | 11101 | 10010 | 100100 | 101010010 | 10101 | 110111 |
Color Harmonies of #A37385
Complementary color
Monochromatic Colors of #A37385
Black with #A37385
Text Example
Text Example
White with #A37385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37385; }
p { color: rgb(163,115,133); }
H1.HeaderClassName
{
color: #A37385;
}
.AnyTagClassName
{
color: #A37385;
}
</style>
background-color css
<style>
a { background-color: #A37385; }
a { background-color: rgb(163,115,133); }
div.DivClassName
{
background-color: #A37385;
}
.BgClassName
{
background-color: #A37385;
}
</style>
border-color css
<style>
span { border-color: #A37385; }
span { border-color: rgb(163,115,133); }
td.TdClassName
{
border-color: #A37385;
}
.TagClassName
{
border-color: #A37385;
}
</style>