Shades of Tapestry #AC5C85
Tints of Tapestry #AC5C85
RGB
CMYK
RGB Variations
Color information
#AC5C85 (or 0xAC5C85) is known color: Tapestry. HEX triplet: AC, 5C and 85. RGB value is (172,92,133). Sum of RGB (Red+Green+Blue) = 172+92+133=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C85 is #53A37A. Grayscale: #787878. Windows color (decimal): -5481339 or 8740012. OLE color: 8740012.
HSL color Cylindrical-coordinate representation of color #AC5C85: hue angle of 329.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C85 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 133 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.33 |
| HSL | 329.25º | 0.33% | 0.52% | - |
| HSV(B) | 329.25º | 0.47% | 0.67% | - |
| XYZ | 25.07 | 18.12 | 24.37 | - |
| YUV | 120.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 133 | 0 | 0.47 | 0.23 | 0.33 | 329.25 | 0.33 | 0.52 |
| Hex | AC | 5C | 85 | 0 | 2F | 17 | 21 | 149 | 21 | 34 |
| Octal | 254 | 134 | 205 | 0 | 57 | 27 | 41 | 511 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10000101 | 0 | 101111 | 10111 | 100001 | 101001001 | 100001 | 110100 |
Color Harmonies of #AC5C85
Complementary color
Monochromatic Colors of #AC5C85
Black with #AC5C85
Text Example
Text Example
White with #AC5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C85; }
p { color: rgb(172,92,133); }
H1.HeaderClassName
{
color: #AC5C85;
}
.AnyTagClassName
{
color: #AC5C85;
}
</style>
background-color css
<style>
a { background-color: #AC5C85; }
a { background-color: rgb(172,92,133); }
div.DivClassName
{
background-color: #AC5C85;
}
.BgClassName
{
background-color: #AC5C85;
}
</style>
border-color css
<style>
span { border-color: #AC5C85; }
span { border-color: rgb(172,92,133); }
td.TdClassName
{
border-color: #AC5C85;
}
.TagClassName
{
border-color: #AC5C85;
}
</style>