Shades of Tapestry #A58489
Tints of Tapestry #A58489
RGB
CMYK
RGB Variations
Color information
#A58489 (or 0xA58489) is known color: Tapestry. HEX triplet: A5, 84 and 89. RGB value is (165,132,137). Sum of RGB (Red+Green+Blue) = 165+132+137=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58489 is #5A7B76. Grayscale: #8E8E8E. Windows color (decimal): -5929847 or 9012389. OLE color: 9012389.
HSL color Cylindrical-coordinate representation of color #A58489: hue angle of 350.91º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58489 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 137 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.35 |
| HSL | 350.91º | 0.15% | 0.58% | - |
| HSV(B) | 350.91º | 0.2% | 0.65% | - |
| XYZ | 28.28 | 26.31 | 27.25 | - |
| YUV | 142.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 137 | 0 | 0.20 | 0.17 | 0.35 | 350.91 | 0.15 | 0.58 |
| Hex | A5 | 84 | 89 | 0 | 14 | 11 | 23 | 15F | F | 3A |
| Octal | 245 | 204 | 211 | 0 | 24 | 21 | 43 | 537 | 17 | 72 |
| Binary | 10100101 | 10000100 | 10001001 | 0 | 10100 | 10001 | 100011 | 101011111 | 1111 | 111010 |
Color Harmonies of #A58489
Complementary color
Monochromatic Colors of #A58489
Black with #A58489
Text Example
Text Example
White with #A58489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58489; }
p { color: rgb(165,132,137); }
H1.HeaderClassName
{
color: #A58489;
}
.AnyTagClassName
{
color: #A58489;
}
</style>
background-color css
<style>
a { background-color: #A58489; }
a { background-color: rgb(165,132,137); }
div.DivClassName
{
background-color: #A58489;
}
.BgClassName
{
background-color: #A58489;
}
</style>
border-color css
<style>
span { border-color: #A58489; }
span { border-color: rgb(165,132,137); }
td.TdClassName
{
border-color: #A58489;
}
.TagClassName
{
border-color: #A58489;
}
</style>