Shades of Tapestry #A78087
Tints of Tapestry #A78087
RGB
CMYK
RGB Variations
Color information
#A78087 (or 0xA78087) is known color: Tapestry. HEX triplet: A7, 80 and 87. RGB value is (167,128,135). Sum of RGB (Red+Green+Blue) = 167+128+135=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A78087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78087 is #587F78. Grayscale: #8C8C8C. Windows color (decimal): -5799801 or 8880295. OLE color: 8880295.
HSL color Cylindrical-coordinate representation of color #A78087: hue angle of 349.23º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78087 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 135 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.35 |
| HSL | 349.23º | 0.18% | 0.58% | - |
| HSV(B) | 349.23º | 0.23% | 0.65% | - |
| XYZ | 28.03 | 25.4 | 26.35 | - |
| YUV | 140.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 135 | 0 | 0.23 | 0.19 | 0.35 | 349.23 | 0.18 | 0.58 |
| Hex | A7 | 80 | 87 | 0 | 17 | 13 | 23 | 15D | 12 | 3A |
| Octal | 247 | 200 | 207 | 0 | 27 | 23 | 43 | 535 | 22 | 72 |
| Binary | 10100111 | 10000000 | 10000111 | 0 | 10111 | 10011 | 100011 | 101011101 | 10010 | 111010 |
Color Harmonies of #A78087
Complementary color
Monochromatic Colors of #A78087
Black with #A78087
Text Example
Text Example
White with #A78087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78087; }
p { color: rgb(167,128,135); }
H1.HeaderClassName
{
color: #A78087;
}
.AnyTagClassName
{
color: #A78087;
}
</style>
background-color css
<style>
a { background-color: #A78087; }
a { background-color: rgb(167,128,135); }
div.DivClassName
{
background-color: #A78087;
}
.BgClassName
{
background-color: #A78087;
}
</style>
border-color css
<style>
span { border-color: #A78087; }
span { border-color: rgb(167,128,135); }
td.TdClassName
{
border-color: #A78087;
}
.TagClassName
{
border-color: #A78087;
}
</style>