Shades of Tapestry #A57188
Tints of Tapestry #A57188
RGB
CMYK
RGB Variations
Color information
#A57188 (or 0xA57188) is known color: Tapestry. HEX triplet: A5, 71 and 88. RGB value is (165,113,136). Sum of RGB (Red+Green+Blue) = 165+113+136=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A57188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57188 is #5A8E77. Grayscale: #838383. Windows color (decimal): -5934712 or 8941989. OLE color: 8941989.
HSL color Cylindrical-coordinate representation of color #A57188: hue angle of 333.46º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57188 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 136 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.35 |
| HSL | 333.46º | 0.22% | 0.55% | - |
| HSV(B) | 333.46º | 0.32% | 0.65% | - |
| XYZ | 25.87 | 21.59 | 26.1 | - |
| YUV | 131.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 136 | 0 | 0.32 | 0.18 | 0.35 | 333.46 | 0.22 | 0.55 |
| Hex | A5 | 71 | 88 | 0 | 20 | 12 | 23 | 14D | 16 | 37 |
| Octal | 245 | 161 | 210 | 0 | 40 | 22 | 43 | 515 | 26 | 67 |
| Binary | 10100101 | 1110001 | 10001000 | 0 | 100000 | 10010 | 100011 | 101001101 | 10110 | 110111 |
Color Harmonies of #A57188
Complementary color
Monochromatic Colors of #A57188
Black with #A57188
Text Example
Text Example
White with #A57188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57188; }
p { color: rgb(165,113,136); }
H1.HeaderClassName
{
color: #A57188;
}
.AnyTagClassName
{
color: #A57188;
}
</style>
background-color css
<style>
a { background-color: #A57188; }
a { background-color: rgb(165,113,136); }
div.DivClassName
{
background-color: #A57188;
}
.BgClassName
{
background-color: #A57188;
}
</style>
border-color css
<style>
span { border-color: #A57188; }
span { border-color: rgb(165,113,136); }
td.TdClassName
{
border-color: #A57188;
}
.TagClassName
{
border-color: #A57188;
}
</style>