Shades of Tapestry #A37785
Tints of Tapestry #A37785
RGB
CMYK
RGB Variations
Color information
#A37785 (or 0xA37785) is known color: Tapestry. HEX triplet: A3, 77 and 85. RGB value is (163,119,133). Sum of RGB (Red+Green+Blue) = 163+119+133=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A37785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37785 is #5C887A. Grayscale: #858585. Windows color (decimal): -6064251 or 8746915. OLE color: 8746915.
HSL color Cylindrical-coordinate representation of color #A37785: hue angle of 340.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37785 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 133 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.36 |
| HSL | 340.91º | 0.19% | 0.55% | - |
| HSV(B) | 340.91º | 0.27% | 0.64% | - |
| XYZ | 25.93 | 22.67 | 25.2 | - |
| YUV | 133.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 133 | 0 | 0.27 | 0.18 | 0.36 | 340.91 | 0.19 | 0.55 |
| Hex | A3 | 77 | 85 | 0 | 1B | 12 | 24 | 155 | 13 | 37 |
| Octal | 243 | 167 | 205 | 0 | 33 | 22 | 44 | 525 | 23 | 67 |
| Binary | 10100011 | 1110111 | 10000101 | 0 | 11011 | 10010 | 100100 | 101010101 | 10011 | 110111 |
Color Harmonies of #A37785
Complementary color
Monochromatic Colors of #A37785
Black with #A37785
Text Example
Text Example
White with #A37785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37785; }
p { color: rgb(163,119,133); }
H1.HeaderClassName
{
color: #A37785;
}
.AnyTagClassName
{
color: #A37785;
}
</style>
background-color css
<style>
a { background-color: #A37785; }
a { background-color: rgb(163,119,133); }
div.DivClassName
{
background-color: #A37785;
}
.BgClassName
{
background-color: #A37785;
}
</style>
border-color css
<style>
span { border-color: #A37785; }
span { border-color: rgb(163,119,133); }
td.TdClassName
{
border-color: #A37785;
}
.TagClassName
{
border-color: #A37785;
}
</style>