Shades of Tapestry #AC848D
Tints of Tapestry #AC848D
RGB
CMYK
RGB Variations
Color information
#AC848D (or 0xAC848D) is known color: Tapestry. HEX triplet: AC, 84 and 8D. RGB value is (172,132,141). Sum of RGB (Red+Green+Blue) = 172+132+141=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848D is #537B72. Grayscale: #909090. Windows color (decimal): -5471091 or 9274540. OLE color: 9274540.
HSL color Cylindrical-coordinate representation of color #AC848D: hue angle of 346.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC848D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 141 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.33 |
| HSL | 346.5º | 0.19% | 0.6% | - |
| HSV(B) | 346.5º | 0.23% | 0.67% | - |
| XYZ | 30.07 | 27.2 | 28.86 | - |
| YUV | 144.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 141 | 0 | 0.23 | 0.18 | 0.33 | 346.5 | 0.19 | 0.6 |
| Hex | AC | 84 | 8D | 0 | 17 | 12 | 21 | 15A | 13 | 3C |
| Octal | 254 | 204 | 215 | 0 | 27 | 22 | 41 | 532 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10001101 | 0 | 10111 | 10010 | 100001 | 101011010 | 10011 | 111100 |
Color Harmonies of #AC848D
Complementary color
Monochromatic Colors of #AC848D
Black with #AC848D
Text Example
Text Example
White with #AC848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC848D; }
p { color: rgb(172,132,141); }
H1.HeaderClassName
{
color: #AC848D;
}
.AnyTagClassName
{
color: #AC848D;
}
</style>
background-color css
<style>
a { background-color: #AC848D; }
a { background-color: rgb(172,132,141); }
div.DivClassName
{
background-color: #AC848D;
}
.BgClassName
{
background-color: #AC848D;
}
</style>
border-color css
<style>
span { border-color: #AC848D; }
span { border-color: rgb(172,132,141); }
td.TdClassName
{
border-color: #AC848D;
}
.TagClassName
{
border-color: #AC848D;
}
</style>