Shades of Tapestry #A67E8D
Tints of Tapestry #A67E8D
RGB
CMYK
RGB Variations
Color information
#A67E8D (or 0xA67E8D) is known color: Tapestry. HEX triplet: A6, 7E and 8D. RGB value is (166,126,141). Sum of RGB (Red+Green+Blue) = 166+126+141=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E8D is #598172. Grayscale: #8B8B8B. Windows color (decimal): -5865843 or 9272998. OLE color: 9272998.
HSL color Cylindrical-coordinate representation of color #A67E8D: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A67E8D is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 141 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.35 |
| HSL | 337.5º | 0.18% | 0.57% | - |
| HSV(B) | 337.5º | 0.24% | 0.65% | - |
| XYZ | 27.99 | 24.95 | 28.54 | - |
| YUV | 139.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 141 | 0 | 0.24 | 0.15 | 0.35 | 337.5 | 0.18 | 0.57 |
| Hex | A6 | 7E | 8D | 0 | 18 | F | 23 | 152 | 12 | 39 |
| Octal | 246 | 176 | 215 | 0 | 30 | 17 | 43 | 522 | 22 | 71 |
| Binary | 10100110 | 1111110 | 10001101 | 0 | 11000 | 1111 | 100011 | 101010010 | 10010 | 111001 |
Color Harmonies of #A67E8D
Complementary color
Monochromatic Colors of #A67E8D
Black with #A67E8D
Text Example
Text Example
White with #A67E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E8D; }
p { color: rgb(166,126,141); }
H1.HeaderClassName
{
color: #A67E8D;
}
.AnyTagClassName
{
color: #A67E8D;
}
</style>
background-color css
<style>
a { background-color: #A67E8D; }
a { background-color: rgb(166,126,141); }
div.DivClassName
{
background-color: #A67E8D;
}
.BgClassName
{
background-color: #A67E8D;
}
</style>
border-color css
<style>
span { border-color: #A67E8D; }
span { border-color: rgb(166,126,141); }
td.TdClassName
{
border-color: #A67E8D;
}
.TagClassName
{
border-color: #A67E8D;
}
</style>