Shades of Tapestry #AC6685
Tints of Tapestry #AC6685
RGB
CMYK
RGB Variations
Color information
#AC6685 (or 0xAC6685) is known color: Tapestry. HEX triplet: AC, 66 and 85. RGB value is (172,102,133). Sum of RGB (Red+Green+Blue) = 172+102+133=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6685 is #53997A. Grayscale: #7E7E7E. Windows color (decimal): -5478779 or 8742572. OLE color: 8742572.
HSL color Cylindrical-coordinate representation of color #AC6685: hue angle of 333.43º 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 #AC6685 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 133 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.33 |
| HSL | 333.43º | 0.3% | 0.54% | - |
| HSV(B) | 333.43º | 0.41% | 0.67% | - |
| XYZ | 26 | 19.97 | 24.67 | - |
| YUV | 126.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 133 | 0 | 0.41 | 0.23 | 0.33 | 333.43 | 0.3 | 0.54 |
| Hex | AC | 66 | 85 | 0 | 29 | 17 | 21 | 14D | 1E | 36 |
| Octal | 254 | 146 | 205 | 0 | 51 | 27 | 41 | 515 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10000101 | 0 | 101001 | 10111 | 100001 | 101001101 | 11110 | 110110 |
Color Harmonies of #AC6685
Complementary color
Monochromatic Colors of #AC6685
Black with #AC6685
Text Example
Text Example
White with #AC6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6685; }
p { color: rgb(172,102,133); }
H1.HeaderClassName
{
color: #AC6685;
}
.AnyTagClassName
{
color: #AC6685;
}
</style>
background-color css
<style>
a { background-color: #AC6685; }
a { background-color: rgb(172,102,133); }
div.DivClassName
{
background-color: #AC6685;
}
.BgClassName
{
background-color: #AC6685;
}
</style>
border-color css
<style>
span { border-color: #AC6685; }
span { border-color: rgb(172,102,133); }
td.TdClassName
{
border-color: #AC6685;
}
.TagClassName
{
border-color: #AC6685;
}
</style>