Shades of Tapestry #AC6881
Tints of Tapestry #AC6881
RGB
CMYK
RGB Variations
Color information
#AC6881 (or 0xAC6881) is known color: Tapestry. HEX triplet: AC, 68 and 81. RGB value is (172,104,129). Sum of RGB (Red+Green+Blue) = 172+104+129=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6881 is #53977E. Grayscale: #7F7F7F. Windows color (decimal): -5478271 or 8480940. OLE color: 8480940.
HSL color Cylindrical-coordinate representation of color #AC6881: hue angle of 337.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6881 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 129 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.33 |
| HSL | 337.94º | 0.29% | 0.54% | - |
| HSV(B) | 337.94º | 0.4% | 0.67% | - |
| XYZ | 25.93 | 20.26 | 23.31 | - |
| YUV | 127.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 129 | 0 | 0.40 | 0.25 | 0.33 | 337.94 | 0.29 | 0.54 |
| Hex | AC | 68 | 81 | 0 | 28 | 19 | 21 | 152 | 1D | 36 |
| Octal | 254 | 150 | 201 | 0 | 50 | 31 | 41 | 522 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10000001 | 0 | 101000 | 11001 | 100001 | 101010010 | 11101 | 110110 |
Color Harmonies of #AC6881
Complementary color
Monochromatic Colors of #AC6881
Black with #AC6881
Text Example
Text Example
White with #AC6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6881; }
p { color: rgb(172,104,129); }
H1.HeaderClassName
{
color: #AC6881;
}
.AnyTagClassName
{
color: #AC6881;
}
</style>
background-color css
<style>
a { background-color: #AC6881; }
a { background-color: rgb(172,104,129); }
div.DivClassName
{
background-color: #AC6881;
}
.BgClassName
{
background-color: #AC6881;
}
</style>
border-color css
<style>
span { border-color: #AC6881; }
span { border-color: rgb(172,104,129); }
td.TdClassName
{
border-color: #AC6881;
}
.TagClassName
{
border-color: #AC6881;
}
</style>