Shades of Tapestry #AC648C
Tints of Tapestry #AC648C
RGB
CMYK
RGB Variations
Color information
#AC648C (or 0xAC648C) is known color: Tapestry. HEX triplet: AC, 64 and 8C. RGB value is (172,100,140). Sum of RGB (Red+Green+Blue) = 172+100+140=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648C is #539B73. Grayscale: #7E7E7E. Windows color (decimal): -5479284 or 9200812. OLE color: 9200812.
HSL color Cylindrical-coordinate representation of color #AC648C: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC648C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 140 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.33 |
| HSL | 326.67º | 0.3% | 0.53% | - |
| HSV(B) | 326.67º | 0.42% | 0.67% | - |
| XYZ | 26.3 | 19.78 | 27.24 | - |
| YUV | 126.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 140 | 0 | 0.42 | 0.19 | 0.33 | 326.67 | 0.3 | 0.53 |
| Hex | AC | 64 | 8C | 0 | 2A | 13 | 21 | 147 | 1E | 35 |
| Octal | 254 | 144 | 214 | 0 | 52 | 23 | 41 | 507 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10001100 | 0 | 101010 | 10011 | 100001 | 101000111 | 11110 | 110101 |
Color Harmonies of #AC648C
Complementary color
Monochromatic Colors of #AC648C
Black with #AC648C
Text Example
Text Example
White with #AC648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC648C; }
p { color: rgb(172,100,140); }
H1.HeaderClassName
{
color: #AC648C;
}
.AnyTagClassName
{
color: #AC648C;
}
</style>
background-color css
<style>
a { background-color: #AC648C; }
a { background-color: rgb(172,100,140); }
div.DivClassName
{
background-color: #AC648C;
}
.BgClassName
{
background-color: #AC648C;
}
</style>
border-color css
<style>
span { border-color: #AC648C; }
span { border-color: rgb(172,100,140); }
td.TdClassName
{
border-color: #AC648C;
}
.TagClassName
{
border-color: #AC648C;
}
</style>