Shades of Tapestry #AC7C8D
Tints of Tapestry #AC7C8D
RGB
CMYK
RGB Variations
Color information
#AC7C8D (or 0xAC7C8D) is known color: Tapestry. HEX triplet: AC, 7C and 8D. RGB value is (172,124,141). Sum of RGB (Red+Green+Blue) = 172+124+141=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C8D is #538372. Grayscale: #8C8C8C. Windows color (decimal): -5473139 or 9272492. OLE color: 9272492.
HSL color Cylindrical-coordinate representation of color #AC7C8D: hue angle of 338.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C8D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 141 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.33 |
| HSL | 338.75º | 0.22% | 0.58% | - |
| HSV(B) | 338.75º | 0.28% | 0.67% | - |
| XYZ | 29.03 | 25.11 | 28.52 | - |
| YUV | 140.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 141 | 0 | 0.28 | 0.18 | 0.33 | 338.75 | 0.22 | 0.58 |
| Hex | AC | 7C | 8D | 0 | 1C | 12 | 21 | 153 | 16 | 3A |
| Octal | 254 | 174 | 215 | 0 | 34 | 22 | 41 | 523 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10001101 | 0 | 11100 | 10010 | 100001 | 101010011 | 10110 | 111010 |
Color Harmonies of #AC7C8D
Complementary color
Monochromatic Colors of #AC7C8D
Black with #AC7C8D
Text Example
Text Example
White with #AC7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C8D; }
p { color: rgb(172,124,141); }
H1.HeaderClassName
{
color: #AC7C8D;
}
.AnyTagClassName
{
color: #AC7C8D;
}
</style>
background-color css
<style>
a { background-color: #AC7C8D; }
a { background-color: rgb(172,124,141); }
div.DivClassName
{
background-color: #AC7C8D;
}
.BgClassName
{
background-color: #AC7C8D;
}
</style>
border-color css
<style>
span { border-color: #AC7C8D; }
span { border-color: rgb(172,124,141); }
td.TdClassName
{
border-color: #AC7C8D;
}
.TagClassName
{
border-color: #AC7C8D;
}
</style>