Shades of Tapestry #AC6485
Tints of Tapestry #AC6485
RGB
CMYK
RGB Variations
Color information
#AC6485 (or 0xAC6485) is known color: Tapestry. HEX triplet: AC, 64 and 85. RGB value is (172,100,133). Sum of RGB (Red+Green+Blue) = 172+100+133=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6485 is #539B7A. Grayscale: #7D7D7D. Windows color (decimal): -5479291 or 8742060. OLE color: 8742060.
HSL color Cylindrical-coordinate representation of color #AC6485: hue angle of 332.5º 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 #AC6485 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 133 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.33 |
| HSL | 332.5º | 0.3% | 0.53% | - |
| HSV(B) | 332.5º | 0.42% | 0.67% | - |
| XYZ | 25.8 | 19.58 | 24.61 | - |
| YUV | 125.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 133 | 0 | 0.42 | 0.23 | 0.33 | 332.5 | 0.3 | 0.53 |
| Hex | AC | 64 | 85 | 0 | 2A | 17 | 21 | 14C | 1E | 35 |
| Octal | 254 | 144 | 205 | 0 | 52 | 27 | 41 | 514 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10000101 | 0 | 101010 | 10111 | 100001 | 101001100 | 11110 | 110101 |
Color Harmonies of #AC6485
Complementary color
Monochromatic Colors of #AC6485
Black with #AC6485
Text Example
Text Example
White with #AC6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6485; }
p { color: rgb(172,100,133); }
H1.HeaderClassName
{
color: #AC6485;
}
.AnyTagClassName
{
color: #AC6485;
}
</style>
background-color css
<style>
a { background-color: #AC6485; }
a { background-color: rgb(172,100,133); }
div.DivClassName
{
background-color: #AC6485;
}
.BgClassName
{
background-color: #AC6485;
}
</style>
border-color css
<style>
span { border-color: #AC6485; }
span { border-color: rgb(172,100,133); }
td.TdClassName
{
border-color: #AC6485;
}
.TagClassName
{
border-color: #AC6485;
}
</style>