Shades of Tapestry #AC6785
Tints of Tapestry #AC6785
RGB
CMYK
RGB Variations
Color information
#AC6785 (or 0xAC6785) is known color: Tapestry. HEX triplet: AC, 67 and 85. RGB value is (172,103,133). Sum of RGB (Red+Green+Blue) = 172+103+133=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6785 is #53987A. Grayscale: #7F7F7F. Windows color (decimal): -5478523 or 8742828. OLE color: 8742828.
HSL color Cylindrical-coordinate representation of color #AC6785: hue angle of 333.91º 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 #AC6785 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 133 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.33 |
| HSL | 333.91º | 0.29% | 0.54% | - |
| HSV(B) | 333.91º | 0.4% | 0.67% | - |
| XYZ | 26.1 | 20.16 | 24.71 | - |
| YUV | 127.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 133 | 0 | 0.40 | 0.23 | 0.33 | 333.91 | 0.29 | 0.54 |
| Hex | AC | 67 | 85 | 0 | 28 | 17 | 21 | 14E | 1D | 36 |
| Octal | 254 | 147 | 205 | 0 | 50 | 27 | 41 | 516 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10000101 | 0 | 101000 | 10111 | 100001 | 101001110 | 11101 | 110110 |
Color Harmonies of #AC6785
Complementary color
Monochromatic Colors of #AC6785
Black with #AC6785
Text Example
Text Example
White with #AC6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6785; }
p { color: rgb(172,103,133); }
H1.HeaderClassName
{
color: #AC6785;
}
.AnyTagClassName
{
color: #AC6785;
}
</style>
background-color css
<style>
a { background-color: #AC6785; }
a { background-color: rgb(172,103,133); }
div.DivClassName
{
background-color: #AC6785;
}
.BgClassName
{
background-color: #AC6785;
}
</style>
border-color css
<style>
span { border-color: #AC6785; }
span { border-color: rgb(172,103,133); }
td.TdClassName
{
border-color: #AC6785;
}
.TagClassName
{
border-color: #AC6785;
}
</style>