Shades of Tapestry #AC5D86
Tints of Tapestry #AC5D86
RGB
CMYK
RGB Variations
Color information
#AC5D86 (or 0xAC5D86) is known color: Tapestry. HEX triplet: AC, 5D and 86. RGB value is (172,93,134). Sum of RGB (Red+Green+Blue) = 172+93+134=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D86 is #53A279. Grayscale: #797979. Windows color (decimal): -5481082 or 8805804. OLE color: 8805804.
HSL color Cylindrical-coordinate representation of color #AC5D86: hue angle of 328.86º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D86 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 134 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.33 |
| HSL | 328.86º | 0.32% | 0.52% | - |
| HSV(B) | 328.86º | 0.46% | 0.67% | - |
| XYZ | 25.23 | 18.32 | 24.76 | - |
| YUV | 121.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 134 | 0 | 0.46 | 0.22 | 0.33 | 328.86 | 0.32 | 0.52 |
| Hex | AC | 5D | 86 | 0 | 2E | 16 | 21 | 149 | 20 | 34 |
| Octal | 254 | 135 | 206 | 0 | 56 | 26 | 41 | 511 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10000110 | 0 | 101110 | 10110 | 100001 | 101001001 | 100000 | 110100 |
Color Harmonies of #AC5D86
Complementary color
Monochromatic Colors of #AC5D86
Black with #AC5D86
Text Example
Text Example
White with #AC5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D86; }
p { color: rgb(172,93,134); }
H1.HeaderClassName
{
color: #AC5D86;
}
.AnyTagClassName
{
color: #AC5D86;
}
</style>
background-color css
<style>
a { background-color: #AC5D86; }
a { background-color: rgb(172,93,134); }
div.DivClassName
{
background-color: #AC5D86;
}
.BgClassName
{
background-color: #AC5D86;
}
</style>
border-color css
<style>
span { border-color: #AC5D86; }
span { border-color: rgb(172,93,134); }
td.TdClassName
{
border-color: #AC5D86;
}
.TagClassName
{
border-color: #AC5D86;
}
</style>