Shades of Tapestry #AC688A
Tints of Tapestry #AC688A
RGB
CMYK
RGB Variations
Color information
#AC688A (or 0xAC688A) is known color: Tapestry. HEX triplet: AC, 68 and 8A. RGB value is (172,104,138). Sum of RGB (Red+Green+Blue) = 172+104+138=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC688A is #539775. Grayscale: #808080. Windows color (decimal): -5478262 or 9070764. OLE color: 9070764.
HSL color Cylindrical-coordinate representation of color #AC688A: hue angle of 330º 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 #AC688A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 138 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.33 |
| HSL | 330º | 0.29% | 0.54% | - |
| HSV(B) | 330º | 0.4% | 0.67% | - |
| XYZ | 26.55 | 20.51 | 26.6 | - |
| YUV | 128.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 138 | 0 | 0.40 | 0.20 | 0.33 | 330 | 0.29 | 0.54 |
| Hex | AC | 68 | 8A | 0 | 28 | 14 | 21 | 14A | 1D | 36 |
| Octal | 254 | 150 | 212 | 0 | 50 | 24 | 41 | 512 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10001010 | 0 | 101000 | 10100 | 100001 | 101001010 | 11101 | 110110 |
Color Harmonies of #AC688A
Complementary color
Monochromatic Colors of #AC688A
Black with #AC688A
Text Example
Text Example
White with #AC688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC688A; }
p { color: rgb(172,104,138); }
H1.HeaderClassName
{
color: #AC688A;
}
.AnyTagClassName
{
color: #AC688A;
}
</style>
background-color css
<style>
a { background-color: #AC688A; }
a { background-color: rgb(172,104,138); }
div.DivClassName
{
background-color: #AC688A;
}
.BgClassName
{
background-color: #AC688A;
}
</style>
border-color css
<style>
span { border-color: #AC688A; }
span { border-color: rgb(172,104,138); }
td.TdClassName
{
border-color: #AC688A;
}
.TagClassName
{
border-color: #AC688A;
}
</style>