Shades of Tapestry #A5808D
Tints of Tapestry #A5808D
RGB
CMYK
RGB Variations
Color information
#A5808D (or 0xA5808D) is known color: Tapestry. HEX triplet: A5, 80 and 8D. RGB value is (165,128,141). Sum of RGB (Red+Green+Blue) = 165+128+141=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808D is #5A7F72. Grayscale: #8C8C8C. Windows color (decimal): -5930867 or 9273509. OLE color: 9273509.
HSL color Cylindrical-coordinate representation of color #A5808D: hue angle of 338.92º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5808D is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 141 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.35 |
| HSL | 338.92º | 0.17% | 0.57% | - |
| HSV(B) | 338.92º | 0.22% | 0.65% | - |
| XYZ | 28.04 | 25.36 | 28.62 | - |
| YUV | 140.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 141 | 0 | 0.22 | 0.15 | 0.35 | 338.92 | 0.17 | 0.57 |
| Hex | A5 | 80 | 8D | 0 | 16 | F | 23 | 153 | 11 | 39 |
| Octal | 245 | 200 | 215 | 0 | 26 | 17 | 43 | 523 | 21 | 71 |
| Binary | 10100101 | 10000000 | 10001101 | 0 | 10110 | 1111 | 100011 | 101010011 | 10001 | 111001 |
Color Harmonies of #A5808D
Complementary color
Monochromatic Colors of #A5808D
Black with #A5808D
Text Example
Text Example
White with #A5808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5808D; }
p { color: rgb(165,128,141); }
H1.HeaderClassName
{
color: #A5808D;
}
.AnyTagClassName
{
color: #A5808D;
}
</style>
background-color css
<style>
a { background-color: #A5808D; }
a { background-color: rgb(165,128,141); }
div.DivClassName
{
background-color: #A5808D;
}
.BgClassName
{
background-color: #A5808D;
}
</style>
border-color css
<style>
span { border-color: #A5808D; }
span { border-color: rgb(165,128,141); }
td.TdClassName
{
border-color: #A5808D;
}
.TagClassName
{
border-color: #A5808D;
}
</style>