Shades of Tapestry #A76B81
Tints of Tapestry #A76B81
RGB
CMYK
RGB Variations
Color information
#A76B81 (or 0xA76B81) is known color: Tapestry. HEX triplet: A7, 6B and 81. RGB value is (167,107,129). Sum of RGB (Red+Green+Blue) = 167+107+129=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B81 is #58947E. Grayscale: #7F7F7F. Windows color (decimal): -5805183 or 8481703. OLE color: 8481703.
HSL color Cylindrical-coordinate representation of color #A76B81: hue angle of 338º 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 #A76B81 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 129 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.35 |
| HSL | 338º | 0.25% | 0.54% | - |
| HSV(B) | 338º | 0.36% | 0.65% | - |
| XYZ | 25.16 | 20.32 | 23.36 | - |
| YUV | 127.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 129 | 0 | 0.36 | 0.23 | 0.35 | 338 | 0.25 | 0.54 |
| Hex | A7 | 6B | 81 | 0 | 24 | 17 | 23 | 152 | 19 | 36 |
| Octal | 247 | 153 | 201 | 0 | 44 | 27 | 43 | 522 | 31 | 66 |
| Binary | 10100111 | 1101011 | 10000001 | 0 | 100100 | 10111 | 100011 | 101010010 | 11001 | 110110 |
Color Harmonies of #A76B81
Complementary color
Monochromatic Colors of #A76B81
Black with #A76B81
Text Example
Text Example
White with #A76B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B81; }
p { color: rgb(167,107,129); }
H1.HeaderClassName
{
color: #A76B81;
}
.AnyTagClassName
{
color: #A76B81;
}
</style>
background-color css
<style>
a { background-color: #A76B81; }
a { background-color: rgb(167,107,129); }
div.DivClassName
{
background-color: #A76B81;
}
.BgClassName
{
background-color: #A76B81;
}
</style>
border-color css
<style>
span { border-color: #A76B81; }
span { border-color: rgb(167,107,129); }
td.TdClassName
{
border-color: #A76B81;
}
.TagClassName
{
border-color: #A76B81;
}
</style>