Shades of Tapestry #A67289
Tints of Tapestry #A67289
RGB
CMYK
RGB Variations
Color information
#A67289 (or 0xA67289) is known color: Tapestry. HEX triplet: A6, 72 and 89. RGB value is (166,114,137). Sum of RGB (Red+Green+Blue) = 166+114+137=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67289 is #598D76. Grayscale: #848484. Windows color (decimal): -5868919 or 9007782. OLE color: 9007782.
HSL color Cylindrical-coordinate representation of color #A67289: hue angle of 333.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67289 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 137 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.35 |
| HSL | 333.46º | 0.23% | 0.55% | - |
| HSV(B) | 333.46º | 0.31% | 0.65% | - |
| XYZ | 26.26 | 21.95 | 26.52 | - |
| YUV | 132.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 137 | 0 | 0.31 | 0.17 | 0.35 | 333.46 | 0.23 | 0.55 |
| Hex | A6 | 72 | 89 | 0 | 1F | 11 | 23 | 14D | 17 | 37 |
| Octal | 246 | 162 | 211 | 0 | 37 | 21 | 43 | 515 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10001001 | 0 | 11111 | 10001 | 100011 | 101001101 | 10111 | 110111 |
Color Harmonies of #A67289
Complementary color
Monochromatic Colors of #A67289
Black with #A67289
Text Example
Text Example
White with #A67289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67289; }
p { color: rgb(166,114,137); }
H1.HeaderClassName
{
color: #A67289;
}
.AnyTagClassName
{
color: #A67289;
}
</style>
background-color css
<style>
a { background-color: #A67289; }
a { background-color: rgb(166,114,137); }
div.DivClassName
{
background-color: #A67289;
}
.BgClassName
{
background-color: #A67289;
}
</style>
border-color css
<style>
span { border-color: #A67289; }
span { border-color: rgb(166,114,137); }
td.TdClassName
{
border-color: #A67289;
}
.TagClassName
{
border-color: #A67289;
}
</style>