Shades of Tapestry #A57289
Tints of Tapestry #A57289
RGB
CMYK
RGB Variations
Color information
#A57289 (or 0xA57289) is known color: Tapestry. HEX triplet: A5, 72 and 89. RGB value is (165,114,137). Sum of RGB (Red+Green+Blue) = 165+114+137=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57289 is #5A8D76. Grayscale: #838383. Windows color (decimal): -5934455 or 9007781. OLE color: 9007781.
HSL color Cylindrical-coordinate representation of color #A57289: hue angle of 332.94º degrees, saturation: 0.22, 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 #A57289 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 137 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.35 |
| HSL | 332.94º | 0.22% | 0.55% | - |
| HSV(B) | 332.94º | 0.31% | 0.65% | - |
| XYZ | 26.05 | 21.84 | 26.51 | - |
| YUV | 131.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 137 | 0 | 0.31 | 0.17 | 0.35 | 332.94 | 0.22 | 0.55 |
| Hex | A5 | 72 | 89 | 0 | 1F | 11 | 23 | 14D | 16 | 37 |
| Octal | 245 | 162 | 211 | 0 | 37 | 21 | 43 | 515 | 26 | 67 |
| Binary | 10100101 | 1110010 | 10001001 | 0 | 11111 | 10001 | 100011 | 101001101 | 10110 | 110111 |
Color Harmonies of #A57289
Complementary color
Monochromatic Colors of #A57289
Black with #A57289
Text Example
Text Example
White with #A57289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57289; }
p { color: rgb(165,114,137); }
H1.HeaderClassName
{
color: #A57289;
}
.AnyTagClassName
{
color: #A57289;
}
</style>
background-color css
<style>
a { background-color: #A57289; }
a { background-color: rgb(165,114,137); }
div.DivClassName
{
background-color: #A57289;
}
.BgClassName
{
background-color: #A57289;
}
</style>
border-color css
<style>
span { border-color: #A57289; }
span { border-color: rgb(165,114,137); }
td.TdClassName
{
border-color: #A57289;
}
.TagClassName
{
border-color: #A57289;
}
</style>