Shades of Tapestry #A7607D
Tints of Tapestry #A7607D
RGB
CMYK
RGB Variations
Color information
#A7607D (or 0xA7607D) is known color: Tapestry. HEX triplet: A7, 60 and 7D. RGB value is (167,96,125). Sum of RGB (Red+Green+Blue) = 167+96+125=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7607D is #589F82. Grayscale: #787878. Windows color (decimal): -5808003 or 8216743. OLE color: 8216743.
HSL color Cylindrical-coordinate representation of color #A7607D: hue angle of 335.49º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7607D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 96 | 125 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.35 |
| HSL | 335.49º | 0.29% | 0.52% | - |
| HSV(B) | 335.49º | 0.43% | 0.65% | - |
| XYZ | 23.82 | 18.06 | 21.63 | - |
| YUV | 120.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 125 | 0 | 0.43 | 0.25 | 0.35 | 335.49 | 0.29 | 0.52 |
| Hex | A7 | 60 | 7D | 0 | 2B | 19 | 23 | 14F | 1D | 34 |
| Octal | 247 | 140 | 175 | 0 | 53 | 31 | 43 | 517 | 35 | 64 |
| Binary | 10100111 | 1100000 | 1111101 | 0 | 101011 | 11001 | 100011 | 101001111 | 11101 | 110100 |
Color Harmonies of #A7607D
Complementary color
Monochromatic Colors of #A7607D
Black with #A7607D
Text Example
Text Example
White with #A7607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7607D; }
p { color: rgb(167,96,125); }
H1.HeaderClassName
{
color: #A7607D;
}
.AnyTagClassName
{
color: #A7607D;
}
</style>
background-color css
<style>
a { background-color: #A7607D; }
a { background-color: rgb(167,96,125); }
div.DivClassName
{
background-color: #A7607D;
}
.BgClassName
{
background-color: #A7607D;
}
</style>
border-color css
<style>
span { border-color: #A7607D; }
span { border-color: rgb(167,96,125); }
td.TdClassName
{
border-color: #A7607D;
}
.TagClassName
{
border-color: #A7607D;
}
</style>