Shades of Tapestry #AC7A8F
Tints of Tapestry #AC7A8F
RGB
CMYK
RGB Variations
Color information
#AC7A8F (or 0xAC7A8F) is known color: Tapestry. HEX triplet: AC, 7A and 8F. RGB value is (172,122,143). Sum of RGB (Red+Green+Blue) = 172+122+143=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A8F is #538570. Grayscale: #8B8B8B. Windows color (decimal): -5473649 or 9403052. OLE color: 9403052.
HSL color Cylindrical-coordinate representation of color #AC7A8F: hue angle of 334.8º 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 #AC7A8F is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 143 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.33 |
| HSL | 334.8º | 0.23% | 0.58% | - |
| HSV(B) | 334.8º | 0.29% | 0.67% | - |
| XYZ | 28.93 | 24.67 | 29.22 | - |
| YUV | 139.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 143 | 0 | 0.29 | 0.17 | 0.33 | 334.8 | 0.23 | 0.58 |
| Hex | AC | 7A | 8F | 0 | 1D | 11 | 21 | 14F | 17 | 3A |
| Octal | 254 | 172 | 217 | 0 | 35 | 21 | 41 | 517 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10001111 | 0 | 11101 | 10001 | 100001 | 101001111 | 10111 | 111010 |
Color Harmonies of #AC7A8F
Complementary color
Monochromatic Colors of #AC7A8F
Black with #AC7A8F
Text Example
Text Example
White with #AC7A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A8F; }
p { color: rgb(172,122,143); }
H1.HeaderClassName
{
color: #AC7A8F;
}
.AnyTagClassName
{
color: #AC7A8F;
}
</style>
background-color css
<style>
a { background-color: #AC7A8F; }
a { background-color: rgb(172,122,143); }
div.DivClassName
{
background-color: #AC7A8F;
}
.BgClassName
{
background-color: #AC7A8F;
}
</style>
border-color css
<style>
span { border-color: #AC7A8F; }
span { border-color: rgb(172,122,143); }
td.TdClassName
{
border-color: #AC7A8F;
}
.TagClassName
{
border-color: #AC7A8F;
}
</style>