Shades of Tapestry #AC848E
Tints of Tapestry #AC848E
RGB
CMYK
RGB Variations
Color information
#AC848E (or 0xAC848E) is known color: Tapestry. HEX triplet: AC, 84 and 8E. RGB value is (172,132,142). Sum of RGB (Red+Green+Blue) = 172+132+142=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848E is #537B71. Grayscale: #919191. Windows color (decimal): -5471090 or 9340076. OLE color: 9340076.
HSL color Cylindrical-coordinate representation of color #AC848E: hue angle of 345º 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 #AC848E is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 142 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.33 |
| HSL | 345º | 0.19% | 0.6% | - |
| HSV(B) | 345º | 0.23% | 0.67% | - |
| XYZ | 30.15 | 27.23 | 29.26 | - |
| YUV | 145.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 142 | 0 | 0.23 | 0.17 | 0.33 | 345 | 0.19 | 0.6 |
| Hex | AC | 84 | 8E | 0 | 17 | 11 | 21 | 159 | 13 | 3C |
| Octal | 254 | 204 | 216 | 0 | 27 | 21 | 41 | 531 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10001110 | 0 | 10111 | 10001 | 100001 | 101011001 | 10011 | 111100 |
Color Harmonies of #AC848E
Complementary color
Monochromatic Colors of #AC848E
Black with #AC848E
Text Example
Text Example
White with #AC848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC848E; }
p { color: rgb(172,132,142); }
H1.HeaderClassName
{
color: #AC848E;
}
.AnyTagClassName
{
color: #AC848E;
}
</style>
background-color css
<style>
a { background-color: #AC848E; }
a { background-color: rgb(172,132,142); }
div.DivClassName
{
background-color: #AC848E;
}
.BgClassName
{
background-color: #AC848E;
}
</style>
border-color css
<style>
span { border-color: #AC848E; }
span { border-color: rgb(172,132,142); }
td.TdClassName
{
border-color: #AC848E;
}
.TagClassName
{
border-color: #AC848E;
}
</style>