Shades of Tapestry #A58389
Tints of Tapestry #A58389
RGB
CMYK
RGB Variations
Color information
#A58389 (or 0xA58389) is known color: Tapestry. HEX triplet: A5, 83 and 89. RGB value is (165,131,137). Sum of RGB (Red+Green+Blue) = 165+131+137=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58389 is #5A7C76. Grayscale: #8D8D8D. Windows color (decimal): -5930103 or 9012133. OLE color: 9012133.
HSL color Cylindrical-coordinate representation of color #A58389: hue angle of 349.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58389 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 137 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.35 |
| HSL | 349.41º | 0.16% | 0.58% | - |
| HSV(B) | 349.41º | 0.21% | 0.65% | - |
| XYZ | 28.15 | 26.04 | 27.21 | - |
| YUV | 141.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 137 | 0 | 0.21 | 0.17 | 0.35 | 349.41 | 0.16 | 0.58 |
| Hex | A5 | 83 | 89 | 0 | 15 | 11 | 23 | 15D | 10 | 3A |
| Octal | 245 | 203 | 211 | 0 | 25 | 21 | 43 | 535 | 20 | 72 |
| Binary | 10100101 | 10000011 | 10001001 | 0 | 10101 | 10001 | 100011 | 101011101 | 10000 | 111010 |
Color Harmonies of #A58389
Complementary color
Monochromatic Colors of #A58389
Black with #A58389
Text Example
Text Example
White with #A58389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58389; }
p { color: rgb(165,131,137); }
H1.HeaderClassName
{
color: #A58389;
}
.AnyTagClassName
{
color: #A58389;
}
</style>
background-color css
<style>
a { background-color: #A58389; }
a { background-color: rgb(165,131,137); }
div.DivClassName
{
background-color: #A58389;
}
.BgClassName
{
background-color: #A58389;
}
</style>
border-color css
<style>
span { border-color: #A58389; }
span { border-color: rgb(165,131,137); }
td.TdClassName
{
border-color: #A58389;
}
.TagClassName
{
border-color: #A58389;
}
</style>