Shades of Tapestry #AC6484
Tints of Tapestry #AC6484
RGB
CMYK
RGB Variations
Color information
#AC6484 (or 0xAC6484) is known color: Tapestry. HEX triplet: AC, 64 and 84. RGB value is (172,100,132). Sum of RGB (Red+Green+Blue) = 172+100+132=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6484 is #539B7B. Grayscale: #7D7D7D. Windows color (decimal): -5479292 or 8676524. OLE color: 8676524.
HSL color Cylindrical-coordinate representation of color #AC6484: hue angle of 333.33º degrees, saturation: 0.3, 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 #AC6484 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 132 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.33 |
| HSL | 333.33º | 0.3% | 0.53% | - |
| HSV(B) | 333.33º | 0.42% | 0.67% | - |
| XYZ | 25.74 | 19.55 | 24.25 | - |
| YUV | 125.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 132 | 0 | 0.42 | 0.23 | 0.33 | 333.33 | 0.3 | 0.53 |
| Hex | AC | 64 | 84 | 0 | 2A | 17 | 21 | 14D | 1E | 35 |
| Octal | 254 | 144 | 204 | 0 | 52 | 27 | 41 | 515 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10000100 | 0 | 101010 | 10111 | 100001 | 101001101 | 11110 | 110101 |
Color Harmonies of #AC6484
Complementary color
Monochromatic Colors of #AC6484
Black with #AC6484
Text Example
Text Example
White with #AC6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6484; }
p { color: rgb(172,100,132); }
H1.HeaderClassName
{
color: #AC6484;
}
.AnyTagClassName
{
color: #AC6484;
}
</style>
background-color css
<style>
a { background-color: #AC6484; }
a { background-color: rgb(172,100,132); }
div.DivClassName
{
background-color: #AC6484;
}
.BgClassName
{
background-color: #AC6484;
}
</style>
border-color css
<style>
span { border-color: #AC6484; }
span { border-color: rgb(172,100,132); }
td.TdClassName
{
border-color: #AC6484;
}
.TagClassName
{
border-color: #AC6484;
}
</style>