Shades of Tapestry #A76B87
Tints of Tapestry #A76B87
RGB
CMYK
RGB Variations
Color information
#A76B87 (or 0xA76B87) is known color: Tapestry. HEX triplet: A7, 6B and 87. RGB value is (167,107,135). Sum of RGB (Red+Green+Blue) = 167+107+135=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B87 is #589478. Grayscale: #808080. Windows color (decimal): -5805177 or 8874919. OLE color: 8874919.
HSL color Cylindrical-coordinate representation of color #A76B87: hue angle of 332º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B87 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 135 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.35 |
| HSL | 332º | 0.25% | 0.54% | - |
| HSV(B) | 332º | 0.36% | 0.65% | - |
| XYZ | 25.57 | 20.48 | 25.53 | - |
| YUV | 128.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 135 | 0 | 0.36 | 0.19 | 0.35 | 332 | 0.25 | 0.54 |
| Hex | A7 | 6B | 87 | 0 | 24 | 13 | 23 | 14C | 19 | 36 |
| Octal | 247 | 153 | 207 | 0 | 44 | 23 | 43 | 514 | 31 | 66 |
| Binary | 10100111 | 1101011 | 10000111 | 0 | 100100 | 10011 | 100011 | 101001100 | 11001 | 110110 |
Color Harmonies of #A76B87
Complementary color
Monochromatic Colors of #A76B87
Black with #A76B87
Text Example
Text Example
White with #A76B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B87; }
p { color: rgb(167,107,135); }
H1.HeaderClassName
{
color: #A76B87;
}
.AnyTagClassName
{
color: #A76B87;
}
</style>
background-color css
<style>
a { background-color: #A76B87; }
a { background-color: rgb(167,107,135); }
div.DivClassName
{
background-color: #A76B87;
}
.BgClassName
{
background-color: #A76B87;
}
</style>
border-color css
<style>
span { border-color: #A76B87; }
span { border-color: rgb(167,107,135); }
td.TdClassName
{
border-color: #A76B87;
}
.TagClassName
{
border-color: #A76B87;
}
</style>