Shades of Tapestry #A3707F
Tints of Tapestry #A3707F
RGB
CMYK
RGB Variations
Color information
#A3707F (or 0xA3707F) is known color: Tapestry. HEX triplet: A3, 70 and 7F. RGB value is (163,112,127). Sum of RGB (Red+Green+Blue) = 163+112+127=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707F is #5C8F80. Grayscale: #808080. Windows color (decimal): -6066049 or 8351907. OLE color: 8351907.
HSL color Cylindrical-coordinate representation of color #A3707F: hue angle of 342.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3707F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 127 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.36 |
| HSL | 342.35º | 0.22% | 0.54% | - |
| HSV(B) | 342.35º | 0.31% | 0.64% | - |
| XYZ | 24.73 | 20.91 | 22.81 | - |
| YUV | 128.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 127 | 0 | 0.31 | 0.22 | 0.36 | 342.35 | 0.22 | 0.54 |
| Hex | A3 | 70 | 7F | 0 | 1F | 16 | 24 | 156 | 16 | 36 |
| Octal | 243 | 160 | 177 | 0 | 37 | 26 | 44 | 526 | 26 | 66 |
| Binary | 10100011 | 1110000 | 1111111 | 0 | 11111 | 10110 | 100100 | 101010110 | 10110 | 110110 |
Color Harmonies of #A3707F
Complementary color
Monochromatic Colors of #A3707F
Black with #A3707F
Text Example
Text Example
White with #A3707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3707F; }
p { color: rgb(163,112,127); }
H1.HeaderClassName
{
color: #A3707F;
}
.AnyTagClassName
{
color: #A3707F;
}
</style>
background-color css
<style>
a { background-color: #A3707F; }
a { background-color: rgb(163,112,127); }
div.DivClassName
{
background-color: #A3707F;
}
.BgClassName
{
background-color: #A3707F;
}
</style>
border-color css
<style>
span { border-color: #A3707F; }
span { border-color: rgb(163,112,127); }
td.TdClassName
{
border-color: #A3707F;
}
.TagClassName
{
border-color: #A3707F;
}
</style>