Shades of Tapestry #A7657D
Tints of Tapestry #A7657D
RGB
CMYK
RGB Variations
Color information
#A7657D (or 0xA7657D) is known color: Tapestry. HEX triplet: A7, 65 and 7D. RGB value is (167,101,125). Sum of RGB (Red+Green+Blue) = 167+101+125=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657D is #589A82. Grayscale: #7B7B7B. Windows color (decimal): -5806723 or 8218023. OLE color: 8218023.
HSL color Cylindrical-coordinate representation of color #A7657D: hue angle of 338.18º 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 #A7657D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 125 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.35 |
| HSL | 338.18º | 0.27% | 0.53% | - |
| HSV(B) | 338.18º | 0.4% | 0.65% | - |
| XYZ | 24.29 | 19 | 21.79 | - |
| YUV | 123.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 125 | 0 | 0.40 | 0.25 | 0.35 | 338.18 | 0.27 | 0.53 |
| Hex | A7 | 65 | 7D | 0 | 28 | 19 | 23 | 152 | 1B | 35 |
| Octal | 247 | 145 | 175 | 0 | 50 | 31 | 43 | 522 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1111101 | 0 | 101000 | 11001 | 100011 | 101010010 | 11011 | 110101 |
Color Harmonies of #A7657D
Complementary color
Monochromatic Colors of #A7657D
Black with #A7657D
Text Example
Text Example
White with #A7657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7657D; }
p { color: rgb(167,101,125); }
H1.HeaderClassName
{
color: #A7657D;
}
.AnyTagClassName
{
color: #A7657D;
}
</style>
background-color css
<style>
a { background-color: #A7657D; }
a { background-color: rgb(167,101,125); }
div.DivClassName
{
background-color: #A7657D;
}
.BgClassName
{
background-color: #A7657D;
}
</style>
border-color css
<style>
span { border-color: #A7657D; }
span { border-color: rgb(167,101,125); }
td.TdClassName
{
border-color: #A7657D;
}
.TagClassName
{
border-color: #A7657D;
}
</style>