Shades of Tapestry #A7687B
Tints of Tapestry #A7687B
RGB
CMYK
RGB Variations
Color information
#A7687B (or 0xA7687B) is known color: Tapestry. HEX triplet: A7, 68 and 7B. RGB value is (167,104,123). Sum of RGB (Red+Green+Blue) = 167+104+123=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7687B is #589784. Grayscale: #7C7C7C. Windows color (decimal): -5805957 or 8087719. OLE color: 8087719.
HSL color Cylindrical-coordinate representation of color #A7687B: hue angle of 341.9º 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 #A7687B is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 123 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.35 |
| HSL | 341.9º | 0.26% | 0.53% | - |
| HSV(B) | 341.9º | 0.38% | 0.65% | - |
| XYZ | 24.46 | 19.55 | 21.22 | - |
| YUV | 125 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 123 | 0 | 0.38 | 0.26 | 0.35 | 341.9 | 0.26 | 0.53 |
| Hex | A7 | 68 | 7B | 0 | 26 | 1A | 23 | 156 | 1A | 35 |
| Octal | 247 | 150 | 173 | 0 | 46 | 32 | 43 | 526 | 32 | 65 |
| Binary | 10100111 | 1101000 | 1111011 | 0 | 100110 | 11010 | 100011 | 101010110 | 11010 | 110101 |
Color Harmonies of #A7687B
Complementary color
Monochromatic Colors of #A7687B
Black with #A7687B
Text Example
Text Example
White with #A7687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7687B; }
p { color: rgb(167,104,123); }
H1.HeaderClassName
{
color: #A7687B;
}
.AnyTagClassName
{
color: #A7687B;
}
</style>
background-color css
<style>
a { background-color: #A7687B; }
a { background-color: rgb(167,104,123); }
div.DivClassName
{
background-color: #A7687B;
}
.BgClassName
{
background-color: #A7687B;
}
</style>
border-color css
<style>
span { border-color: #A7687B; }
span { border-color: rgb(167,104,123); }
td.TdClassName
{
border-color: #A7687B;
}
.TagClassName
{
border-color: #A7687B;
}
</style>