Shades of Tapestry #A67C8C
Tints of Tapestry #A67C8C
RGB
CMYK
RGB Variations
Color information
#A67C8C (or 0xA67C8C) is known color: Tapestry. HEX triplet: A6, 7C and 8C. RGB value is (166,124,140). Sum of RGB (Red+Green+Blue) = 166+124+140=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8C is #598373. Grayscale: #8A8A8A. Windows color (decimal): -5866356 or 9206950. OLE color: 9206950.
HSL color Cylindrical-coordinate representation of color #A67C8C: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67C8C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 140 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.35 |
| HSL | 337.14º | 0.19% | 0.57% | - |
| HSV(B) | 337.14º | 0.25% | 0.65% | - |
| XYZ | 27.67 | 24.42 | 28.07 | - |
| YUV | 138.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 140 | 0 | 0.25 | 0.16 | 0.35 | 337.14 | 0.19 | 0.57 |
| Hex | A6 | 7C | 8C | 0 | 19 | 10 | 23 | 151 | 13 | 39 |
| Octal | 246 | 174 | 214 | 0 | 31 | 20 | 43 | 521 | 23 | 71 |
| Binary | 10100110 | 1111100 | 10001100 | 0 | 11001 | 10000 | 100011 | 101010001 | 10011 | 111001 |
Color Harmonies of #A67C8C
Complementary color
Monochromatic Colors of #A67C8C
Black with #A67C8C
Text Example
Text Example
White with #A67C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C8C; }
p { color: rgb(166,124,140); }
H1.HeaderClassName
{
color: #A67C8C;
}
.AnyTagClassName
{
color: #A67C8C;
}
</style>
background-color css
<style>
a { background-color: #A67C8C; }
a { background-color: rgb(166,124,140); }
div.DivClassName
{
background-color: #A67C8C;
}
.BgClassName
{
background-color: #A67C8C;
}
</style>
border-color css
<style>
span { border-color: #A67C8C; }
span { border-color: rgb(166,124,140); }
td.TdClassName
{
border-color: #A67C8C;
}
.TagClassName
{
border-color: #A67C8C;
}
</style>