Shades of Tapestry #A67089
Tints of Tapestry #A67089
RGB
CMYK
RGB Variations
Color information
#A67089 (or 0xA67089) is known color: Tapestry. HEX triplet: A6, 70 and 89. RGB value is (166,112,137). Sum of RGB (Red+Green+Blue) = 166+112+137=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67089 is #598F76. Grayscale: #828282. Windows color (decimal): -5869431 or 9007270. OLE color: 9007270.
HSL color Cylindrical-coordinate representation of color #A67089: hue angle of 332.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67089 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 137 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.35 |
| HSL | 332.22º | 0.23% | 0.55% | - |
| HSV(B) | 332.22º | 0.33% | 0.65% | - |
| XYZ | 26.04 | 21.5 | 26.44 | - |
| YUV | 131 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 137 | 0 | 0.33 | 0.17 | 0.35 | 332.22 | 0.23 | 0.55 |
| Hex | A6 | 70 | 89 | 0 | 21 | 11 | 23 | 14C | 17 | 37 |
| Octal | 246 | 160 | 211 | 0 | 41 | 21 | 43 | 514 | 27 | 67 |
| Binary | 10100110 | 1110000 | 10001001 | 0 | 100001 | 10001 | 100011 | 101001100 | 10111 | 110111 |
Color Harmonies of #A67089
Complementary color
Monochromatic Colors of #A67089
Black with #A67089
Text Example
Text Example
White with #A67089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67089; }
p { color: rgb(166,112,137); }
H1.HeaderClassName
{
color: #A67089;
}
.AnyTagClassName
{
color: #A67089;
}
</style>
background-color css
<style>
a { background-color: #A67089; }
a { background-color: rgb(166,112,137); }
div.DivClassName
{
background-color: #A67089;
}
.BgClassName
{
background-color: #A67089;
}
</style>
border-color css
<style>
span { border-color: #A67089; }
span { border-color: rgb(166,112,137); }
td.TdClassName
{
border-color: #A67089;
}
.TagClassName
{
border-color: #A67089;
}
</style>