Shades of Tapestry #A7627A
Tints of Tapestry #A7627A
RGB
CMYK
RGB Variations
Color information
#A7627A (or 0xA7627A) is known color: Tapestry. HEX triplet: A7, 62 and 7A. RGB value is (167,98,122). Sum of RGB (Red+Green+Blue) = 167+98+122=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7627A is #589D85. Grayscale: #797979. Windows color (decimal): -5807494 or 8020647. OLE color: 8020647.
HSL color Cylindrical-coordinate representation of color #A7627A: hue angle of 339.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7627A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 98 | 122 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.35 |
| HSL | 339.13º | 0.28% | 0.52% | - |
| HSV(B) | 339.13º | 0.41% | 0.65% | - |
| XYZ | 23.82 | 18.36 | 20.7 | - |
| YUV | 121.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 122 | 0 | 0.41 | 0.27 | 0.35 | 339.13 | 0.28 | 0.52 |
| Hex | A7 | 62 | 7A | 0 | 29 | 1B | 23 | 153 | 1C | 34 |
| Octal | 247 | 142 | 172 | 0 | 51 | 33 | 43 | 523 | 34 | 64 |
| Binary | 10100111 | 1100010 | 1111010 | 0 | 101001 | 11011 | 100011 | 101010011 | 11100 | 110100 |
Color Harmonies of #A7627A
Complementary color
Monochromatic Colors of #A7627A
Black with #A7627A
Text Example
Text Example
White with #A7627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7627A; }
p { color: rgb(167,98,122); }
H1.HeaderClassName
{
color: #A7627A;
}
.AnyTagClassName
{
color: #A7627A;
}
</style>
background-color css
<style>
a { background-color: #A7627A; }
a { background-color: rgb(167,98,122); }
div.DivClassName
{
background-color: #A7627A;
}
.BgClassName
{
background-color: #A7627A;
}
</style>
border-color css
<style>
span { border-color: #A7627A; }
span { border-color: rgb(167,98,122); }
td.TdClassName
{
border-color: #A7627A;
}
.TagClassName
{
border-color: #A7627A;
}
</style>