Shades of Tapestry #A47082
Tints of Tapestry #A47082
RGB
CMYK
RGB Variations
Color information
#A47082 (or 0xA47082) is known color: Tapestry. HEX triplet: A4, 70 and 82. RGB value is (164,112,130). Sum of RGB (Red+Green+Blue) = 164+112+130=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47082 is #5B8F7D. Grayscale: #818181. Windows color (decimal): -6000510 or 8548516. OLE color: 8548516.
HSL color Cylindrical-coordinate representation of color #A47082: hue angle of 339.23º 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 #A47082 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 130 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.36 |
| HSL | 339.23º | 0.22% | 0.54% | - |
| HSV(B) | 339.23º | 0.32% | 0.64% | - |
| XYZ | 25.13 | 21.09 | 23.87 | - |
| YUV | 129.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 130 | 0 | 0.32 | 0.21 | 0.36 | 339.23 | 0.22 | 0.54 |
| Hex | A4 | 70 | 82 | 0 | 20 | 15 | 24 | 153 | 16 | 36 |
| Octal | 244 | 160 | 202 | 0 | 40 | 25 | 44 | 523 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10000010 | 0 | 100000 | 10101 | 100100 | 101010011 | 10110 | 110110 |
Color Harmonies of #A47082
Complementary color
Monochromatic Colors of #A47082
Black with #A47082
Text Example
Text Example
White with #A47082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47082; }
p { color: rgb(164,112,130); }
H1.HeaderClassName
{
color: #A47082;
}
.AnyTagClassName
{
color: #A47082;
}
</style>
background-color css
<style>
a { background-color: #A47082; }
a { background-color: rgb(164,112,130); }
div.DivClassName
{
background-color: #A47082;
}
.BgClassName
{
background-color: #A47082;
}
</style>
border-color css
<style>
span { border-color: #A47082; }
span { border-color: rgb(164,112,130); }
td.TdClassName
{
border-color: #A47082;
}
.TagClassName
{
border-color: #A47082;
}
</style>