Shades of Tapestry #AC5C84
Tints of Tapestry #AC5C84
RGB
CMYK
RGB Variations
Color information
#AC5C84 (or 0xAC5C84) is known color: Tapestry. HEX triplet: AC, 5C and 84. RGB value is (172,92,132). Sum of RGB (Red+Green+Blue) = 172+92+132=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C84 is #53A37B. Grayscale: #787878. Windows color (decimal): -5481340 or 8674476. OLE color: 8674476.
HSL color Cylindrical-coordinate representation of color #AC5C84: hue angle of 330º 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 #AC5C84 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 132 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.33 |
| HSL | 330º | 0.33% | 0.52% | - |
| HSV(B) | 330º | 0.47% | 0.67% | - |
| XYZ | 25.01 | 18.09 | 24 | - |
| YUV | 120.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 132 | 0 | 0.47 | 0.23 | 0.33 | 330 | 0.33 | 0.52 |
| Hex | AC | 5C | 84 | 0 | 2F | 17 | 21 | 14A | 21 | 34 |
| Octal | 254 | 134 | 204 | 0 | 57 | 27 | 41 | 512 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10000100 | 0 | 101111 | 10111 | 100001 | 101001010 | 100001 | 110100 |
Color Harmonies of #AC5C84
Complementary color
Monochromatic Colors of #AC5C84
Black with #AC5C84
Text Example
Text Example
White with #AC5C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C84; }
p { color: rgb(172,92,132); }
H1.HeaderClassName
{
color: #AC5C84;
}
.AnyTagClassName
{
color: #AC5C84;
}
</style>
background-color css
<style>
a { background-color: #AC5C84; }
a { background-color: rgb(172,92,132); }
div.DivClassName
{
background-color: #AC5C84;
}
.BgClassName
{
background-color: #AC5C84;
}
</style>
border-color css
<style>
span { border-color: #AC5C84; }
span { border-color: rgb(172,92,132); }
td.TdClassName
{
border-color: #AC5C84;
}
.TagClassName
{
border-color: #AC5C84;
}
</style>