Shades of Tapestry #A5828D
Tints of Tapestry #A5828D
RGB
CMYK
RGB Variations
Color information
#A5828D (or 0xA5828D) is known color: Tapestry. HEX triplet: A5, 82 and 8D. RGB value is (165,130,141). Sum of RGB (Red+Green+Blue) = 165+130+141=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5828D is #5A7D72. Grayscale: #8D8D8D. Windows color (decimal): -5930355 or 9274021. OLE color: 9274021.
HSL color Cylindrical-coordinate representation of color #A5828D: hue angle of 341.14º 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 #A5828D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 141 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.35 |
| HSL | 341.14º | 0.16% | 0.58% | - |
| HSV(B) | 341.14º | 0.21% | 0.65% | - |
| XYZ | 28.31 | 25.89 | 28.7 | - |
| YUV | 141.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 141 | 0 | 0.21 | 0.15 | 0.35 | 341.14 | 0.16 | 0.58 |
| Hex | A5 | 82 | 8D | 0 | 15 | F | 23 | 155 | 10 | 3A |
| Octal | 245 | 202 | 215 | 0 | 25 | 17 | 43 | 525 | 20 | 72 |
| Binary | 10100101 | 10000010 | 10001101 | 0 | 10101 | 1111 | 100011 | 101010101 | 10000 | 111010 |
Color Harmonies of #A5828D
Complementary color
Monochromatic Colors of #A5828D
Black with #A5828D
Text Example
Text Example
White with #A5828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5828D; }
p { color: rgb(165,130,141); }
H1.HeaderClassName
{
color: #A5828D;
}
.AnyTagClassName
{
color: #A5828D;
}
</style>
background-color css
<style>
a { background-color: #A5828D; }
a { background-color: rgb(165,130,141); }
div.DivClassName
{
background-color: #A5828D;
}
.BgClassName
{
background-color: #A5828D;
}
</style>
border-color css
<style>
span { border-color: #A5828D; }
span { border-color: rgb(165,130,141); }
td.TdClassName
{
border-color: #A5828D;
}
.TagClassName
{
border-color: #A5828D;
}
</style>