Shades of Tapestry #AC758D
Tints of Tapestry #AC758D
RGB
CMYK
RGB Variations
Color information
#AC758D (or 0xAC758D) is known color: Tapestry. HEX triplet: AC, 75 and 8D. RGB value is (172,117,141). Sum of RGB (Red+Green+Blue) = 172+117+141=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758D is #538A72. Grayscale: #888888. Windows color (decimal): -5474931 or 9270700. OLE color: 9270700.
HSL color Cylindrical-coordinate representation of color #AC758D: hue angle of 333.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC758D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 141 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.33 |
| HSL | 333.82º | 0.25% | 0.57% | - |
| HSV(B) | 333.82º | 0.32% | 0.67% | - |
| XYZ | 28.18 | 23.42 | 28.23 | - |
| YUV | 136.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 141 | 0 | 0.32 | 0.18 | 0.33 | 333.82 | 0.25 | 0.57 |
| Hex | AC | 75 | 8D | 0 | 20 | 12 | 21 | 14E | 19 | 39 |
| Octal | 254 | 165 | 215 | 0 | 40 | 22 | 41 | 516 | 31 | 71 |
| Binary | 10101100 | 1110101 | 10001101 | 0 | 100000 | 10010 | 100001 | 101001110 | 11001 | 111001 |
Color Harmonies of #AC758D
Complementary color
Monochromatic Colors of #AC758D
Black with #AC758D
Text Example
Text Example
White with #AC758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC758D; }
p { color: rgb(172,117,141); }
H1.HeaderClassName
{
color: #AC758D;
}
.AnyTagClassName
{
color: #AC758D;
}
</style>
background-color css
<style>
a { background-color: #AC758D; }
a { background-color: rgb(172,117,141); }
div.DivClassName
{
background-color: #AC758D;
}
.BgClassName
{
background-color: #AC758D;
}
</style>
border-color css
<style>
span { border-color: #AC758D; }
span { border-color: rgb(172,117,141); }
td.TdClassName
{
border-color: #AC758D;
}
.TagClassName
{
border-color: #AC758D;
}
</style>