Shades of Tapestry #A37F86
Tints of Tapestry #A37F86
RGB
CMYK
RGB Variations
Color information
#A37F86 (or 0xA37F86) is known color: Tapestry. HEX triplet: A3, 7F and 86. RGB value is (163,127,134). Sum of RGB (Red+Green+Blue) = 163+127+134=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F86 is #5C8079. Grayscale: #8A8A8A. Windows color (decimal): -6062202 or 8814499. OLE color: 8814499.
HSL color Cylindrical-coordinate representation of color #A37F86: hue angle of 348.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F86 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 134 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.36 |
| HSL | 348.33º | 0.16% | 0.57% | - |
| HSV(B) | 348.33º | 0.22% | 0.64% | - |
| XYZ | 27 | 24.69 | 25.9 | - |
| YUV | 138.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 134 | 0 | 0.22 | 0.18 | 0.36 | 348.33 | 0.16 | 0.57 |
| Hex | A3 | 7F | 86 | 0 | 16 | 12 | 24 | 15C | 10 | 39 |
| Octal | 243 | 177 | 206 | 0 | 26 | 22 | 44 | 534 | 20 | 71 |
| Binary | 10100011 | 1111111 | 10000110 | 0 | 10110 | 10010 | 100100 | 101011100 | 10000 | 111001 |
Color Harmonies of #A37F86
Complementary color
Monochromatic Colors of #A37F86
Black with #A37F86
Text Example
Text Example
White with #A37F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F86; }
p { color: rgb(163,127,134); }
H1.HeaderClassName
{
color: #A37F86;
}
.AnyTagClassName
{
color: #A37F86;
}
</style>
background-color css
<style>
a { background-color: #A37F86; }
a { background-color: rgb(163,127,134); }
div.DivClassName
{
background-color: #A37F86;
}
.BgClassName
{
background-color: #A37F86;
}
</style>
border-color css
<style>
span { border-color: #A37F86; }
span { border-color: rgb(163,127,134); }
td.TdClassName
{
border-color: #A37F86;
}
.TagClassName
{
border-color: #A37F86;
}
</style>