Shades of Tapestry #A5858A
Tints of Tapestry #A5858A
RGB
CMYK
RGB Variations
Color information
#A5858A (or 0xA5858A) is known color: Tapestry. HEX triplet: A5, 85 and 8A. RGB value is (165,133,138). Sum of RGB (Red+Green+Blue) = 165+133+138=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858A is #5A7A75. Grayscale: #8F8F8F. Windows color (decimal): -5929590 or 9078181. OLE color: 9078181.
HSL color Cylindrical-coordinate representation of color #A5858A: hue angle of 350.62º 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 #A5858A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 138 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.35 |
| HSL | 350.63º | 0.15% | 0.58% | - |
| HSV(B) | 350.63º | 0.19% | 0.65% | - |
| XYZ | 28.49 | 26.61 | 27.68 | - |
| YUV | 143.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 138 | 0 | 0.19 | 0.16 | 0.35 | 350.63 | 0.15 | 0.58 |
| Hex | A5 | 85 | 8A | 0 | 13 | 10 | 23 | 15F | F | 3A |
| Octal | 245 | 205 | 212 | 0 | 23 | 20 | 43 | 537 | 17 | 72 |
| Binary | 10100101 | 10000101 | 10001010 | 0 | 10011 | 10000 | 100011 | 101011111 | 1111 | 111010 |
Color Harmonies of #A5858A
Complementary color
Monochromatic Colors of #A5858A
Black with #A5858A
Text Example
Text Example
White with #A5858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5858A; }
p { color: rgb(165,133,138); }
H1.HeaderClassName
{
color: #A5858A;
}
.AnyTagClassName
{
color: #A5858A;
}
</style>
background-color css
<style>
a { background-color: #A5858A; }
a { background-color: rgb(165,133,138); }
div.DivClassName
{
background-color: #A5858A;
}
.BgClassName
{
background-color: #A5858A;
}
</style>
border-color css
<style>
span { border-color: #A5858A; }
span { border-color: rgb(165,133,138); }
td.TdClassName
{
border-color: #A5858A;
}
.TagClassName
{
border-color: #A5858A;
}
</style>