Shades of Tapestry #A47080
Tints of Tapestry #A47080
RGB
CMYK
RGB Variations
Color information
#A47080 (or 0xA47080) is known color: Tapestry. HEX triplet: A4, 70 and 80. RGB value is (164,112,128). Sum of RGB (Red+Green+Blue) = 164+112+128=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A47080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47080 is #5B8F7F. Grayscale: #818181. Windows color (decimal): -6000512 or 8417444. OLE color: 8417444.
HSL color Cylindrical-coordinate representation of color #A47080: hue angle of 341.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47080 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 128 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.36 |
| HSL | 341.54º | 0.22% | 0.54% | - |
| HSV(B) | 341.54º | 0.32% | 0.64% | - |
| XYZ | 25 | 21.04 | 23.17 | - |
| YUV | 129.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 128 | 0 | 0.32 | 0.22 | 0.36 | 341.54 | 0.22 | 0.54 |
| Hex | A4 | 70 | 80 | 0 | 20 | 16 | 24 | 156 | 16 | 36 |
| Octal | 244 | 160 | 200 | 0 | 40 | 26 | 44 | 526 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10000000 | 0 | 100000 | 10110 | 100100 | 101010110 | 10110 | 110110 |
Color Harmonies of #A47080
Complementary color
Monochromatic Colors of #A47080
Black with #A47080
Text Example
Text Example
White with #A47080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47080; }
p { color: rgb(164,112,128); }
H1.HeaderClassName
{
color: #A47080;
}
.AnyTagClassName
{
color: #A47080;
}
</style>
background-color css
<style>
a { background-color: #A47080; }
a { background-color: rgb(164,112,128); }
div.DivClassName
{
background-color: #A47080;
}
.BgClassName
{
background-color: #A47080;
}
</style>
border-color css
<style>
span { border-color: #A47080; }
span { border-color: rgb(164,112,128); }
td.TdClassName
{
border-color: #A47080;
}
.TagClassName
{
border-color: #A47080;
}
</style>