Shades of Tapestry #AC5E80
Tints of Tapestry #AC5E80
RGB
CMYK
RGB Variations
Color information
#AC5E80 (or 0xAC5E80) is known color: Tapestry. HEX triplet: AC, 5E and 80. RGB value is (172,94,128). Sum of RGB (Red+Green+Blue) = 172+94+128=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E80 is #53A17F. Grayscale: #797979. Windows color (decimal): -5480832 or 8412844. OLE color: 8412844.
HSL color Cylindrical-coordinate representation of color #AC5E80: hue angle of 333.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E80 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 128 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.33 |
| HSL | 333.85º | 0.32% | 0.52% | - |
| HSV(B) | 333.85º | 0.45% | 0.67% | - |
| XYZ | 24.91 | 18.33 | 22.65 | - |
| YUV | 121.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 128 | 0 | 0.45 | 0.26 | 0.33 | 333.85 | 0.32 | 0.52 |
| Hex | AC | 5E | 80 | 0 | 2D | 1A | 21 | 14E | 20 | 34 |
| Octal | 254 | 136 | 200 | 0 | 55 | 32 | 41 | 516 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10000000 | 0 | 101101 | 11010 | 100001 | 101001110 | 100000 | 110100 |
Color Harmonies of #AC5E80
Complementary color
Monochromatic Colors of #AC5E80
Black with #AC5E80
Text Example
Text Example
White with #AC5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E80; }
p { color: rgb(172,94,128); }
H1.HeaderClassName
{
color: #AC5E80;
}
.AnyTagClassName
{
color: #AC5E80;
}
</style>
background-color css
<style>
a { background-color: #AC5E80; }
a { background-color: rgb(172,94,128); }
div.DivClassName
{
background-color: #AC5E80;
}
.BgClassName
{
background-color: #AC5E80;
}
</style>
border-color css
<style>
span { border-color: #AC5E80; }
span { border-color: rgb(172,94,128); }
td.TdClassName
{
border-color: #AC5E80;
}
.TagClassName
{
border-color: #AC5E80;
}
</style>