Shades of Tapestry #AC7F8C
Tints of Tapestry #AC7F8C
RGB
CMYK
RGB Variations
Color information
#AC7F8C (or 0xAC7F8C) is known color: Tapestry. HEX triplet: AC, 7F and 8C. RGB value is (172,127,140). Sum of RGB (Red+Green+Blue) = 172+127+140=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F8C is #538073. Grayscale: #8D8D8D. Windows color (decimal): -5472372 or 9207724. OLE color: 9207724.
HSL color Cylindrical-coordinate representation of color #AC7F8C: hue angle of 342.67º 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 #AC7F8C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 140 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.33 |
| HSL | 342.67º | 0.21% | 0.59% | - |
| HSV(B) | 342.67º | 0.26% | 0.67% | - |
| XYZ | 29.34 | 25.84 | 28.25 | - |
| YUV | 141.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 140 | 0 | 0.26 | 0.19 | 0.33 | 342.67 | 0.21 | 0.59 |
| Hex | AC | 7F | 8C | 0 | 1A | 13 | 21 | 157 | 15 | 3B |
| Octal | 254 | 177 | 214 | 0 | 32 | 23 | 41 | 527 | 25 | 73 |
| Binary | 10101100 | 1111111 | 10001100 | 0 | 11010 | 10011 | 100001 | 101010111 | 10101 | 111011 |
Color Harmonies of #AC7F8C
Complementary color
Monochromatic Colors of #AC7F8C
Black with #AC7F8C
Text Example
Text Example
White with #AC7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F8C; }
p { color: rgb(172,127,140); }
H1.HeaderClassName
{
color: #AC7F8C;
}
.AnyTagClassName
{
color: #AC7F8C;
}
</style>
background-color css
<style>
a { background-color: #AC7F8C; }
a { background-color: rgb(172,127,140); }
div.DivClassName
{
background-color: #AC7F8C;
}
.BgClassName
{
background-color: #AC7F8C;
}
</style>
border-color css
<style>
span { border-color: #AC7F8C; }
span { border-color: rgb(172,127,140); }
td.TdClassName
{
border-color: #AC7F8C;
}
.TagClassName
{
border-color: #AC7F8C;
}
</style>