Shades of Tapestry #A7838E
Tints of Tapestry #A7838E
RGB
CMYK
RGB Variations
Color information
#A7838E (or 0xA7838E) is known color: Tapestry. HEX triplet: A7, 83 and 8E. RGB value is (167,131,142). Sum of RGB (Red+Green+Blue) = 167+131+142=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7838E is #587C71. Grayscale: #8F8F8F. Windows color (decimal): -5799026 or 9339815. OLE color: 9339815.
HSL color Cylindrical-coordinate representation of color #A7838E: hue angle of 341.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7838E is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 142 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.35 |
| HSL | 341.67º | 0.17% | 0.58% | - |
| HSV(B) | 341.67º | 0.22% | 0.65% | - |
| XYZ | 28.94 | 26.4 | 29.16 | - |
| YUV | 143.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 142 | 0 | 0.22 | 0.15 | 0.35 | 341.67 | 0.17 | 0.58 |
| Hex | A7 | 83 | 8E | 0 | 16 | F | 23 | 156 | 11 | 3A |
| Octal | 247 | 203 | 216 | 0 | 26 | 17 | 43 | 526 | 21 | 72 |
| Binary | 10100111 | 10000011 | 10001110 | 0 | 10110 | 1111 | 100011 | 101010110 | 10001 | 111010 |
Color Harmonies of #A7838E
Complementary color
Monochromatic Colors of #A7838E
Black with #A7838E
Text Example
Text Example
White with #A7838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7838E; }
p { color: rgb(167,131,142); }
H1.HeaderClassName
{
color: #A7838E;
}
.AnyTagClassName
{
color: #A7838E;
}
</style>
background-color css
<style>
a { background-color: #A7838E; }
a { background-color: rgb(167,131,142); }
div.DivClassName
{
background-color: #A7838E;
}
.BgClassName
{
background-color: #A7838E;
}
</style>
border-color css
<style>
span { border-color: #A7838E; }
span { border-color: rgb(167,131,142); }
td.TdClassName
{
border-color: #A7838E;
}
.TagClassName
{
border-color: #A7838E;
}
</style>