Shades of Tapestry #AC658C
Tints of Tapestry #AC658C
RGB
CMYK
RGB Variations
Color information
#AC658C (or 0xAC658C) is known color: Tapestry. HEX triplet: AC, 65 and 8C. RGB value is (172,101,140). Sum of RGB (Red+Green+Blue) = 172+101+140=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC658C is #539A73. Grayscale: #7E7E7E. Windows color (decimal): -5479028 or 9201068. OLE color: 9201068.
HSL color Cylindrical-coordinate representation of color #AC658C: hue angle of 327.04º 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 #AC658C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 140 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.33 |
| HSL | 327.04º | 0.3% | 0.54% | - |
| HSV(B) | 327.04º | 0.41% | 0.67% | - |
| XYZ | 26.4 | 19.97 | 27.27 | - |
| YUV | 126.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 140 | 0 | 0.41 | 0.19 | 0.33 | 327.04 | 0.3 | 0.54 |
| Hex | AC | 65 | 8C | 0 | 29 | 13 | 21 | 147 | 1E | 36 |
| Octal | 254 | 145 | 214 | 0 | 51 | 23 | 41 | 507 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10001100 | 0 | 101001 | 10011 | 100001 | 101000111 | 11110 | 110110 |
Color Harmonies of #AC658C
Complementary color
Monochromatic Colors of #AC658C
Black with #AC658C
Text Example
Text Example
White with #AC658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC658C; }
p { color: rgb(172,101,140); }
H1.HeaderClassName
{
color: #AC658C;
}
.AnyTagClassName
{
color: #AC658C;
}
</style>
background-color css
<style>
a { background-color: #AC658C; }
a { background-color: rgb(172,101,140); }
div.DivClassName
{
background-color: #AC658C;
}
.BgClassName
{
background-color: #AC658C;
}
</style>
border-color css
<style>
span { border-color: #AC658C; }
span { border-color: rgb(172,101,140); }
td.TdClassName
{
border-color: #AC658C;
}
.TagClassName
{
border-color: #AC658C;
}
</style>