Shades of Tapestry #A37C84
Tints of Tapestry #A37C84
RGB
CMYK
RGB Variations
Color information
#A37C84 (or 0xA37C84) is known color: Tapestry. HEX triplet: A3, 7C and 84. RGB value is (163,124,132). Sum of RGB (Red+Green+Blue) = 163+124+132=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C84 is #5C837B. Grayscale: #888888. Windows color (decimal): -6062972 or 8682659. OLE color: 8682659.
HSL color Cylindrical-coordinate representation of color #A37C84: hue angle of 347.69º 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 #A37C84 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 132 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.36 |
| HSL | 347.69º | 0.17% | 0.56% | - |
| HSV(B) | 347.69º | 0.24% | 0.64% | - |
| XYZ | 26.48 | 23.87 | 25.04 | - |
| YUV | 136.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 132 | 0 | 0.24 | 0.19 | 0.36 | 347.69 | 0.17 | 0.56 |
| Hex | A3 | 7C | 84 | 0 | 18 | 13 | 24 | 15C | 11 | 38 |
| Octal | 243 | 174 | 204 | 0 | 30 | 23 | 44 | 534 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10000100 | 0 | 11000 | 10011 | 100100 | 101011100 | 10001 | 111000 |
Color Harmonies of #A37C84
Complementary color
Monochromatic Colors of #A37C84
Black with #A37C84
Text Example
Text Example
White with #A37C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C84; }
p { color: rgb(163,124,132); }
H1.HeaderClassName
{
color: #A37C84;
}
.AnyTagClassName
{
color: #A37C84;
}
</style>
background-color css
<style>
a { background-color: #A37C84; }
a { background-color: rgb(163,124,132); }
div.DivClassName
{
background-color: #A37C84;
}
.BgClassName
{
background-color: #A37C84;
}
</style>
border-color css
<style>
span { border-color: #A37C84; }
span { border-color: rgb(163,124,132); }
td.TdClassName
{
border-color: #A37C84;
}
.TagClassName
{
border-color: #A37C84;
}
</style>