Shades of Tapestry #A47988
Tints of Tapestry #A47988
RGB
CMYK
RGB Variations
Color information
#A47988 (or 0xA47988) is known color: Tapestry. HEX triplet: A4, 79 and 88. RGB value is (164,121,136). Sum of RGB (Red+Green+Blue) = 164+121+136=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A47988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47988 is #5B8677. Grayscale: #878787. Windows color (decimal): -5998200 or 8944036. OLE color: 8944036.
HSL color Cylindrical-coordinate representation of color #A47988: hue angle of 339.07º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47988 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 136 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.36 |
| HSL | 339.07º | 0.19% | 0.56% | - |
| HSV(B) | 339.07º | 0.26% | 0.64% | - |
| XYZ | 26.59 | 23.34 | 26.4 | - |
| YUV | 135.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 136 | 0 | 0.26 | 0.17 | 0.36 | 339.07 | 0.19 | 0.56 |
| Hex | A4 | 79 | 88 | 0 | 1A | 11 | 24 | 153 | 13 | 38 |
| Octal | 244 | 171 | 210 | 0 | 32 | 21 | 44 | 523 | 23 | 70 |
| Binary | 10100100 | 1111001 | 10001000 | 0 | 11010 | 10001 | 100100 | 101010011 | 10011 | 111000 |
Color Harmonies of #A47988
Complementary color
Monochromatic Colors of #A47988
Black with #A47988
Text Example
Text Example
White with #A47988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47988; }
p { color: rgb(164,121,136); }
H1.HeaderClassName
{
color: #A47988;
}
.AnyTagClassName
{
color: #A47988;
}
</style>
background-color css
<style>
a { background-color: #A47988; }
a { background-color: rgb(164,121,136); }
div.DivClassName
{
background-color: #A47988;
}
.BgClassName
{
background-color: #A47988;
}
</style>
border-color css
<style>
span { border-color: #A47988; }
span { border-color: rgb(164,121,136); }
td.TdClassName
{
border-color: #A47988;
}
.TagClassName
{
border-color: #A47988;
}
</style>