Shades of Tapestry #A67F8D
Tints of Tapestry #A67F8D
RGB
CMYK
RGB Variations
Color information
#A67F8D (or 0xA67F8D) is known color: Tapestry. HEX triplet: A6, 7F and 8D. RGB value is (166,127,141). Sum of RGB (Red+Green+Blue) = 166+127+141=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F8D is #598072. Grayscale: #8C8C8C. Windows color (decimal): -5865587 or 9273254. OLE color: 9273254.
HSL color Cylindrical-coordinate representation of color #A67F8D: hue angle of 338.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F8D is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 141 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.35 |
| HSL | 338.46º | 0.18% | 0.57% | - |
| HSV(B) | 338.46º | 0.23% | 0.65% | - |
| XYZ | 28.12 | 25.21 | 28.58 | - |
| YUV | 140.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 141 | 0 | 0.23 | 0.15 | 0.35 | 338.46 | 0.18 | 0.57 |
| Hex | A6 | 7F | 8D | 0 | 17 | F | 23 | 152 | 12 | 39 |
| Octal | 246 | 177 | 215 | 0 | 27 | 17 | 43 | 522 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10001101 | 0 | 10111 | 1111 | 100011 | 101010010 | 10010 | 111001 |
Color Harmonies of #A67F8D
Complementary color
Monochromatic Colors of #A67F8D
Black with #A67F8D
Text Example
Text Example
White with #A67F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F8D; }
p { color: rgb(166,127,141); }
H1.HeaderClassName
{
color: #A67F8D;
}
.AnyTagClassName
{
color: #A67F8D;
}
</style>
background-color css
<style>
a { background-color: #A67F8D; }
a { background-color: rgb(166,127,141); }
div.DivClassName
{
background-color: #A67F8D;
}
.BgClassName
{
background-color: #A67F8D;
}
</style>
border-color css
<style>
span { border-color: #A67F8D; }
span { border-color: rgb(166,127,141); }
td.TdClassName
{
border-color: #A67F8D;
}
.TagClassName
{
border-color: #A67F8D;
}
</style>