Shades of Tapestry #AC6684
Tints of Tapestry #AC6684
RGB
CMYK
RGB Variations
Color information
#AC6684 (or 0xAC6684) is known color: Tapestry. HEX triplet: AC, 66 and 84. RGB value is (172,102,132). Sum of RGB (Red+Green+Blue) = 172+102+132=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6684 is #53997B. Grayscale: #7E7E7E. Windows color (decimal): -5478780 or 8677036. OLE color: 8677036.
HSL color Cylindrical-coordinate representation of color #AC6684: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6684 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 132 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.33 |
| HSL | 334.29º | 0.3% | 0.54% | - |
| HSV(B) | 334.29º | 0.41% | 0.67% | - |
| XYZ | 25.93 | 19.94 | 24.31 | - |
| YUV | 126.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 132 | 0 | 0.41 | 0.23 | 0.33 | 334.29 | 0.3 | 0.54 |
| Hex | AC | 66 | 84 | 0 | 29 | 17 | 21 | 14E | 1E | 36 |
| Octal | 254 | 146 | 204 | 0 | 51 | 27 | 41 | 516 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10000100 | 0 | 101001 | 10111 | 100001 | 101001110 | 11110 | 110110 |
Color Harmonies of #AC6684
Complementary color
Monochromatic Colors of #AC6684
Black with #AC6684
Text Example
Text Example
White with #AC6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6684; }
p { color: rgb(172,102,132); }
H1.HeaderClassName
{
color: #AC6684;
}
.AnyTagClassName
{
color: #AC6684;
}
</style>
background-color css
<style>
a { background-color: #AC6684; }
a { background-color: rgb(172,102,132); }
div.DivClassName
{
background-color: #AC6684;
}
.BgClassName
{
background-color: #AC6684;
}
</style>
border-color css
<style>
span { border-color: #AC6684; }
span { border-color: rgb(172,102,132); }
td.TdClassName
{
border-color: #AC6684;
}
.TagClassName
{
border-color: #AC6684;
}
</style>