Shades of Tapestry #AC7D8F
Tints of Tapestry #AC7D8F
RGB
CMYK
RGB Variations
Color information
#AC7D8F (or 0xAC7D8F) is known color: Tapestry. HEX triplet: AC, 7D and 8F. RGB value is (172,125,143). Sum of RGB (Red+Green+Blue) = 172+125+143=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D8F is #538270. Grayscale: #8D8D8D. Windows color (decimal): -5472881 or 9403820. OLE color: 9403820.
HSL color Cylindrical-coordinate representation of color #AC7D8F: hue angle of 337.02º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7D8F is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 143 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.33 |
| HSL | 337.02º | 0.22% | 0.58% | - |
| HSV(B) | 337.02º | 0.27% | 0.67% | - |
| XYZ | 29.3 | 25.42 | 29.35 | - |
| YUV | 141.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 143 | 0 | 0.27 | 0.17 | 0.33 | 337.02 | 0.22 | 0.58 |
| Hex | AC | 7D | 8F | 0 | 1B | 11 | 21 | 151 | 16 | 3A |
| Octal | 254 | 175 | 217 | 0 | 33 | 21 | 41 | 521 | 26 | 72 |
| Binary | 10101100 | 1111101 | 10001111 | 0 | 11011 | 10001 | 100001 | 101010001 | 10110 | 111010 |
Color Harmonies of #AC7D8F
Complementary color
Monochromatic Colors of #AC7D8F
Black with #AC7D8F
Text Example
Text Example
White with #AC7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D8F; }
p { color: rgb(172,125,143); }
H1.HeaderClassName
{
color: #AC7D8F;
}
.AnyTagClassName
{
color: #AC7D8F;
}
</style>
background-color css
<style>
a { background-color: #AC7D8F; }
a { background-color: rgb(172,125,143); }
div.DivClassName
{
background-color: #AC7D8F;
}
.BgClassName
{
background-color: #AC7D8F;
}
</style>
border-color css
<style>
span { border-color: #AC7D8F; }
span { border-color: rgb(172,125,143); }
td.TdClassName
{
border-color: #AC7D8F;
}
.TagClassName
{
border-color: #AC7D8F;
}
</style>