Shades of Tapestry #AC7A8D
Tints of Tapestry #AC7A8D
RGB
CMYK
RGB Variations
Color information
#AC7A8D (or 0xAC7A8D) is known color: Tapestry. HEX triplet: AC, 7A and 8D. RGB value is (172,122,141). Sum of RGB (Red+Green+Blue) = 172+122+141=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A8D is #538572. Grayscale: #8B8B8B. Windows color (decimal): -5473651 or 9271980. OLE color: 9271980.
HSL color Cylindrical-coordinate representation of color #AC7A8D: hue angle of 337.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A8D is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 141 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.33 |
| HSL | 337.2º | 0.23% | 0.58% | - |
| HSV(B) | 337.2º | 0.29% | 0.67% | - |
| XYZ | 28.78 | 24.61 | 28.43 | - |
| YUV | 139.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 141 | 0 | 0.29 | 0.18 | 0.33 | 337.2 | 0.23 | 0.58 |
| Hex | AC | 7A | 8D | 0 | 1D | 12 | 21 | 151 | 17 | 3A |
| Octal | 254 | 172 | 215 | 0 | 35 | 22 | 41 | 521 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10001101 | 0 | 11101 | 10010 | 100001 | 101010001 | 10111 | 111010 |
Color Harmonies of #AC7A8D
Complementary color
Monochromatic Colors of #AC7A8D
Black with #AC7A8D
Text Example
Text Example
White with #AC7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A8D; }
p { color: rgb(172,122,141); }
H1.HeaderClassName
{
color: #AC7A8D;
}
.AnyTagClassName
{
color: #AC7A8D;
}
</style>
background-color css
<style>
a { background-color: #AC7A8D; }
a { background-color: rgb(172,122,141); }
div.DivClassName
{
background-color: #AC7A8D;
}
.BgClassName
{
background-color: #AC7A8D;
}
</style>
border-color css
<style>
span { border-color: #AC7A8D; }
span { border-color: rgb(172,122,141); }
td.TdClassName
{
border-color: #AC7A8D;
}
.TagClassName
{
border-color: #AC7A8D;
}
</style>