Shades of Tapestry #AC718F
Tints of Tapestry #AC718F
RGB
CMYK
RGB Variations
Color information
#AC718F (or 0xAC718F) is known color: Tapestry. HEX triplet: AC, 71 and 8F. RGB value is (172,113,143). Sum of RGB (Red+Green+Blue) = 172+113+143=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718F is #538E70. Grayscale: #868686. Windows color (decimal): -5475953 or 9400748. OLE color: 9400748.
HSL color Cylindrical-coordinate representation of color #AC718F: hue angle of 329.49º 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 #AC718F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 143 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.33 |
| HSL | 329.49º | 0.26% | 0.56% | - |
| HSV(B) | 329.49º | 0.34% | 0.67% | - |
| XYZ | 27.88 | 22.56 | 28.87 | - |
| YUV | 134.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 143 | 0 | 0.34 | 0.17 | 0.33 | 329.49 | 0.26 | 0.56 |
| Hex | AC | 71 | 8F | 0 | 22 | 11 | 21 | 149 | 1A | 38 |
| Octal | 254 | 161 | 217 | 0 | 42 | 21 | 41 | 511 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10001111 | 0 | 100010 | 10001 | 100001 | 101001001 | 11010 | 111000 |
Color Harmonies of #AC718F
Complementary color
Monochromatic Colors of #AC718F
Black with #AC718F
Text Example
Text Example
White with #AC718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC718F; }
p { color: rgb(172,113,143); }
H1.HeaderClassName
{
color: #AC718F;
}
.AnyTagClassName
{
color: #AC718F;
}
</style>
background-color css
<style>
a { background-color: #AC718F; }
a { background-color: rgb(172,113,143); }
div.DivClassName
{
background-color: #AC718F;
}
.BgClassName
{
background-color: #AC718F;
}
</style>
border-color css
<style>
span { border-color: #AC718F; }
span { border-color: rgb(172,113,143); }
td.TdClassName
{
border-color: #AC718F;
}
.TagClassName
{
border-color: #AC718F;
}
</style>