Shades of Tapestry #AC7E8F
Tints of Tapestry #AC7E8F
RGB
CMYK
RGB Variations
Color information
#AC7E8F (or 0xAC7E8F) is known color: Tapestry. HEX triplet: AC, 7E and 8F. RGB value is (172,126,143). Sum of RGB (Red+Green+Blue) = 172+126+143=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E8F is #538170. Grayscale: #8D8D8D. Windows color (decimal): -5472625 or 9404076. OLE color: 9404076.
HSL color Cylindrical-coordinate representation of color #AC7E8F: hue angle of 337.83º 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 #AC7E8F is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 143 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.33 |
| HSL | 337.83º | 0.22% | 0.58% | - |
| HSV(B) | 337.83º | 0.27% | 0.67% | - |
| XYZ | 29.43 | 25.68 | 29.39 | - |
| YUV | 141.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 143 | 0 | 0.27 | 0.17 | 0.33 | 337.83 | 0.22 | 0.58 |
| Hex | AC | 7E | 8F | 0 | 1B | 11 | 21 | 152 | 16 | 3A |
| Octal | 254 | 176 | 217 | 0 | 33 | 21 | 41 | 522 | 26 | 72 |
| Binary | 10101100 | 1111110 | 10001111 | 0 | 11011 | 10001 | 100001 | 101010010 | 10110 | 111010 |
Color Harmonies of #AC7E8F
Complementary color
Monochromatic Colors of #AC7E8F
Black with #AC7E8F
Text Example
Text Example
White with #AC7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E8F; }
p { color: rgb(172,126,143); }
H1.HeaderClassName
{
color: #AC7E8F;
}
.AnyTagClassName
{
color: #AC7E8F;
}
</style>
background-color css
<style>
a { background-color: #AC7E8F; }
a { background-color: rgb(172,126,143); }
div.DivClassName
{
background-color: #AC7E8F;
}
.BgClassName
{
background-color: #AC7E8F;
}
</style>
border-color css
<style>
span { border-color: #AC7E8F; }
span { border-color: rgb(172,126,143); }
td.TdClassName
{
border-color: #AC7E8F;
}
.TagClassName
{
border-color: #AC7E8F;
}
</style>