Shades of Tapestry #AC7E8A
Tints of Tapestry #AC7E8A
RGB
CMYK
RGB Variations
Color information
#AC7E8A (or 0xAC7E8A) is known color: Tapestry. HEX triplet: AC, 7E and 8A. RGB value is (172,126,138). Sum of RGB (Red+Green+Blue) = 172+126+138=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E8A is #538175. Grayscale: #8D8D8D. Windows color (decimal): -5472630 or 9076396. OLE color: 9076396.
HSL color Cylindrical-coordinate representation of color #AC7E8A: hue angle of 344.35º 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 #AC7E8A is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 138 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.33 |
| HSL | 344.35º | 0.22% | 0.58% | - |
| HSV(B) | 344.35º | 0.27% | 0.67% | - |
| XYZ | 29.06 | 25.53 | 27.44 | - |
| YUV | 141.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 138 | 0 | 0.27 | 0.20 | 0.33 | 344.35 | 0.22 | 0.58 |
| Hex | AC | 7E | 8A | 0 | 1B | 14 | 21 | 158 | 16 | 3A |
| Octal | 254 | 176 | 212 | 0 | 33 | 24 | 41 | 530 | 26 | 72 |
| Binary | 10101100 | 1111110 | 10001010 | 0 | 11011 | 10100 | 100001 | 101011000 | 10110 | 111010 |
Color Harmonies of #AC7E8A
Complementary color
Monochromatic Colors of #AC7E8A
Black with #AC7E8A
Text Example
Text Example
White with #AC7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E8A; }
p { color: rgb(172,126,138); }
H1.HeaderClassName
{
color: #AC7E8A;
}
.AnyTagClassName
{
color: #AC7E8A;
}
</style>
background-color css
<style>
a { background-color: #AC7E8A; }
a { background-color: rgb(172,126,138); }
div.DivClassName
{
background-color: #AC7E8A;
}
.BgClassName
{
background-color: #AC7E8A;
}
</style>
border-color css
<style>
span { border-color: #AC7E8A; }
span { border-color: rgb(172,126,138); }
td.TdClassName
{
border-color: #AC7E8A;
}
.TagClassName
{
border-color: #AC7E8A;
}
</style>