Shades of Tapestry #A57F89
Tints of Tapestry #A57F89
RGB
CMYK
RGB Variations
Color information
#A57F89 (or 0xA57F89) is known color: Tapestry. HEX triplet: A5, 7F and 89. RGB value is (165,127,137). Sum of RGB (Red+Green+Blue) = 165+127+137=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F89 is #5A8076. Grayscale: #8B8B8B. Windows color (decimal): -5931127 or 9011109. OLE color: 9011109.
HSL color Cylindrical-coordinate representation of color #A57F89: hue angle of 344.21º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A57F89 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 137 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.35 |
| HSL | 344.21º | 0.17% | 0.57% | - |
| HSV(B) | 344.21º | 0.23% | 0.65% | - |
| XYZ | 27.62 | 24.98 | 27.03 | - |
| YUV | 139.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 137 | 0 | 0.23 | 0.17 | 0.35 | 344.21 | 0.17 | 0.57 |
| Hex | A5 | 7F | 89 | 0 | 17 | 11 | 23 | 158 | 11 | 39 |
| Octal | 245 | 177 | 211 | 0 | 27 | 21 | 43 | 530 | 21 | 71 |
| Binary | 10100101 | 1111111 | 10001001 | 0 | 10111 | 10001 | 100011 | 101011000 | 10001 | 111001 |
Color Harmonies of #A57F89
Complementary color
Monochromatic Colors of #A57F89
Black with #A57F89
Text Example
Text Example
White with #A57F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F89; }
p { color: rgb(165,127,137); }
H1.HeaderClassName
{
color: #A57F89;
}
.AnyTagClassName
{
color: #A57F89;
}
</style>
background-color css
<style>
a { background-color: #A57F89; }
a { background-color: rgb(165,127,137); }
div.DivClassName
{
background-color: #A57F89;
}
.BgClassName
{
background-color: #A57F89;
}
</style>
border-color css
<style>
span { border-color: #A57F89; }
span { border-color: rgb(165,127,137); }
td.TdClassName
{
border-color: #A57F89;
}
.TagClassName
{
border-color: #A57F89;
}
</style>