Shades of Tapestry #A78590
Tints of Tapestry #A78590
RGB
CMYK
RGB Variations
Color information
#A78590 (or 0xA78590) is known color: Tapestry. HEX triplet: A7, 85 and 90. RGB value is (167,133,144). Sum of RGB (Red+Green+Blue) = 167+133+144=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A78590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78590 is #587A6F. Grayscale: #909090. Windows color (decimal): -5798512 or 9471399. OLE color: 9471399.
HSL color Cylindrical-coordinate representation of color #A78590: hue angle of 340.59º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78590 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 133 | 144 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.35 |
| HSL | 340.59º | 0.16% | 0.59% | - |
| HSV(B) | 340.59º | 0.2% | 0.65% | - |
| XYZ | 29.36 | 27 | 30.05 | - |
| YUV | 144.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 144 | 0 | 0.20 | 0.14 | 0.35 | 340.59 | 0.16 | 0.59 |
| Hex | A7 | 85 | 90 | 0 | 14 | E | 23 | 155 | 10 | 3B |
| Octal | 247 | 205 | 220 | 0 | 24 | 16 | 43 | 525 | 20 | 73 |
| Binary | 10100111 | 10000101 | 10010000 | 0 | 10100 | 1110 | 100011 | 101010101 | 10000 | 111011 |
Color Harmonies of #A78590
Complementary color
Monochromatic Colors of #A78590
Black with #A78590
Text Example
Text Example
White with #A78590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78590; }
p { color: rgb(167,133,144); }
H1.HeaderClassName
{
color: #A78590;
}
.AnyTagClassName
{
color: #A78590;
}
</style>
background-color css
<style>
a { background-color: #A78590; }
a { background-color: rgb(167,133,144); }
div.DivClassName
{
background-color: #A78590;
}
.BgClassName
{
background-color: #A78590;
}
</style>
border-color css
<style>
span { border-color: #A78590; }
span { border-color: rgb(167,133,144); }
td.TdClassName
{
border-color: #A78590;
}
.TagClassName
{
border-color: #A78590;
}
</style>