Shades of Tapestry #A47787
Tints of Tapestry #A47787
RGB
CMYK
RGB Variations
Color information
#A47787 (or 0xA47787) is known color: Tapestry. HEX triplet: A4, 77 and 87. RGB value is (164,119,135). Sum of RGB (Red+Green+Blue) = 164+119+135=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A47787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47787 is #5B8878. Grayscale: #868686. Windows color (decimal): -5998713 or 8877988. OLE color: 8877988.
HSL color Cylindrical-coordinate representation of color #A47787: hue angle of 338.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47787 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 135 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.36 |
| HSL | 338.67º | 0.2% | 0.55% | - |
| HSV(B) | 338.67º | 0.27% | 0.64% | - |
| XYZ | 26.28 | 22.84 | 25.94 | - |
| YUV | 134.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 135 | 0 | 0.27 | 0.18 | 0.36 | 338.67 | 0.2 | 0.55 |
| Hex | A4 | 77 | 87 | 0 | 1B | 12 | 24 | 153 | 14 | 37 |
| Octal | 244 | 167 | 207 | 0 | 33 | 22 | 44 | 523 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10000111 | 0 | 11011 | 10010 | 100100 | 101010011 | 10100 | 110111 |
Color Harmonies of #A47787
Complementary color
Monochromatic Colors of #A47787
Black with #A47787
Text Example
Text Example
White with #A47787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47787; }
p { color: rgb(164,119,135); }
H1.HeaderClassName
{
color: #A47787;
}
.AnyTagClassName
{
color: #A47787;
}
</style>
background-color css
<style>
a { background-color: #A47787; }
a { background-color: rgb(164,119,135); }
div.DivClassName
{
background-color: #A47787;
}
.BgClassName
{
background-color: #A47787;
}
</style>
border-color css
<style>
span { border-color: #A47787; }
span { border-color: rgb(164,119,135); }
td.TdClassName
{
border-color: #A47787;
}
.TagClassName
{
border-color: #A47787;
}
</style>