Shades of Tapestry #AC7F8D
Tints of Tapestry #AC7F8D
RGB
CMYK
RGB Variations
Color information
#AC7F8D (or 0xAC7F8D) is known color: Tapestry. HEX triplet: AC, 7F and 8D. RGB value is (172,127,141). Sum of RGB (Red+Green+Blue) = 172+127+141=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F8D is #538072. Grayscale: #8E8E8E. Windows color (decimal): -5472371 or 9273260. OLE color: 9273260.
HSL color Cylindrical-coordinate representation of color #AC7F8D: hue angle of 341.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7F8D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 141 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.33 |
| HSL | 341.33º | 0.21% | 0.59% | - |
| HSV(B) | 341.33º | 0.26% | 0.67% | - |
| XYZ | 29.41 | 25.87 | 28.64 | - |
| YUV | 142.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 141 | 0 | 0.26 | 0.18 | 0.33 | 341.33 | 0.21 | 0.59 |
| Hex | AC | 7F | 8D | 0 | 1A | 12 | 21 | 155 | 15 | 3B |
| Octal | 254 | 177 | 215 | 0 | 32 | 22 | 41 | 525 | 25 | 73 |
| Binary | 10101100 | 1111111 | 10001101 | 0 | 11010 | 10010 | 100001 | 101010101 | 10101 | 111011 |
Color Harmonies of #AC7F8D
Complementary color
Monochromatic Colors of #AC7F8D
Black with #AC7F8D
Text Example
Text Example
White with #AC7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F8D; }
p { color: rgb(172,127,141); }
H1.HeaderClassName
{
color: #AC7F8D;
}
.AnyTagClassName
{
color: #AC7F8D;
}
</style>
background-color css
<style>
a { background-color: #AC7F8D; }
a { background-color: rgb(172,127,141); }
div.DivClassName
{
background-color: #AC7F8D;
}
.BgClassName
{
background-color: #AC7F8D;
}
</style>
border-color css
<style>
span { border-color: #AC7F8D; }
span { border-color: rgb(172,127,141); }
td.TdClassName
{
border-color: #AC7F8D;
}
.TagClassName
{
border-color: #AC7F8D;
}
</style>