Shades of Tapestry #A7657C
Tints of Tapestry #A7657C
RGB
CMYK
RGB Variations
Color information
#A7657C (or 0xA7657C) is known color: Tapestry. HEX triplet: A7, 65 and 7C. RGB value is (167,101,124). Sum of RGB (Red+Green+Blue) = 167+101+124=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657C is #589A83. Grayscale: #7B7B7B. Windows color (decimal): -5806724 or 8152487. OLE color: 8152487.
HSL color Cylindrical-coordinate representation of color #A7657C: hue angle of 339.09º 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 #A7657C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 124 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.35 |
| HSL | 339.09º | 0.27% | 0.53% | - |
| HSV(B) | 339.09º | 0.4% | 0.65% | - |
| XYZ | 24.23 | 18.98 | 21.45 | - |
| YUV | 123.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 124 | 0 | 0.40 | 0.26 | 0.35 | 339.09 | 0.27 | 0.53 |
| Hex | A7 | 65 | 7C | 0 | 28 | 1A | 23 | 153 | 1B | 35 |
| Octal | 247 | 145 | 174 | 0 | 50 | 32 | 43 | 523 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1111100 | 0 | 101000 | 11010 | 100011 | 101010011 | 11011 | 110101 |
Color Harmonies of #A7657C
Complementary color
Monochromatic Colors of #A7657C
Black with #A7657C
Text Example
Text Example
White with #A7657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7657C; }
p { color: rgb(167,101,124); }
H1.HeaderClassName
{
color: #A7657C;
}
.AnyTagClassName
{
color: #A7657C;
}
</style>
background-color css
<style>
a { background-color: #A7657C; }
a { background-color: rgb(167,101,124); }
div.DivClassName
{
background-color: #A7657C;
}
.BgClassName
{
background-color: #A7657C;
}
</style>
border-color css
<style>
span { border-color: #A7657C; }
span { border-color: rgb(167,101,124); }
td.TdClassName
{
border-color: #A7657C;
}
.TagClassName
{
border-color: #A7657C;
}
</style>