Shades of Tapestry #A76781
Tints of Tapestry #A76781
RGB
CMYK
RGB Variations
Color information
#A76781 (or 0xA76781) is known color: Tapestry. HEX triplet: A7, 67 and 81. RGB value is (167,103,129). Sum of RGB (Red+Green+Blue) = 167+103+129=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76781 is #58987E. Grayscale: #7D7D7D. Windows color (decimal): -5806207 or 8480679. OLE color: 8480679.
HSL color Cylindrical-coordinate representation of color #A76781: hue angle of 335.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76781 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 129 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.35 |
| HSL | 335.63º | 0.27% | 0.53% | - |
| HSV(B) | 335.63º | 0.38% | 0.65% | - |
| XYZ | 24.75 | 19.5 | 23.23 | - |
| YUV | 125.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 129 | 0 | 0.38 | 0.23 | 0.35 | 335.63 | 0.27 | 0.53 |
| Hex | A7 | 67 | 81 | 0 | 26 | 17 | 23 | 150 | 1B | 35 |
| Octal | 247 | 147 | 201 | 0 | 46 | 27 | 43 | 520 | 33 | 65 |
| Binary | 10100111 | 1100111 | 10000001 | 0 | 100110 | 10111 | 100011 | 101010000 | 11011 | 110101 |
Color Harmonies of #A76781
Complementary color
Monochromatic Colors of #A76781
Black with #A76781
Text Example
Text Example
White with #A76781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76781; }
p { color: rgb(167,103,129); }
H1.HeaderClassName
{
color: #A76781;
}
.AnyTagClassName
{
color: #A76781;
}
</style>
background-color css
<style>
a { background-color: #A76781; }
a { background-color: rgb(167,103,129); }
div.DivClassName
{
background-color: #A76781;
}
.BgClassName
{
background-color: #A76781;
}
</style>
border-color css
<style>
span { border-color: #A76781; }
span { border-color: rgb(167,103,129); }
td.TdClassName
{
border-color: #A76781;
}
.TagClassName
{
border-color: #A76781;
}
</style>