Shades of Tapestry #A67A87
Tints of Tapestry #A67A87
RGB
CMYK
RGB Variations
Color information
#A67A87 (or 0xA67A87) is known color: Tapestry. HEX triplet: A6, 7A and 87. RGB value is (166,122,135). Sum of RGB (Red+Green+Blue) = 166+122+135=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A87 is #598578. Grayscale: #888888. Windows color (decimal): -5866873 or 8878758. OLE color: 8878758.
HSL color Cylindrical-coordinate representation of color #A67A87: hue angle of 342.27º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A87 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 135 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.35 |
| HSL | 342.27º | 0.2% | 0.56% | - |
| HSV(B) | 342.27º | 0.27% | 0.65% | - |
| XYZ | 27.06 | 23.78 | 26.08 | - |
| YUV | 136.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 135 | 0 | 0.27 | 0.19 | 0.35 | 342.27 | 0.2 | 0.56 |
| Hex | A6 | 7A | 87 | 0 | 1B | 13 | 23 | 156 | 14 | 38 |
| Octal | 246 | 172 | 207 | 0 | 33 | 23 | 43 | 526 | 24 | 70 |
| Binary | 10100110 | 1111010 | 10000111 | 0 | 11011 | 10011 | 100011 | 101010110 | 10100 | 111000 |
Color Harmonies of #A67A87
Complementary color
Monochromatic Colors of #A67A87
Black with #A67A87
Text Example
Text Example
White with #A67A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A87; }
p { color: rgb(166,122,135); }
H1.HeaderClassName
{
color: #A67A87;
}
.AnyTagClassName
{
color: #A67A87;
}
</style>
background-color css
<style>
a { background-color: #A67A87; }
a { background-color: rgb(166,122,135); }
div.DivClassName
{
background-color: #A67A87;
}
.BgClassName
{
background-color: #A67A87;
}
</style>
border-color css
<style>
span { border-color: #A67A87; }
span { border-color: rgb(166,122,135); }
td.TdClassName
{
border-color: #A67A87;
}
.TagClassName
{
border-color: #A67A87;
}
</style>