Shades of Tapestry #A7617A
Tints of Tapestry #A7617A
RGB
CMYK
RGB Variations
Color information
#A7617A (or 0xA7617A) is known color: Tapestry. HEX triplet: A7, 61 and 7A. RGB value is (167,97,122). Sum of RGB (Red+Green+Blue) = 167+97+122=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A7617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7617A is #589E85. Grayscale: #787878. Windows color (decimal): -5807750 or 8020391. OLE color: 8020391.
HSL color Cylindrical-coordinate representation of color #A7617A: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7617A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 122 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.35 |
| HSL | 338.57º | 0.28% | 0.52% | - |
| HSV(B) | 338.57º | 0.42% | 0.65% | - |
| XYZ | 23.72 | 18.17 | 20.67 | - |
| YUV | 120.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 122 | 0 | 0.42 | 0.27 | 0.35 | 338.57 | 0.28 | 0.52 |
| Hex | A7 | 61 | 7A | 0 | 2A | 1B | 23 | 153 | 1C | 34 |
| Octal | 247 | 141 | 172 | 0 | 52 | 33 | 43 | 523 | 34 | 64 |
| Binary | 10100111 | 1100001 | 1111010 | 0 | 101010 | 11011 | 100011 | 101010011 | 11100 | 110100 |
Color Harmonies of #A7617A
Complementary color
Monochromatic Colors of #A7617A
Black with #A7617A
Text Example
Text Example
White with #A7617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7617A; }
p { color: rgb(167,97,122); }
H1.HeaderClassName
{
color: #A7617A;
}
.AnyTagClassName
{
color: #A7617A;
}
</style>
background-color css
<style>
a { background-color: #A7617A; }
a { background-color: rgb(167,97,122); }
div.DivClassName
{
background-color: #A7617A;
}
.BgClassName
{
background-color: #A7617A;
}
</style>
border-color css
<style>
span { border-color: #A7617A; }
span { border-color: rgb(167,97,122); }
td.TdClassName
{
border-color: #A7617A;
}
.TagClassName
{
border-color: #A7617A;
}
</style>