Shades of Tapestry #AC5E87
Tints of Tapestry #AC5E87
RGB
CMYK
RGB Variations
Color information
#AC5E87 (or 0xAC5E87) is known color: Tapestry. HEX triplet: AC, 5E and 87. RGB value is (172,94,135). Sum of RGB (Red+Green+Blue) = 172+94+135=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E87 is #53A178. Grayscale: #797979. Windows color (decimal): -5480825 or 8871596. OLE color: 8871596.
HSL color Cylindrical-coordinate representation of color #AC5E87: hue angle of 328.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E87 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 135 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.33 |
| HSL | 328.46º | 0.32% | 0.52% | - |
| HSV(B) | 328.46º | 0.45% | 0.67% | - |
| XYZ | 25.39 | 18.53 | 25.16 | - |
| YUV | 122 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 135 | 0 | 0.45 | 0.22 | 0.33 | 328.46 | 0.32 | 0.52 |
| Hex | AC | 5E | 87 | 0 | 2D | 16 | 21 | 148 | 20 | 34 |
| Octal | 254 | 136 | 207 | 0 | 55 | 26 | 41 | 510 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10000111 | 0 | 101101 | 10110 | 100001 | 101001000 | 100000 | 110100 |
Color Harmonies of #AC5E87
Complementary color
Monochromatic Colors of #AC5E87
Black with #AC5E87
Text Example
Text Example
White with #AC5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E87; }
p { color: rgb(172,94,135); }
H1.HeaderClassName
{
color: #AC5E87;
}
.AnyTagClassName
{
color: #AC5E87;
}
</style>
background-color css
<style>
a { background-color: #AC5E87; }
a { background-color: rgb(172,94,135); }
div.DivClassName
{
background-color: #AC5E87;
}
.BgClassName
{
background-color: #AC5E87;
}
</style>
border-color css
<style>
span { border-color: #AC5E87; }
span { border-color: rgb(172,94,135); }
td.TdClassName
{
border-color: #AC5E87;
}
.TagClassName
{
border-color: #AC5E87;
}
</style>