Shades of Tapestry #A7657E
Tints of Tapestry #A7657E
RGB
CMYK
RGB Variations
Color information
#A7657E (or 0xA7657E) is known color: Tapestry. HEX triplet: A7, 65 and 7E. RGB value is (167,101,126). Sum of RGB (Red+Green+Blue) = 167+101+126=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657E is #589A81. Grayscale: #7B7B7B. Windows color (decimal): -5806722 or 8283559. OLE color: 8283559.
HSL color Cylindrical-coordinate representation of color #A7657E: hue angle of 337.27º 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 #A7657E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 126 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.35 |
| HSL | 337.27º | 0.27% | 0.53% | - |
| HSV(B) | 337.27º | 0.4% | 0.65% | - |
| XYZ | 24.36 | 19.03 | 22.13 | - |
| YUV | 123.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 126 | 0 | 0.40 | 0.25 | 0.35 | 337.27 | 0.27 | 0.53 |
| Hex | A7 | 65 | 7E | 0 | 28 | 19 | 23 | 151 | 1B | 35 |
| Octal | 247 | 145 | 176 | 0 | 50 | 31 | 43 | 521 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1111110 | 0 | 101000 | 11001 | 100011 | 101010001 | 11011 | 110101 |
Color Harmonies of #A7657E
Complementary color
Monochromatic Colors of #A7657E
Black with #A7657E
Text Example
Text Example
White with #A7657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7657E; }
p { color: rgb(167,101,126); }
H1.HeaderClassName
{
color: #A7657E;
}
.AnyTagClassName
{
color: #A7657E;
}
</style>
background-color css
<style>
a { background-color: #A7657E; }
a { background-color: rgb(167,101,126); }
div.DivClassName
{
background-color: #A7657E;
}
.BgClassName
{
background-color: #A7657E;
}
</style>
border-color css
<style>
span { border-color: #A7657E; }
span { border-color: rgb(167,101,126); }
td.TdClassName
{
border-color: #A7657E;
}
.TagClassName
{
border-color: #A7657E;
}
</style>