Shades of Tapestry #A67B86
Tints of Tapestry #A67B86
RGB
CMYK
RGB Variations
Color information
#A67B86 (or 0xA67B86) is known color: Tapestry. HEX triplet: A6, 7B and 86. RGB value is (166,123,134). Sum of RGB (Red+Green+Blue) = 166+123+134=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B86 is #598479. Grayscale: #898989. Windows color (decimal): -5866618 or 8813478. OLE color: 8813478.
HSL color Cylindrical-coordinate representation of color #A67B86: hue angle of 344.65º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67B86 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 134 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.35 |
| HSL | 344.65º | 0.19% | 0.57% | - |
| HSV(B) | 344.65º | 0.26% | 0.65% | - |
| XYZ | 27.11 | 23.99 | 25.76 | - |
| YUV | 137.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 134 | 0 | 0.26 | 0.19 | 0.35 | 344.65 | 0.19 | 0.57 |
| Hex | A6 | 7B | 86 | 0 | 1A | 13 | 23 | 159 | 13 | 39 |
| Octal | 246 | 173 | 206 | 0 | 32 | 23 | 43 | 531 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10000110 | 0 | 11010 | 10011 | 100011 | 101011001 | 10011 | 111001 |
Color Harmonies of #A67B86
Complementary color
Monochromatic Colors of #A67B86
Black with #A67B86
Text Example
Text Example
White with #A67B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B86; }
p { color: rgb(166,123,134); }
H1.HeaderClassName
{
color: #A67B86;
}
.AnyTagClassName
{
color: #A67B86;
}
</style>
background-color css
<style>
a { background-color: #A67B86; }
a { background-color: rgb(166,123,134); }
div.DivClassName
{
background-color: #A67B86;
}
.BgClassName
{
background-color: #A67B86;
}
</style>
border-color css
<style>
span { border-color: #A67B86; }
span { border-color: rgb(166,123,134); }
td.TdClassName
{
border-color: #A67B86;
}
.TagClassName
{
border-color: #A67B86;
}
</style>