Shades of Tapestry #A77384
Tints of Tapestry #A77384
RGB
CMYK
RGB Variations
Color information
#A77384 (or 0xA77384) is known color: Tapestry. HEX triplet: A7, 73 and 84. RGB value is (167,115,132). Sum of RGB (Red+Green+Blue) = 167+115+132=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A77384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77384 is #588C7B. Grayscale: #848484. Windows color (decimal): -5803132 or 8680359. OLE color: 8680359.
HSL color Cylindrical-coordinate representation of color #A77384: hue angle of 340.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77384 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 132 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.35 |
| HSL | 340.38º | 0.23% | 0.55% | - |
| HSV(B) | 340.38º | 0.31% | 0.65% | - |
| XYZ | 26.23 | 22.14 | 24.72 | - |
| YUV | 132.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 132 | 0 | 0.31 | 0.21 | 0.35 | 340.38 | 0.23 | 0.55 |
| Hex | A7 | 73 | 84 | 0 | 1F | 15 | 23 | 154 | 17 | 37 |
| Octal | 247 | 163 | 204 | 0 | 37 | 25 | 43 | 524 | 27 | 67 |
| Binary | 10100111 | 1110011 | 10000100 | 0 | 11111 | 10101 | 100011 | 101010100 | 10111 | 110111 |
Color Harmonies of #A77384
Complementary color
Monochromatic Colors of #A77384
Black with #A77384
Text Example
Text Example
White with #A77384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77384; }
p { color: rgb(167,115,132); }
H1.HeaderClassName
{
color: #A77384;
}
.AnyTagClassName
{
color: #A77384;
}
</style>
background-color css
<style>
a { background-color: #A77384; }
a { background-color: rgb(167,115,132); }
div.DivClassName
{
background-color: #A77384;
}
.BgClassName
{
background-color: #A77384;
}
</style>
border-color css
<style>
span { border-color: #A77384; }
span { border-color: rgb(167,115,132); }
td.TdClassName
{
border-color: #A77384;
}
.TagClassName
{
border-color: #A77384;
}
</style>