Shades of Tapestry #AC688D
Tints of Tapestry #AC688D
RGB
CMYK
RGB Variations
Color information
#AC688D (or 0xAC688D) is known color: Tapestry. HEX triplet: AC, 68 and 8D. RGB value is (172,104,141). Sum of RGB (Red+Green+Blue) = 172+104+141=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC688D is #539772. Grayscale: #808080. Windows color (decimal): -5478259 or 9267372. OLE color: 9267372.
HSL color Cylindrical-coordinate representation of color #AC688D: hue angle of 327.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC688D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 141 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.33 |
| HSL | 327.35º | 0.29% | 0.54% | - |
| HSV(B) | 327.35º | 0.4% | 0.67% | - |
| XYZ | 26.77 | 20.59 | 27.76 | - |
| YUV | 128.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 141 | 0 | 0.40 | 0.18 | 0.33 | 327.35 | 0.29 | 0.54 |
| Hex | AC | 68 | 8D | 0 | 28 | 12 | 21 | 147 | 1D | 36 |
| Octal | 254 | 150 | 215 | 0 | 50 | 22 | 41 | 507 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10001101 | 0 | 101000 | 10010 | 100001 | 101000111 | 11101 | 110110 |
Color Harmonies of #AC688D
Complementary color
Monochromatic Colors of #AC688D
Black with #AC688D
Text Example
Text Example
White with #AC688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC688D; }
p { color: rgb(172,104,141); }
H1.HeaderClassName
{
color: #AC688D;
}
.AnyTagClassName
{
color: #AC688D;
}
</style>
background-color css
<style>
a { background-color: #AC688D; }
a { background-color: rgb(172,104,141); }
div.DivClassName
{
background-color: #AC688D;
}
.BgClassName
{
background-color: #AC688D;
}
</style>
border-color css
<style>
span { border-color: #AC688D; }
span { border-color: rgb(172,104,141); }
td.TdClassName
{
border-color: #AC688D;
}
.TagClassName
{
border-color: #AC688D;
}
</style>