Shades of Tapestry #A7657B
Tints of Tapestry #A7657B
RGB
CMYK
RGB Variations
Color information
#A7657B (or 0xA7657B) is known color: Tapestry. HEX triplet: A7, 65 and 7B. RGB value is (167,101,123). Sum of RGB (Red+Green+Blue) = 167+101+123=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657B is #589A84. Grayscale: #7B7B7B. Windows color (decimal): -5806725 or 8086951. OLE color: 8086951.
HSL color Cylindrical-coordinate representation of color #A7657B: hue angle of 340º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7657B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 123 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.35 |
| HSL | 340º | 0.27% | 0.53% | - |
| HSV(B) | 340º | 0.4% | 0.65% | - |
| XYZ | 24.17 | 18.95 | 21.12 | - |
| YUV | 123.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 123 | 0 | 0.40 | 0.26 | 0.35 | 340 | 0.27 | 0.53 |
| Hex | A7 | 65 | 7B | 0 | 28 | 1A | 23 | 154 | 1B | 35 |
| Octal | 247 | 145 | 173 | 0 | 50 | 32 | 43 | 524 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1111011 | 0 | 101000 | 11010 | 100011 | 101010100 | 11011 | 110101 |
Color Harmonies of #A7657B
Complementary color
Monochromatic Colors of #A7657B
Black with #A7657B
Text Example
Text Example
White with #A7657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7657B; }
p { color: rgb(167,101,123); }
H1.HeaderClassName
{
color: #A7657B;
}
.AnyTagClassName
{
color: #A7657B;
}
</style>
background-color css
<style>
a { background-color: #A7657B; }
a { background-color: rgb(167,101,123); }
div.DivClassName
{
background-color: #A7657B;
}
.BgClassName
{
background-color: #A7657B;
}
</style>
border-color css
<style>
span { border-color: #A7657B; }
span { border-color: rgb(167,101,123); }
td.TdClassName
{
border-color: #A7657B;
}
.TagClassName
{
border-color: #A7657B;
}
</style>