Shades of Tapestry #A76981
Tints of Tapestry #A76981
RGB
CMYK
RGB Variations
Color information
#A76981 (or 0xA76981) is known color: Tapestry. HEX triplet: A7, 69 and 81. RGB value is (167,105,129). Sum of RGB (Red+Green+Blue) = 167+105+129=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A76981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76981 is #58967E. Grayscale: #7E7E7E. Windows color (decimal): -5805695 or 8481191. OLE color: 8481191.
HSL color Cylindrical-coordinate representation of color #A76981: hue angle of 336.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76981 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 129 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.35 |
| HSL | 336.77º | 0.26% | 0.53% | - |
| HSV(B) | 336.77º | 0.37% | 0.65% | - |
| XYZ | 24.95 | 19.9 | 23.3 | - |
| YUV | 126.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 129 | 0 | 0.37 | 0.23 | 0.35 | 336.77 | 0.26 | 0.53 |
| Hex | A7 | 69 | 81 | 0 | 25 | 17 | 23 | 151 | 1A | 35 |
| Octal | 247 | 151 | 201 | 0 | 45 | 27 | 43 | 521 | 32 | 65 |
| Binary | 10100111 | 1101001 | 10000001 | 0 | 100101 | 10111 | 100011 | 101010001 | 11010 | 110101 |
Color Harmonies of #A76981
Complementary color
Monochromatic Colors of #A76981
Black with #A76981
Text Example
Text Example
White with #A76981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76981; }
p { color: rgb(167,105,129); }
H1.HeaderClassName
{
color: #A76981;
}
.AnyTagClassName
{
color: #A76981;
}
</style>
background-color css
<style>
a { background-color: #A76981; }
a { background-color: rgb(167,105,129); }
div.DivClassName
{
background-color: #A76981;
}
.BgClassName
{
background-color: #A76981;
}
</style>
border-color css
<style>
span { border-color: #A76981; }
span { border-color: rgb(167,105,129); }
td.TdClassName
{
border-color: #A76981;
}
.TagClassName
{
border-color: #A76981;
}
</style>