Shades of Tapestry #A57383
Tints of Tapestry #A57383
RGB
CMYK
RGB Variations
Color information
#A57383 (or 0xA57383) is known color: Tapestry. HEX triplet: A5, 73 and 83. RGB value is (165,115,131). Sum of RGB (Red+Green+Blue) = 165+115+131=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A57383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57383 is #5A8C7C. Grayscale: #838383. Windows color (decimal): -5934205 or 8614821. OLE color: 8614821.
HSL color Cylindrical-coordinate representation of color #A57383: hue angle of 340.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57383 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 131 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.35 |
| HSL | 340.8º | 0.22% | 0.55% | - |
| HSV(B) | 340.8º | 0.3% | 0.65% | - |
| XYZ | 25.74 | 21.9 | 24.34 | - |
| YUV | 131.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 131 | 0 | 0.30 | 0.21 | 0.35 | 340.8 | 0.22 | 0.55 |
| Hex | A5 | 73 | 83 | 0 | 1E | 15 | 23 | 155 | 16 | 37 |
| Octal | 245 | 163 | 203 | 0 | 36 | 25 | 43 | 525 | 26 | 67 |
| Binary | 10100101 | 1110011 | 10000011 | 0 | 11110 | 10101 | 100011 | 101010101 | 10110 | 110111 |
Color Harmonies of #A57383
Complementary color
Monochromatic Colors of #A57383
Black with #A57383
Text Example
Text Example
White with #A57383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57383; }
p { color: rgb(165,115,131); }
H1.HeaderClassName
{
color: #A57383;
}
.AnyTagClassName
{
color: #A57383;
}
</style>
background-color css
<style>
a { background-color: #A57383; }
a { background-color: rgb(165,115,131); }
div.DivClassName
{
background-color: #A57383;
}
.BgClassName
{
background-color: #A57383;
}
</style>
border-color css
<style>
span { border-color: #A57383; }
span { border-color: rgb(165,115,131); }
td.TdClassName
{
border-color: #A57383;
}
.TagClassName
{
border-color: #A57383;
}
</style>