Shades of Tapestry #AC688C
Tints of Tapestry #AC688C
RGB
CMYK
RGB Variations
Color information
#AC688C (or 0xAC688C) is known color: Tapestry. HEX triplet: AC, 68 and 8C. RGB value is (172,104,140). Sum of RGB (Red+Green+Blue) = 172+104+140=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC688C is #539773. Grayscale: #808080. Windows color (decimal): -5478260 or 9201836. OLE color: 9201836.
HSL color Cylindrical-coordinate representation of color #AC688C: hue angle of 328.24º 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 #AC688C is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 140 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.33 |
| HSL | 328.24º | 0.29% | 0.54% | - |
| HSV(B) | 328.24º | 0.4% | 0.67% | - |
| XYZ | 26.7 | 20.56 | 27.37 | - |
| YUV | 128.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 140 | 0 | 0.40 | 0.19 | 0.33 | 328.24 | 0.29 | 0.54 |
| Hex | AC | 68 | 8C | 0 | 28 | 13 | 21 | 148 | 1D | 36 |
| Octal | 254 | 150 | 214 | 0 | 50 | 23 | 41 | 510 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10001100 | 0 | 101000 | 10011 | 100001 | 101001000 | 11101 | 110110 |
Color Harmonies of #AC688C
Complementary color
Monochromatic Colors of #AC688C
Black with #AC688C
Text Example
Text Example
White with #AC688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC688C; }
p { color: rgb(172,104,140); }
H1.HeaderClassName
{
color: #AC688C;
}
.AnyTagClassName
{
color: #AC688C;
}
</style>
background-color css
<style>
a { background-color: #AC688C; }
a { background-color: rgb(172,104,140); }
div.DivClassName
{
background-color: #AC688C;
}
.BgClassName
{
background-color: #AC688C;
}
</style>
border-color css
<style>
span { border-color: #AC688C; }
span { border-color: rgb(172,104,140); }
td.TdClassName
{
border-color: #AC688C;
}
.TagClassName
{
border-color: #AC688C;
}
</style>