Shades of Tapestry #A77184
Tints of Tapestry #A77184
RGB
CMYK
RGB Variations
Color information
#A77184 (or 0xA77184) is known color: Tapestry. HEX triplet: A7, 71 and 84. RGB value is (167,113,132). Sum of RGB (Red+Green+Blue) = 167+113+132=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A77184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77184 is #588E7B. Grayscale: #838383. Windows color (decimal): -5803644 or 8679847. OLE color: 8679847.
HSL color Cylindrical-coordinate representation of color #A77184: hue angle of 338.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77184 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 132 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.35 |
| HSL | 338.89º | 0.23% | 0.55% | - |
| HSV(B) | 338.89º | 0.32% | 0.65% | - |
| XYZ | 26.01 | 21.69 | 24.65 | - |
| YUV | 131.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 132 | 0 | 0.32 | 0.21 | 0.35 | 338.89 | 0.23 | 0.55 |
| Hex | A7 | 71 | 84 | 0 | 20 | 15 | 23 | 153 | 17 | 37 |
| Octal | 247 | 161 | 204 | 0 | 40 | 25 | 43 | 523 | 27 | 67 |
| Binary | 10100111 | 1110001 | 10000100 | 0 | 100000 | 10101 | 100011 | 101010011 | 10111 | 110111 |
Color Harmonies of #A77184
Complementary color
Monochromatic Colors of #A77184
Black with #A77184
Text Example
Text Example
White with #A77184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77184; }
p { color: rgb(167,113,132); }
H1.HeaderClassName
{
color: #A77184;
}
.AnyTagClassName
{
color: #A77184;
}
</style>
background-color css
<style>
a { background-color: #A77184; }
a { background-color: rgb(167,113,132); }
div.DivClassName
{
background-color: #A77184;
}
.BgClassName
{
background-color: #A77184;
}
</style>
border-color css
<style>
span { border-color: #A77184; }
span { border-color: rgb(167,113,132); }
td.TdClassName
{
border-color: #A77184;
}
.TagClassName
{
border-color: #A77184;
}
</style>