Shades of Tapestry #AC6384
Tints of Tapestry #AC6384
RGB
CMYK
RGB Variations
Color information
#AC6384 (or 0xAC6384) is known color: Tapestry. HEX triplet: AC, 63 and 84. RGB value is (172,99,132). Sum of RGB (Red+Green+Blue) = 172+99+132=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6384 is #539C7B. Grayscale: #7C7C7C. Windows color (decimal): -5479548 or 8676268. OLE color: 8676268.
HSL color Cylindrical-coordinate representation of color #AC6384: hue angle of 332.88º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6384 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 132 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.33 |
| HSL | 332.88º | 0.31% | 0.53% | - |
| HSV(B) | 332.88º | 0.42% | 0.67% | - |
| XYZ | 25.64 | 19.36 | 24.22 | - |
| YUV | 124.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 132 | 0 | 0.42 | 0.23 | 0.33 | 332.88 | 0.31 | 0.53 |
| Hex | AC | 63 | 84 | 0 | 2A | 17 | 21 | 14D | 1F | 35 |
| Octal | 254 | 143 | 204 | 0 | 52 | 27 | 41 | 515 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10000100 | 0 | 101010 | 10111 | 100001 | 101001101 | 11111 | 110101 |
Color Harmonies of #AC6384
Complementary color
Monochromatic Colors of #AC6384
Black with #AC6384
Text Example
Text Example
White with #AC6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6384; }
p { color: rgb(172,99,132); }
H1.HeaderClassName
{
color: #AC6384;
}
.AnyTagClassName
{
color: #AC6384;
}
</style>
background-color css
<style>
a { background-color: #AC6384; }
a { background-color: rgb(172,99,132); }
div.DivClassName
{
background-color: #AC6384;
}
.BgClassName
{
background-color: #AC6384;
}
</style>
border-color css
<style>
span { border-color: #AC6384; }
span { border-color: rgb(172,99,132); }
td.TdClassName
{
border-color: #AC6384;
}
.TagClassName
{
border-color: #AC6384;
}
</style>