Shades of Tapestry #AC728E
Tints of Tapestry #AC728E
RGB
CMYK
RGB Variations
Color information
#AC728E (or 0xAC728E) is known color: Tapestry. HEX triplet: AC, 72 and 8E. RGB value is (172,114,142). Sum of RGB (Red+Green+Blue) = 172+114+142=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC728E is #538D71. Grayscale: #868686. Windows color (decimal): -5475698 or 9335468. OLE color: 9335468.
HSL color Cylindrical-coordinate representation of color #AC728E: hue angle of 331.03º 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 #AC728E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 142 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.33 |
| HSL | 331.03º | 0.26% | 0.56% | - |
| HSV(B) | 331.03º | 0.34% | 0.67% | - |
| XYZ | 27.91 | 22.76 | 28.51 | - |
| YUV | 134.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 142 | 0 | 0.34 | 0.17 | 0.33 | 331.03 | 0.26 | 0.56 |
| Hex | AC | 72 | 8E | 0 | 22 | 11 | 21 | 14B | 1A | 38 |
| Octal | 254 | 162 | 216 | 0 | 42 | 21 | 41 | 513 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10001110 | 0 | 100010 | 10001 | 100001 | 101001011 | 11010 | 111000 |
Color Harmonies of #AC728E
Complementary color
Monochromatic Colors of #AC728E
Black with #AC728E
Text Example
Text Example
White with #AC728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC728E; }
p { color: rgb(172,114,142); }
H1.HeaderClassName
{
color: #AC728E;
}
.AnyTagClassName
{
color: #AC728E;
}
</style>
background-color css
<style>
a { background-color: #AC728E; }
a { background-color: rgb(172,114,142); }
div.DivClassName
{
background-color: #AC728E;
}
.BgClassName
{
background-color: #AC728E;
}
</style>
border-color css
<style>
span { border-color: #AC728E; }
span { border-color: rgb(172,114,142); }
td.TdClassName
{
border-color: #AC728E;
}
.TagClassName
{
border-color: #AC728E;
}
</style>