Shades of Tapestry #A7687D
Tints of Tapestry #A7687D
RGB
CMYK
RGB Variations
Color information
#A7687D (or 0xA7687D) is known color: Tapestry. HEX triplet: A7, 68 and 7D. RGB value is (167,104,125). Sum of RGB (Red+Green+Blue) = 167+104+125=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7687D is #589782. Grayscale: #7D7D7D. Windows color (decimal): -5805955 or 8218791. OLE color: 8218791.
HSL color Cylindrical-coordinate representation of color #A7687D: hue angle of 340º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7687D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 125 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.35 |
| HSL | 340º | 0.26% | 0.53% | - |
| HSV(B) | 340º | 0.38% | 0.65% | - |
| XYZ | 24.59 | 19.6 | 21.89 | - |
| YUV | 125.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 125 | 0 | 0.38 | 0.25 | 0.35 | 340 | 0.26 | 0.53 |
| Hex | A7 | 68 | 7D | 0 | 26 | 19 | 23 | 154 | 1A | 35 |
| Octal | 247 | 150 | 175 | 0 | 46 | 31 | 43 | 524 | 32 | 65 |
| Binary | 10100111 | 1101000 | 1111101 | 0 | 100110 | 11001 | 100011 | 101010100 | 11010 | 110101 |
Color Harmonies of #A7687D
Complementary color
Monochromatic Colors of #A7687D
Black with #A7687D
Text Example
Text Example
White with #A7687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7687D; }
p { color: rgb(167,104,125); }
H1.HeaderClassName
{
color: #A7687D;
}
.AnyTagClassName
{
color: #A7687D;
}
</style>
background-color css
<style>
a { background-color: #A7687D; }
a { background-color: rgb(167,104,125); }
div.DivClassName
{
background-color: #A7687D;
}
.BgClassName
{
background-color: #A7687D;
}
</style>
border-color css
<style>
span { border-color: #A7687D; }
span { border-color: rgb(167,104,125); }
td.TdClassName
{
border-color: #A7687D;
}
.TagClassName
{
border-color: #A7687D;
}
</style>