Shades of Tapestry #A77587
Tints of Tapestry #A77587
RGB
CMYK
RGB Variations
Color information
#A77587 (or 0xA77587) is known color: Tapestry. HEX triplet: A7, 75 and 87. RGB value is (167,117,135). Sum of RGB (Red+Green+Blue) = 167+117+135=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77587 is #588A78. Grayscale: #858585. Windows color (decimal): -5802617 or 8877479. OLE color: 8877479.
HSL color Cylindrical-coordinate representation of color #A77587: hue angle of 338.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77587 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 135 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.35 |
| HSL | 338.4º | 0.22% | 0.56% | - |
| HSV(B) | 338.4º | 0.3% | 0.65% | - |
| XYZ | 26.67 | 22.69 | 25.9 | - |
| YUV | 134 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 135 | 0 | 0.30 | 0.19 | 0.35 | 338.4 | 0.22 | 0.56 |
| Hex | A7 | 75 | 87 | 0 | 1E | 13 | 23 | 152 | 16 | 38 |
| Octal | 247 | 165 | 207 | 0 | 36 | 23 | 43 | 522 | 26 | 70 |
| Binary | 10100111 | 1110101 | 10000111 | 0 | 11110 | 10011 | 100011 | 101010010 | 10110 | 111000 |
Color Harmonies of #A77587
Complementary color
Monochromatic Colors of #A77587
Black with #A77587
Text Example
Text Example
White with #A77587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77587; }
p { color: rgb(167,117,135); }
H1.HeaderClassName
{
color: #A77587;
}
.AnyTagClassName
{
color: #A77587;
}
</style>
background-color css
<style>
a { background-color: #A77587; }
a { background-color: rgb(167,117,135); }
div.DivClassName
{
background-color: #A77587;
}
.BgClassName
{
background-color: #A77587;
}
</style>
border-color css
<style>
span { border-color: #A77587; }
span { border-color: rgb(167,117,135); }
td.TdClassName
{
border-color: #A77587;
}
.TagClassName
{
border-color: #A77587;
}
</style>