Shades of Tapestry #AC6486
Tints of Tapestry #AC6486
RGB
CMYK
RGB Variations
Color information
#AC6486 (or 0xAC6486) is known color: Tapestry. HEX triplet: AC, 64 and 86. RGB value is (172,100,134). Sum of RGB (Red+Green+Blue) = 172+100+134=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6486 is #539B79. Grayscale: #7D7D7D. Windows color (decimal): -5479290 or 8807596. OLE color: 8807596.
HSL color Cylindrical-coordinate representation of color #AC6486: hue angle of 331.67º 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 #AC6486 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 134 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.33 |
| HSL | 331.67º | 0.3% | 0.53% | - |
| HSV(B) | 331.67º | 0.42% | 0.67% | - |
| XYZ | 25.87 | 19.61 | 24.97 | - |
| YUV | 125.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 134 | 0 | 0.42 | 0.22 | 0.33 | 331.67 | 0.3 | 0.53 |
| Hex | AC | 64 | 86 | 0 | 2A | 16 | 21 | 14C | 1E | 35 |
| Octal | 254 | 144 | 206 | 0 | 52 | 26 | 41 | 514 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10000110 | 0 | 101010 | 10110 | 100001 | 101001100 | 11110 | 110101 |
Color Harmonies of #AC6486
Complementary color
Monochromatic Colors of #AC6486
Black with #AC6486
Text Example
Text Example
White with #AC6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6486; }
p { color: rgb(172,100,134); }
H1.HeaderClassName
{
color: #AC6486;
}
.AnyTagClassName
{
color: #AC6486;
}
</style>
background-color css
<style>
a { background-color: #AC6486; }
a { background-color: rgb(172,100,134); }
div.DivClassName
{
background-color: #AC6486;
}
.BgClassName
{
background-color: #AC6486;
}
</style>
border-color css
<style>
span { border-color: #AC6486; }
span { border-color: rgb(172,100,134); }
td.TdClassName
{
border-color: #AC6486;
}
.TagClassName
{
border-color: #AC6486;
}
</style>