Shades of Tapestry #AC6585
Tints of Tapestry #AC6585
RGB
CMYK
RGB Variations
Color information
#AC6585 (or 0xAC6585) is known color: Tapestry. HEX triplet: AC, 65 and 85. RGB value is (172,101,133). Sum of RGB (Red+Green+Blue) = 172+101+133=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6585 is #539A7A. Grayscale: #7D7D7D. Windows color (decimal): -5479035 or 8742316. OLE color: 8742316.
HSL color Cylindrical-coordinate representation of color #AC6585: hue angle of 332.96º 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 #AC6585 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 133 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.33 |
| HSL | 332.96º | 0.3% | 0.54% | - |
| HSV(B) | 332.96º | 0.41% | 0.67% | - |
| XYZ | 25.9 | 19.77 | 24.64 | - |
| YUV | 125.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 133 | 0 | 0.41 | 0.23 | 0.33 | 332.96 | 0.3 | 0.54 |
| Hex | AC | 65 | 85 | 0 | 29 | 17 | 21 | 14D | 1E | 36 |
| Octal | 254 | 145 | 205 | 0 | 51 | 27 | 41 | 515 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10000101 | 0 | 101001 | 10111 | 100001 | 101001101 | 11110 | 110110 |
Color Harmonies of #AC6585
Complementary color
Monochromatic Colors of #AC6585
Black with #AC6585
Text Example
Text Example
White with #AC6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6585; }
p { color: rgb(172,101,133); }
H1.HeaderClassName
{
color: #AC6585;
}
.AnyTagClassName
{
color: #AC6585;
}
</style>
background-color css
<style>
a { background-color: #AC6585; }
a { background-color: rgb(172,101,133); }
div.DivClassName
{
background-color: #AC6585;
}
.BgClassName
{
background-color: #AC6585;
}
</style>
border-color css
<style>
span { border-color: #AC6585; }
span { border-color: rgb(172,101,133); }
td.TdClassName
{
border-color: #AC6585;
}
.TagClassName
{
border-color: #AC6585;
}
</style>