Shades of Tapestry #A47281
Tints of Tapestry #A47281
RGB
CMYK
RGB Variations
Color information
#A47281 (or 0xA47281) is known color: Tapestry. HEX triplet: A4, 72 and 81. RGB value is (164,114,129). Sum of RGB (Red+Green+Blue) = 164+114+129=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47281 is #5B8D7E. Grayscale: #828282. Windows color (decimal): -5999999 or 8483492. OLE color: 8483492.
HSL color Cylindrical-coordinate representation of color #A47281: hue angle of 342º degrees, saturation: 0.22, 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 #A47281 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 129 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.36 |
| HSL | 342º | 0.22% | 0.55% | - |
| HSV(B) | 342º | 0.3% | 0.64% | - |
| XYZ | 25.29 | 21.51 | 23.59 | - |
| YUV | 130.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 129 | 0 | 0.30 | 0.21 | 0.36 | 342 | 0.22 | 0.55 |
| Hex | A4 | 72 | 81 | 0 | 1E | 15 | 24 | 156 | 16 | 37 |
| Octal | 244 | 162 | 201 | 0 | 36 | 25 | 44 | 526 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10000001 | 0 | 11110 | 10101 | 100100 | 101010110 | 10110 | 110111 |
Color Harmonies of #A47281
Complementary color
Monochromatic Colors of #A47281
Black with #A47281
Text Example
Text Example
White with #A47281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47281; }
p { color: rgb(164,114,129); }
H1.HeaderClassName
{
color: #A47281;
}
.AnyTagClassName
{
color: #A47281;
}
</style>
background-color css
<style>
a { background-color: #A47281; }
a { background-color: rgb(164,114,129); }
div.DivClassName
{
background-color: #A47281;
}
.BgClassName
{
background-color: #A47281;
}
</style>
border-color css
<style>
span { border-color: #A47281; }
span { border-color: rgb(164,114,129); }
td.TdClassName
{
border-color: #A47281;
}
.TagClassName
{
border-color: #A47281;
}
</style>