Shades of Tapestry #A37C85
Tints of Tapestry #A37C85
RGB
CMYK
RGB Variations
Color information
#A37C85 (or 0xA37C85) is known color: Tapestry. HEX triplet: A3, 7C and 85. RGB value is (163,124,133). Sum of RGB (Red+Green+Blue) = 163+124+133=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C85 is #5C837A. Grayscale: #888888. Windows color (decimal): -6062971 or 8748195. OLE color: 8748195.
HSL color Cylindrical-coordinate representation of color #A37C85: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A37C85 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 133 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.36 |
| HSL | 346.15º | 0.17% | 0.56% | - |
| HSV(B) | 346.15º | 0.24% | 0.64% | - |
| XYZ | 26.55 | 23.9 | 25.4 | - |
| YUV | 136.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 133 | 0 | 0.24 | 0.18 | 0.36 | 346.15 | 0.17 | 0.56 |
| Hex | A3 | 7C | 85 | 0 | 18 | 12 | 24 | 15A | 11 | 38 |
| Octal | 243 | 174 | 205 | 0 | 30 | 22 | 44 | 532 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10000101 | 0 | 11000 | 10010 | 100100 | 101011010 | 10001 | 111000 |
Color Harmonies of #A37C85
Complementary color
Monochromatic Colors of #A37C85
Black with #A37C85
Text Example
Text Example
White with #A37C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C85; }
p { color: rgb(163,124,133); }
H1.HeaderClassName
{
color: #A37C85;
}
.AnyTagClassName
{
color: #A37C85;
}
</style>
background-color css
<style>
a { background-color: #A37C85; }
a { background-color: rgb(163,124,133); }
div.DivClassName
{
background-color: #A37C85;
}
.BgClassName
{
background-color: #A37C85;
}
</style>
border-color css
<style>
span { border-color: #A37C85; }
span { border-color: rgb(163,124,133); }
td.TdClassName
{
border-color: #A37C85;
}
.TagClassName
{
border-color: #A37C85;
}
</style>