Shades of Tapestry #A47889
Tints of Tapestry #A47889
RGB
CMYK
RGB Variations
Color information
#A47889 (or 0xA47889) is known color: Tapestry. HEX triplet: A4, 78 and 89. RGB value is (164,120,137). Sum of RGB (Red+Green+Blue) = 164+120+137=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A47889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47889 is #5B8776. Grayscale: #878787. Windows color (decimal): -5998455 or 9009316. OLE color: 9009316.
HSL color Cylindrical-coordinate representation of color #A47889: hue angle of 336.82º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47889 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 137 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.36 |
| HSL | 336.82º | 0.19% | 0.56% | - |
| HSV(B) | 336.82º | 0.27% | 0.64% | - |
| XYZ | 26.54 | 23.13 | 26.73 | - |
| YUV | 135.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 137 | 0 | 0.27 | 0.16 | 0.36 | 336.82 | 0.19 | 0.56 |
| Hex | A4 | 78 | 89 | 0 | 1B | 10 | 24 | 151 | 13 | 38 |
| Octal | 244 | 170 | 211 | 0 | 33 | 20 | 44 | 521 | 23 | 70 |
| Binary | 10100100 | 1111000 | 10001001 | 0 | 11011 | 10000 | 100100 | 101010001 | 10011 | 111000 |
Color Harmonies of #A47889
Complementary color
Monochromatic Colors of #A47889
Black with #A47889
Text Example
Text Example
White with #A47889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47889; }
p { color: rgb(164,120,137); }
H1.HeaderClassName
{
color: #A47889;
}
.AnyTagClassName
{
color: #A47889;
}
</style>
background-color css
<style>
a { background-color: #A47889; }
a { background-color: rgb(164,120,137); }
div.DivClassName
{
background-color: #A47889;
}
.BgClassName
{
background-color: #A47889;
}
</style>
border-color css
<style>
span { border-color: #A47889; }
span { border-color: rgb(164,120,137); }
td.TdClassName
{
border-color: #A47889;
}
.TagClassName
{
border-color: #A47889;
}
</style>