Shades of Tapestry #AC7A8E
Tints of Tapestry #AC7A8E
RGB
CMYK
RGB Variations
Color information
#AC7A8E (or 0xAC7A8E) is known color: Tapestry. HEX triplet: AC, 7A and 8E. RGB value is (172,122,142). Sum of RGB (Red+Green+Blue) = 172+122+142=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A8E is #538571. Grayscale: #8B8B8B. Windows color (decimal): -5473650 or 9337516. OLE color: 9337516.
HSL color Cylindrical-coordinate representation of color #AC7A8E: hue angle of 336º 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 #AC7A8E is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 142 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.33 |
| HSL | 336º | 0.23% | 0.58% | - |
| HSV(B) | 336º | 0.29% | 0.67% | - |
| XYZ | 28.86 | 24.64 | 28.83 | - |
| YUV | 139.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 142 | 0 | 0.29 | 0.17 | 0.33 | 336 | 0.23 | 0.58 |
| Hex | AC | 7A | 8E | 0 | 1D | 11 | 21 | 150 | 17 | 3A |
| Octal | 254 | 172 | 216 | 0 | 35 | 21 | 41 | 520 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10001110 | 0 | 11101 | 10001 | 100001 | 101010000 | 10111 | 111010 |
Color Harmonies of #AC7A8E
Complementary color
Monochromatic Colors of #AC7A8E
Black with #AC7A8E
Text Example
Text Example
White with #AC7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A8E; }
p { color: rgb(172,122,142); }
H1.HeaderClassName
{
color: #AC7A8E;
}
.AnyTagClassName
{
color: #AC7A8E;
}
</style>
background-color css
<style>
a { background-color: #AC7A8E; }
a { background-color: rgb(172,122,142); }
div.DivClassName
{
background-color: #AC7A8E;
}
.BgClassName
{
background-color: #AC7A8E;
}
</style>
border-color css
<style>
span { border-color: #AC7A8E; }
span { border-color: rgb(172,122,142); }
td.TdClassName
{
border-color: #AC7A8E;
}
.TagClassName
{
border-color: #AC7A8E;
}
</style>