Shades of Tapestry #A47385
Tints of Tapestry #A47385
RGB
CMYK
RGB Variations
Color information
#A47385 (or 0xA47385) is known color: Tapestry. HEX triplet: A4, 73 and 85. RGB value is (164,115,133). Sum of RGB (Red+Green+Blue) = 164+115+133=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47385 is #5B8C7A. Grayscale: #838383. Windows color (decimal): -5999739 or 8745892. OLE color: 8745892.
HSL color Cylindrical-coordinate representation of color #A47385: hue angle of 337.96º 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 #A47385 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 133 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.36 |
| HSL | 337.96º | 0.21% | 0.55% | - |
| HSV(B) | 337.96º | 0.3% | 0.64% | - |
| XYZ | 25.67 | 21.85 | 25.05 | - |
| YUV | 131.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 133 | 0 | 0.30 | 0.19 | 0.36 | 337.96 | 0.21 | 0.55 |
| Hex | A4 | 73 | 85 | 0 | 1E | 13 | 24 | 152 | 15 | 37 |
| Octal | 244 | 163 | 205 | 0 | 36 | 23 | 44 | 522 | 25 | 67 |
| Binary | 10100100 | 1110011 | 10000101 | 0 | 11110 | 10011 | 100100 | 101010010 | 10101 | 110111 |
Color Harmonies of #A47385
Complementary color
Monochromatic Colors of #A47385
Black with #A47385
Text Example
Text Example
White with #A47385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47385; }
p { color: rgb(164,115,133); }
H1.HeaderClassName
{
color: #A47385;
}
.AnyTagClassName
{
color: #A47385;
}
</style>
background-color css
<style>
a { background-color: #A47385; }
a { background-color: rgb(164,115,133); }
div.DivClassName
{
background-color: #A47385;
}
.BgClassName
{
background-color: #A47385;
}
</style>
border-color css
<style>
span { border-color: #A47385; }
span { border-color: rgb(164,115,133); }
td.TdClassName
{
border-color: #A47385;
}
.TagClassName
{
border-color: #A47385;
}
</style>