Shades of Tapestry #AC6C85
Tints of Tapestry #AC6C85
RGB
CMYK
RGB Variations
Color information
#AC6C85 (or 0xAC6C85) is known color: Tapestry. HEX triplet: AC, 6C and 85. RGB value is (172,108,133). Sum of RGB (Red+Green+Blue) = 172+108+133=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C85 is #53937A. Grayscale: #818181. Windows color (decimal): -5477243 or 8744108. OLE color: 8744108.
HSL color Cylindrical-coordinate representation of color #AC6C85: hue angle of 336.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C85 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 133 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.33 |
| HSL | 336.56º | 0.28% | 0.55% | - |
| HSV(B) | 336.56º | 0.37% | 0.67% | - |
| XYZ | 26.61 | 21.19 | 24.88 | - |
| YUV | 129.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 133 | 0 | 0.37 | 0.23 | 0.33 | 336.56 | 0.28 | 0.55 |
| Hex | AC | 6C | 85 | 0 | 25 | 17 | 21 | 151 | 1C | 37 |
| Octal | 254 | 154 | 205 | 0 | 45 | 27 | 41 | 521 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10000101 | 0 | 100101 | 10111 | 100001 | 101010001 | 11100 | 110111 |
Color Harmonies of #AC6C85
Complementary color
Monochromatic Colors of #AC6C85
Black with #AC6C85
Text Example
Text Example
White with #AC6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C85; }
p { color: rgb(172,108,133); }
H1.HeaderClassName
{
color: #AC6C85;
}
.AnyTagClassName
{
color: #AC6C85;
}
</style>
background-color css
<style>
a { background-color: #AC6C85; }
a { background-color: rgb(172,108,133); }
div.DivClassName
{
background-color: #AC6C85;
}
.BgClassName
{
background-color: #AC6C85;
}
</style>
border-color css
<style>
span { border-color: #AC6C85; }
span { border-color: rgb(172,108,133); }
td.TdClassName
{
border-color: #AC6C85;
}
.TagClassName
{
border-color: #AC6C85;
}
</style>