Shades of Tapestry #AC738C
Tints of Tapestry #AC738C
RGB
CMYK
RGB Variations
Color information
#AC738C (or 0xAC738C) is known color: Tapestry. HEX triplet: AC, 73 and 8C. RGB value is (172,115,140). Sum of RGB (Red+Green+Blue) = 172+115+140=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC738C is #538C73. Grayscale: #868686. Windows color (decimal): -5475444 or 9204652. OLE color: 9204652.
HSL color Cylindrical-coordinate representation of color #AC738C: hue angle of 333.68º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC738C is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 140 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.33 |
| HSL | 333.68º | 0.26% | 0.56% | - |
| HSV(B) | 333.68º | 0.33% | 0.67% | - |
| XYZ | 27.88 | 22.93 | 27.77 | - |
| YUV | 134.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 140 | 0 | 0.33 | 0.19 | 0.33 | 333.68 | 0.26 | 0.56 |
| Hex | AC | 73 | 8C | 0 | 21 | 13 | 21 | 14E | 1A | 38 |
| Octal | 254 | 163 | 214 | 0 | 41 | 23 | 41 | 516 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10001100 | 0 | 100001 | 10011 | 100001 | 101001110 | 11010 | 111000 |
Color Harmonies of #AC738C
Complementary color
Monochromatic Colors of #AC738C
Black with #AC738C
Text Example
Text Example
White with #AC738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC738C; }
p { color: rgb(172,115,140); }
H1.HeaderClassName
{
color: #AC738C;
}
.AnyTagClassName
{
color: #AC738C;
}
</style>
background-color css
<style>
a { background-color: #AC738C; }
a { background-color: rgb(172,115,140); }
div.DivClassName
{
background-color: #AC738C;
}
.BgClassName
{
background-color: #AC738C;
}
</style>
border-color css
<style>
span { border-color: #AC738C; }
span { border-color: rgb(172,115,140); }
td.TdClassName
{
border-color: #AC738C;
}
.TagClassName
{
border-color: #AC738C;
}
</style>