Shades of Tapestry #A7657A
Tints of Tapestry #A7657A
RGB
CMYK
RGB Variations
Color information
#A7657A (or 0xA7657A) is known color: Tapestry. HEX triplet: A7, 65 and 7A. RGB value is (167,101,122). Sum of RGB (Red+Green+Blue) = 167+101+122=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657A is #589A85. Grayscale: #7B7B7B. Windows color (decimal): -5806726 or 8021415. OLE color: 8021415.
HSL color Cylindrical-coordinate representation of color #A7657A: hue angle of 340.91º 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 #A7657A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 122 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.35 |
| HSL | 340.91º | 0.27% | 0.53% | - |
| HSV(B) | 340.91º | 0.4% | 0.65% | - |
| XYZ | 24.1 | 18.93 | 20.8 | - |
| YUV | 123.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 122 | 0 | 0.40 | 0.27 | 0.35 | 340.91 | 0.27 | 0.53 |
| Hex | A7 | 65 | 7A | 0 | 28 | 1B | 23 | 155 | 1B | 35 |
| Octal | 247 | 145 | 172 | 0 | 50 | 33 | 43 | 525 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1111010 | 0 | 101000 | 11011 | 100011 | 101010101 | 11011 | 110101 |
Color Harmonies of #A7657A
Complementary color
Monochromatic Colors of #A7657A
Black with #A7657A
Text Example
Text Example
White with #A7657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7657A; }
p { color: rgb(167,101,122); }
H1.HeaderClassName
{
color: #A7657A;
}
.AnyTagClassName
{
color: #A7657A;
}
</style>
background-color css
<style>
a { background-color: #A7657A; }
a { background-color: rgb(167,101,122); }
div.DivClassName
{
background-color: #A7657A;
}
.BgClassName
{
background-color: #A7657A;
}
</style>
border-color css
<style>
span { border-color: #A7657A; }
span { border-color: rgb(167,101,122); }
td.TdClassName
{
border-color: #A7657A;
}
.TagClassName
{
border-color: #A7657A;
}
</style>