Shades of Tapestry #AC5D81
Tints of Tapestry #AC5D81
RGB
CMYK
RGB Variations
Color information
#AC5D81 (or 0xAC5D81) is known color: Tapestry. HEX triplet: AC, 5D and 81. RGB value is (172,93,129). Sum of RGB (Red+Green+Blue) = 172+93+129=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D81 is #53A27E. Grayscale: #787878. Windows color (decimal): -5481087 or 8478124. OLE color: 8478124.
HSL color Cylindrical-coordinate representation of color #AC5D81: hue angle of 332.66º 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 #AC5D81 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 129 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.33 |
| HSL | 332.66º | 0.32% | 0.52% | - |
| HSV(B) | 332.66º | 0.46% | 0.67% | - |
| XYZ | 24.89 | 18.18 | 22.97 | - |
| YUV | 120.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 129 | 0 | 0.46 | 0.25 | 0.33 | 332.66 | 0.32 | 0.52 |
| Hex | AC | 5D | 81 | 0 | 2E | 19 | 21 | 14D | 20 | 34 |
| Octal | 254 | 135 | 201 | 0 | 56 | 31 | 41 | 515 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10000001 | 0 | 101110 | 11001 | 100001 | 101001101 | 100000 | 110100 |
Color Harmonies of #AC5D81
Complementary color
Monochromatic Colors of #AC5D81
Black with #AC5D81
Text Example
Text Example
White with #AC5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D81; }
p { color: rgb(172,93,129); }
H1.HeaderClassName
{
color: #AC5D81;
}
.AnyTagClassName
{
color: #AC5D81;
}
</style>
background-color css
<style>
a { background-color: #AC5D81; }
a { background-color: rgb(172,93,129); }
div.DivClassName
{
background-color: #AC5D81;
}
.BgClassName
{
background-color: #AC5D81;
}
</style>
border-color css
<style>
span { border-color: #AC5D81; }
span { border-color: rgb(172,93,129); }
td.TdClassName
{
border-color: #AC5D81;
}
.TagClassName
{
border-color: #AC5D81;
}
</style>