Shades of Tapestry #A76381
Tints of Tapestry #A76381
RGB
CMYK
RGB Variations
Color information
#A76381 (or 0xA76381) is known color: Tapestry. HEX triplet: A7, 63 and 81. RGB value is (167,99,129). Sum of RGB (Red+Green+Blue) = 167+99+129=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A76381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76381 is #589C7E. Grayscale: #7A7A7A. Windows color (decimal): -5807231 or 8479655. OLE color: 8479655.
HSL color Cylindrical-coordinate representation of color #A76381: hue angle of 333.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76381 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 129 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.35 |
| HSL | 333.53º | 0.28% | 0.52% | - |
| HSV(B) | 333.53º | 0.41% | 0.65% | - |
| XYZ | 24.36 | 18.72 | 23.1 | - |
| YUV | 122.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 129 | 0 | 0.41 | 0.23 | 0.35 | 333.53 | 0.28 | 0.52 |
| Hex | A7 | 63 | 81 | 0 | 29 | 17 | 23 | 14E | 1C | 34 |
| Octal | 247 | 143 | 201 | 0 | 51 | 27 | 43 | 516 | 34 | 64 |
| Binary | 10100111 | 1100011 | 10000001 | 0 | 101001 | 10111 | 100011 | 101001110 | 11100 | 110100 |
Color Harmonies of #A76381
Complementary color
Monochromatic Colors of #A76381
Black with #A76381
Text Example
Text Example
White with #A76381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76381; }
p { color: rgb(167,99,129); }
H1.HeaderClassName
{
color: #A76381;
}
.AnyTagClassName
{
color: #A76381;
}
</style>
background-color css
<style>
a { background-color: #A76381; }
a { background-color: rgb(167,99,129); }
div.DivClassName
{
background-color: #A76381;
}
.BgClassName
{
background-color: #A76381;
}
</style>
border-color css
<style>
span { border-color: #A76381; }
span { border-color: rgb(167,99,129); }
td.TdClassName
{
border-color: #A76381;
}
.TagClassName
{
border-color: #A76381;
}
</style>