Shades of Tapestry #AC5E7C
Tints of Tapestry #AC5E7C
RGB
CMYK
RGB Variations
Color information
#AC5E7C (or 0xAC5E7C) is known color: Tapestry. HEX triplet: AC, 5E and 7C. RGB value is (172,94,124). Sum of RGB (Red+Green+Blue) = 172+94+124=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E7C is #53A183. Grayscale: #787878. Windows color (decimal): -5480836 or 8150700. OLE color: 8150700.
HSL color Cylindrical-coordinate representation of color #AC5E7C: hue angle of 336.92º 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 #AC5E7C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 124 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.33 |
| HSL | 336.92º | 0.32% | 0.52% | - |
| HSV(B) | 336.92º | 0.45% | 0.67% | - |
| XYZ | 24.65 | 18.23 | 21.29 | - |
| YUV | 120.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 124 | 0 | 0.45 | 0.28 | 0.33 | 336.92 | 0.32 | 0.52 |
| Hex | AC | 5E | 7C | 0 | 2D | 1C | 21 | 151 | 20 | 34 |
| Octal | 254 | 136 | 174 | 0 | 55 | 34 | 41 | 521 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1111100 | 0 | 101101 | 11100 | 100001 | 101010001 | 100000 | 110100 |
Color Harmonies of #AC5E7C
Complementary color
Monochromatic Colors of #AC5E7C
Black with #AC5E7C
Text Example
Text Example
White with #AC5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E7C; }
p { color: rgb(172,94,124); }
H1.HeaderClassName
{
color: #AC5E7C;
}
.AnyTagClassName
{
color: #AC5E7C;
}
</style>
background-color css
<style>
a { background-color: #AC5E7C; }
a { background-color: rgb(172,94,124); }
div.DivClassName
{
background-color: #AC5E7C;
}
.BgClassName
{
background-color: #AC5E7C;
}
</style>
border-color css
<style>
span { border-color: #AC5E7C; }
span { border-color: rgb(172,94,124); }
td.TdClassName
{
border-color: #AC5E7C;
}
.TagClassName
{
border-color: #AC5E7C;
}
</style>