Shades of Tapestry #AC758F
Tints of Tapestry #AC758F
RGB
CMYK
RGB Variations
Color information
#AC758F (or 0xAC758F) is known color: Tapestry. HEX triplet: AC, 75 and 8F. RGB value is (172,117,143). Sum of RGB (Red+Green+Blue) = 172+117+143=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758F is #538A70. Grayscale: #888888. Windows color (decimal): -5474929 or 9401772. OLE color: 9401772.
HSL color Cylindrical-coordinate representation of color #AC758F: hue angle of 331.64º 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 #AC758F is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 143 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.33 |
| HSL | 331.64º | 0.25% | 0.57% | - |
| HSV(B) | 331.64º | 0.32% | 0.67% | - |
| XYZ | 28.33 | 23.48 | 29.02 | - |
| YUV | 136.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 143 | 0 | 0.32 | 0.17 | 0.33 | 331.64 | 0.25 | 0.57 |
| Hex | AC | 75 | 8F | 0 | 20 | 11 | 21 | 14C | 19 | 39 |
| Octal | 254 | 165 | 217 | 0 | 40 | 21 | 41 | 514 | 31 | 71 |
| Binary | 10101100 | 1110101 | 10001111 | 0 | 100000 | 10001 | 100001 | 101001100 | 11001 | 111001 |
Color Harmonies of #AC758F
Complementary color
Monochromatic Colors of #AC758F
Black with #AC758F
Text Example
Text Example
White with #AC758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC758F; }
p { color: rgb(172,117,143); }
H1.HeaderClassName
{
color: #AC758F;
}
.AnyTagClassName
{
color: #AC758F;
}
</style>
background-color css
<style>
a { background-color: #AC758F; }
a { background-color: rgb(172,117,143); }
div.DivClassName
{
background-color: #AC758F;
}
.BgClassName
{
background-color: #AC758F;
}
</style>
border-color css
<style>
span { border-color: #AC758F; }
span { border-color: rgb(172,117,143); }
td.TdClassName
{
border-color: #AC758F;
}
.TagClassName
{
border-color: #AC758F;
}
</style>