Shades of Tapestry #AC718D
Tints of Tapestry #AC718D
RGB
CMYK
RGB Variations
Color information
#AC718D (or 0xAC718D) is known color: Tapestry. HEX triplet: AC, 71 and 8D. RGB value is (172,113,141). Sum of RGB (Red+Green+Blue) = 172+113+141=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718D is #538E72. Grayscale: #858585. Windows color (decimal): -5475955 or 9269676. OLE color: 9269676.
HSL color Cylindrical-coordinate representation of color #AC718D: hue angle of 331.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC718D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 141 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.33 |
| HSL | 331.53º | 0.26% | 0.56% | - |
| HSV(B) | 331.53º | 0.34% | 0.67% | - |
| XYZ | 27.73 | 22.5 | 28.08 | - |
| YUV | 133.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 141 | 0 | 0.34 | 0.18 | 0.33 | 331.53 | 0.26 | 0.56 |
| Hex | AC | 71 | 8D | 0 | 22 | 12 | 21 | 14C | 1A | 38 |
| Octal | 254 | 161 | 215 | 0 | 42 | 22 | 41 | 514 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10001101 | 0 | 100010 | 10010 | 100001 | 101001100 | 11010 | 111000 |
Color Harmonies of #AC718D
Complementary color
Monochromatic Colors of #AC718D
Black with #AC718D
Text Example
Text Example
White with #AC718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC718D; }
p { color: rgb(172,113,141); }
H1.HeaderClassName
{
color: #AC718D;
}
.AnyTagClassName
{
color: #AC718D;
}
</style>
background-color css
<style>
a { background-color: #AC718D; }
a { background-color: rgb(172,113,141); }
div.DivClassName
{
background-color: #AC718D;
}
.BgClassName
{
background-color: #AC718D;
}
</style>
border-color css
<style>
span { border-color: #AC718D; }
span { border-color: rgb(172,113,141); }
td.TdClassName
{
border-color: #AC718D;
}
.TagClassName
{
border-color: #AC718D;
}
</style>