Shades of Tapestry #AC728B
Tints of Tapestry #AC728B
RGB
CMYK
RGB Variations
Color information
#AC728B (or 0xAC728B) is known color: Tapestry. HEX triplet: AC, 72 and 8B. RGB value is (172,114,139). Sum of RGB (Red+Green+Blue) = 172+114+139=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC728B is #538D74. Grayscale: #868686. Windows color (decimal): -5475701 or 9138860. OLE color: 9138860.
HSL color Cylindrical-coordinate representation of color #AC728B: hue angle of 334.14º 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 #AC728B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 139 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.33 |
| HSL | 334.14º | 0.26% | 0.56% | - |
| HSV(B) | 334.14º | 0.34% | 0.67% | - |
| XYZ | 27.69 | 22.67 | 27.34 | - |
| YUV | 134.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 139 | 0 | 0.34 | 0.19 | 0.33 | 334.14 | 0.26 | 0.56 |
| Hex | AC | 72 | 8B | 0 | 22 | 13 | 21 | 14E | 1A | 38 |
| Octal | 254 | 162 | 213 | 0 | 42 | 23 | 41 | 516 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10001011 | 0 | 100010 | 10011 | 100001 | 101001110 | 11010 | 111000 |
Color Harmonies of #AC728B
Complementary color
Monochromatic Colors of #AC728B
Black with #AC728B
Text Example
Text Example
White with #AC728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC728B; }
p { color: rgb(172,114,139); }
H1.HeaderClassName
{
color: #AC728B;
}
.AnyTagClassName
{
color: #AC728B;
}
</style>
background-color css
<style>
a { background-color: #AC728B; }
a { background-color: rgb(172,114,139); }
div.DivClassName
{
background-color: #AC728B;
}
.BgClassName
{
background-color: #AC728B;
}
</style>
border-color css
<style>
span { border-color: #AC728B; }
span { border-color: rgb(172,114,139); }
td.TdClassName
{
border-color: #AC728B;
}
.TagClassName
{
border-color: #AC728B;
}
</style>