Shades of Tapestry #A47383
Tints of Tapestry #A47383
RGB
CMYK
RGB Variations
Color information
#A47383 (or 0xA47383) is known color: Tapestry. HEX triplet: A4, 73 and 83. RGB value is (164,115,131). Sum of RGB (Red+Green+Blue) = 164+115+131=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47383 is #5B8C7C. Grayscale: #838383. Windows color (decimal): -5999741 or 8614820. OLE color: 8614820.
HSL color Cylindrical-coordinate representation of color #A47383: hue angle of 340.41º 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 #A47383 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 131 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.36 |
| HSL | 340.41º | 0.21% | 0.55% | - |
| HSV(B) | 340.41º | 0.3% | 0.64% | - |
| XYZ | 25.54 | 21.79 | 24.33 | - |
| YUV | 131.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 131 | 0 | 0.30 | 0.20 | 0.36 | 340.41 | 0.21 | 0.55 |
| Hex | A4 | 73 | 83 | 0 | 1E | 14 | 24 | 154 | 15 | 37 |
| Octal | 244 | 163 | 203 | 0 | 36 | 24 | 44 | 524 | 25 | 67 |
| Binary | 10100100 | 1110011 | 10000011 | 0 | 11110 | 10100 | 100100 | 101010100 | 10101 | 110111 |
Color Harmonies of #A47383
Complementary color
Monochromatic Colors of #A47383
Black with #A47383
Text Example
Text Example
White with #A47383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47383; }
p { color: rgb(164,115,131); }
H1.HeaderClassName
{
color: #A47383;
}
.AnyTagClassName
{
color: #A47383;
}
</style>
background-color css
<style>
a { background-color: #A47383; }
a { background-color: rgb(164,115,131); }
div.DivClassName
{
background-color: #A47383;
}
.BgClassName
{
background-color: #A47383;
}
</style>
border-color css
<style>
span { border-color: #A47383; }
span { border-color: rgb(164,115,131); }
td.TdClassName
{
border-color: #A47383;
}
.TagClassName
{
border-color: #A47383;
}
</style>