Shades of Tapestry #AC5D84
Tints of Tapestry #AC5D84
RGB
CMYK
RGB Variations
Color information
#AC5D84 (or 0xAC5D84) is known color: Tapestry. HEX triplet: AC, 5D and 84. RGB value is (172,93,132). Sum of RGB (Red+Green+Blue) = 172+93+132=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D84 is #53A27B. Grayscale: #787878. Windows color (decimal): -5481084 or 8674732. OLE color: 8674732.
HSL color Cylindrical-coordinate representation of color #AC5D84: hue angle of 330.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D84 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 132 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.33 |
| HSL | 330.38º | 0.32% | 0.52% | - |
| HSV(B) | 330.38º | 0.46% | 0.67% | - |
| XYZ | 25.09 | 18.27 | 24.03 | - |
| YUV | 121.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 132 | 0 | 0.46 | 0.23 | 0.33 | 330.38 | 0.32 | 0.52 |
| Hex | AC | 5D | 84 | 0 | 2E | 17 | 21 | 14A | 20 | 34 |
| Octal | 254 | 135 | 204 | 0 | 56 | 27 | 41 | 512 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10000100 | 0 | 101110 | 10111 | 100001 | 101001010 | 100000 | 110100 |
Color Harmonies of #AC5D84
Complementary color
Monochromatic Colors of #AC5D84
Black with #AC5D84
Text Example
Text Example
White with #AC5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D84; }
p { color: rgb(172,93,132); }
H1.HeaderClassName
{
color: #AC5D84;
}
.AnyTagClassName
{
color: #AC5D84;
}
</style>
background-color css
<style>
a { background-color: #AC5D84; }
a { background-color: rgb(172,93,132); }
div.DivClassName
{
background-color: #AC5D84;
}
.BgClassName
{
background-color: #AC5D84;
}
</style>
border-color css
<style>
span { border-color: #AC5D84; }
span { border-color: rgb(172,93,132); }
td.TdClassName
{
border-color: #AC5D84;
}
.TagClassName
{
border-color: #AC5D84;
}
</style>