Shades of Tapestry #A5858F
Tints of Tapestry #A5858F
RGB
CMYK
RGB Variations
Color information
#A5858F (or 0xA5858F) is known color: Tapestry. HEX triplet: A5, 85 and 8F. RGB value is (165,133,143). Sum of RGB (Red+Green+Blue) = 165+133+143=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858F is #5A7A70. Grayscale: #8F8F8F. Windows color (decimal): -5929585 or 9405861. OLE color: 9405861.
HSL color Cylindrical-coordinate representation of color #A5858F: hue angle of 341.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5858F is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 143 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.35 |
| HSL | 341.25º | 0.15% | 0.58% | - |
| HSV(B) | 341.25º | 0.19% | 0.65% | - |
| XYZ | 28.86 | 26.76 | 29.63 | - |
| YUV | 143.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 143 | 0 | 0.19 | 0.13 | 0.35 | 341.25 | 0.15 | 0.58 |
| Hex | A5 | 85 | 8F | 0 | 13 | D | 23 | 155 | F | 3A |
| Octal | 245 | 205 | 217 | 0 | 23 | 15 | 43 | 525 | 17 | 72 |
| Binary | 10100101 | 10000101 | 10001111 | 0 | 10011 | 1101 | 100011 | 101010101 | 1111 | 111010 |
Color Harmonies of #A5858F
Complementary color
Monochromatic Colors of #A5858F
Black with #A5858F
Text Example
Text Example
White with #A5858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5858F; }
p { color: rgb(165,133,143); }
H1.HeaderClassName
{
color: #A5858F;
}
.AnyTagClassName
{
color: #A5858F;
}
</style>
background-color css
<style>
a { background-color: #A5858F; }
a { background-color: rgb(165,133,143); }
div.DivClassName
{
background-color: #A5858F;
}
.BgClassName
{
background-color: #A5858F;
}
</style>
border-color css
<style>
span { border-color: #A5858F; }
span { border-color: rgb(165,133,143); }
td.TdClassName
{
border-color: #A5858F;
}
.TagClassName
{
border-color: #A5858F;
}
</style>