Shades of Tapestry #AC6E7C
Tints of Tapestry #AC6E7C
RGB
CMYK
RGB Variations
Color information
#AC6E7C (or 0xAC6E7C) is known color: Tapestry. HEX triplet: AC, 6E and 7C. RGB value is (172,110,124). Sum of RGB (Red+Green+Blue) = 172+110+124=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7C is #539183. Grayscale: #828282. Windows color (decimal): -5476740 or 8154796. OLE color: 8154796.
HSL color Cylindrical-coordinate representation of color #AC6E7C: hue angle of 346.45º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E7C is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 124 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.33 |
| HSL | 346.45º | 0.27% | 0.55% | - |
| HSV(B) | 346.45º | 0.36% | 0.67% | - |
| XYZ | 26.23 | 21.38 | 21.81 | - |
| YUV | 130.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 124 | 0 | 0.36 | 0.28 | 0.33 | 346.45 | 0.27 | 0.55 |
| Hex | AC | 6E | 7C | 0 | 24 | 1C | 21 | 15A | 1B | 37 |
| Octal | 254 | 156 | 174 | 0 | 44 | 34 | 41 | 532 | 33 | 67 |
| Binary | 10101100 | 1101110 | 1111100 | 0 | 100100 | 11100 | 100001 | 101011010 | 11011 | 110111 |
Color Harmonies of #AC6E7C
Complementary color
Monochromatic Colors of #AC6E7C
Black with #AC6E7C
Text Example
Text Example
White with #AC6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E7C; }
p { color: rgb(172,110,124); }
H1.HeaderClassName
{
color: #AC6E7C;
}
.AnyTagClassName
{
color: #AC6E7C;
}
</style>
background-color css
<style>
a { background-color: #AC6E7C; }
a { background-color: rgb(172,110,124); }
div.DivClassName
{
background-color: #AC6E7C;
}
.BgClassName
{
background-color: #AC6E7C;
}
</style>
border-color css
<style>
span { border-color: #AC6E7C; }
span { border-color: rgb(172,110,124); }
td.TdClassName
{
border-color: #AC6E7C;
}
.TagClassName
{
border-color: #AC6E7C;
}
</style>