Shades of Tapestry #AC6C84
Tints of Tapestry #AC6C84
RGB
CMYK
RGB Variations
Color information
#AC6C84 (or 0xAC6C84) is known color: Tapestry. HEX triplet: AC, 6C and 84. RGB value is (172,108,132). Sum of RGB (Red+Green+Blue) = 172+108+132=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C84 is #53937B. Grayscale: #818181. Windows color (decimal): -5477244 or 8678572. OLE color: 8678572.
HSL color Cylindrical-coordinate representation of color #AC6C84: hue angle of 337.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C84 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 132 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.33 |
| HSL | 337.5º | 0.28% | 0.55% | - |
| HSV(B) | 337.5º | 0.37% | 0.67% | - |
| XYZ | 26.54 | 21.16 | 24.52 | - |
| YUV | 129.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 132 | 0 | 0.37 | 0.23 | 0.33 | 337.5 | 0.28 | 0.55 |
| Hex | AC | 6C | 84 | 0 | 25 | 17 | 21 | 152 | 1C | 37 |
| Octal | 254 | 154 | 204 | 0 | 45 | 27 | 41 | 522 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10000100 | 0 | 100101 | 10111 | 100001 | 101010010 | 11100 | 110111 |
Color Harmonies of #AC6C84
Complementary color
Monochromatic Colors of #AC6C84
Black with #AC6C84
Text Example
Text Example
White with #AC6C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C84; }
p { color: rgb(172,108,132); }
H1.HeaderClassName
{
color: #AC6C84;
}
.AnyTagClassName
{
color: #AC6C84;
}
</style>
background-color css
<style>
a { background-color: #AC6C84; }
a { background-color: rgb(172,108,132); }
div.DivClassName
{
background-color: #AC6C84;
}
.BgClassName
{
background-color: #AC6C84;
}
</style>
border-color css
<style>
span { border-color: #AC6C84; }
span { border-color: rgb(172,108,132); }
td.TdClassName
{
border-color: #AC6C84;
}
.TagClassName
{
border-color: #AC6C84;
}
</style>