Shades of Tapestry #A47382
Tints of Tapestry #A47382
RGB
CMYK
RGB Variations
Color information
#A47382 (or 0xA47382) is known color: Tapestry. HEX triplet: A4, 73 and 82. RGB value is (164,115,130). Sum of RGB (Red+Green+Blue) = 164+115+130=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47382 is #5B8C7D. Grayscale: #838383. Windows color (decimal): -5999742 or 8549284. OLE color: 8549284.
HSL color Cylindrical-coordinate representation of color #A47382: hue angle of 341.63º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47382 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 130 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.36 |
| HSL | 341.63º | 0.21% | 0.55% | - |
| HSV(B) | 341.63º | 0.3% | 0.64% | - |
| XYZ | 25.47 | 21.77 | 23.98 | - |
| YUV | 131.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 130 | 0 | 0.30 | 0.21 | 0.36 | 341.63 | 0.21 | 0.55 |
| Hex | A4 | 73 | 82 | 0 | 1E | 15 | 24 | 156 | 15 | 37 |
| Octal | 244 | 163 | 202 | 0 | 36 | 25 | 44 | 526 | 25 | 67 |
| Binary | 10100100 | 1110011 | 10000010 | 0 | 11110 | 10101 | 100100 | 101010110 | 10101 | 110111 |
Color Harmonies of #A47382
Complementary color
Monochromatic Colors of #A47382
Black with #A47382
Text Example
Text Example
White with #A47382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47382; }
p { color: rgb(164,115,130); }
H1.HeaderClassName
{
color: #A47382;
}
.AnyTagClassName
{
color: #A47382;
}
</style>
background-color css
<style>
a { background-color: #A47382; }
a { background-color: rgb(164,115,130); }
div.DivClassName
{
background-color: #A47382;
}
.BgClassName
{
background-color: #A47382;
}
</style>
border-color css
<style>
span { border-color: #A47382; }
span { border-color: rgb(164,115,130); }
td.TdClassName
{
border-color: #A47382;
}
.TagClassName
{
border-color: #A47382;
}
</style>