Shades of Tapestry #AC7486
Tints of Tapestry #AC7486
RGB
CMYK
RGB Variations
Color information
#AC7486 (or 0xAC7486) is known color: Tapestry. HEX triplet: AC, 74 and 86. RGB value is (172,116,134). Sum of RGB (Red+Green+Blue) = 172+116+134=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7486 is #538B79. Grayscale: #868686. Windows color (decimal): -5475194 or 8811692. OLE color: 8811692.
HSL color Cylindrical-coordinate representation of color #AC7486: hue angle of 340.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7486 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 134 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.33 |
| HSL | 340.71º | 0.25% | 0.56% | - |
| HSV(B) | 340.71º | 0.33% | 0.67% | - |
| XYZ | 27.56 | 22.98 | 25.54 | - |
| YUV | 134.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 134 | 0 | 0.33 | 0.22 | 0.33 | 340.71 | 0.25 | 0.56 |
| Hex | AC | 74 | 86 | 0 | 21 | 16 | 21 | 155 | 19 | 38 |
| Octal | 254 | 164 | 206 | 0 | 41 | 26 | 41 | 525 | 31 | 70 |
| Binary | 10101100 | 1110100 | 10000110 | 0 | 100001 | 10110 | 100001 | 101010101 | 11001 | 111000 |
Color Harmonies of #AC7486
Complementary color
Monochromatic Colors of #AC7486
Black with #AC7486
Text Example
Text Example
White with #AC7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7486; }
p { color: rgb(172,116,134); }
H1.HeaderClassName
{
color: #AC7486;
}
.AnyTagClassName
{
color: #AC7486;
}
</style>
background-color css
<style>
a { background-color: #AC7486; }
a { background-color: rgb(172,116,134); }
div.DivClassName
{
background-color: #AC7486;
}
.BgClassName
{
background-color: #AC7486;
}
</style>
border-color css
<style>
span { border-color: #AC7486; }
span { border-color: rgb(172,116,134); }
td.TdClassName
{
border-color: #AC7486;
}
.TagClassName
{
border-color: #AC7486;
}
</style>