Shades of Tapestry #A57686
Tints of Tapestry #A57686
RGB
CMYK
RGB Variations
Color information
#A57686 (or 0xA57686) is known color: Tapestry. HEX triplet: A5, 76 and 86. RGB value is (165,118,134). Sum of RGB (Red+Green+Blue) = 165+118+134=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A57686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57686 is #5A8979. Grayscale: #858585. Windows color (decimal): -5933434 or 8812197. OLE color: 8812197.
HSL color Cylindrical-coordinate representation of color #A57686: hue angle of 339.57º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57686 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 134 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.35 |
| HSL | 339.57º | 0.21% | 0.55% | - |
| HSV(B) | 339.57º | 0.28% | 0.65% | - |
| XYZ | 26.3 | 22.68 | 25.55 | - |
| YUV | 133.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 134 | 0 | 0.28 | 0.19 | 0.35 | 339.57 | 0.21 | 0.55 |
| Hex | A5 | 76 | 86 | 0 | 1C | 13 | 23 | 154 | 15 | 37 |
| Octal | 245 | 166 | 206 | 0 | 34 | 23 | 43 | 524 | 25 | 67 |
| Binary | 10100101 | 1110110 | 10000110 | 0 | 11100 | 10011 | 100011 | 101010100 | 10101 | 110111 |
Color Harmonies of #A57686
Complementary color
Monochromatic Colors of #A57686
Black with #A57686
Text Example
Text Example
White with #A57686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57686; }
p { color: rgb(165,118,134); }
H1.HeaderClassName
{
color: #A57686;
}
.AnyTagClassName
{
color: #A57686;
}
</style>
background-color css
<style>
a { background-color: #A57686; }
a { background-color: rgb(165,118,134); }
div.DivClassName
{
background-color: #A57686;
}
.BgClassName
{
background-color: #A57686;
}
</style>
border-color css
<style>
span { border-color: #A57686; }
span { border-color: rgb(165,118,134); }
td.TdClassName
{
border-color: #A57686;
}
.TagClassName
{
border-color: #A57686;
}
</style>