Shades of Tapestry #AC718C
Tints of Tapestry #AC718C
RGB
CMYK
RGB Variations
Color information
#AC718C (or 0xAC718C) is known color: Tapestry. HEX triplet: AC, 71 and 8C. RGB value is (172,113,140). Sum of RGB (Red+Green+Blue) = 172+113+140=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718C is #538E73. Grayscale: #858585. Windows color (decimal): -5475956 or 9204140. OLE color: 9204140.
HSL color Cylindrical-coordinate representation of color #AC718C: hue angle of 332.54º 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 #AC718C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 140 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.33 |
| HSL | 332.54º | 0.26% | 0.56% | - |
| HSV(B) | 332.54º | 0.34% | 0.67% | - |
| XYZ | 27.65 | 22.47 | 27.69 | - |
| YUV | 133.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 140 | 0 | 0.34 | 0.19 | 0.33 | 332.54 | 0.26 | 0.56 |
| Hex | AC | 71 | 8C | 0 | 22 | 13 | 21 | 14D | 1A | 38 |
| Octal | 254 | 161 | 214 | 0 | 42 | 23 | 41 | 515 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10001100 | 0 | 100010 | 10011 | 100001 | 101001101 | 11010 | 111000 |
Color Harmonies of #AC718C
Complementary color
Monochromatic Colors of #AC718C
Black with #AC718C
Text Example
Text Example
White with #AC718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC718C; }
p { color: rgb(172,113,140); }
H1.HeaderClassName
{
color: #AC718C;
}
.AnyTagClassName
{
color: #AC718C;
}
</style>
background-color css
<style>
a { background-color: #AC718C; }
a { background-color: rgb(172,113,140); }
div.DivClassName
{
background-color: #AC718C;
}
.BgClassName
{
background-color: #AC718C;
}
</style>
border-color css
<style>
span { border-color: #AC718C; }
span { border-color: rgb(172,113,140); }
td.TdClassName
{
border-color: #AC718C;
}
.TagClassName
{
border-color: #AC718C;
}
</style>