Shades of Tapestry #AC6482
Tints of Tapestry #AC6482
RGB
CMYK
RGB Variations
Color information
#AC6482 (or 0xAC6482) is known color: Tapestry. HEX triplet: AC, 64 and 82. RGB value is (172,100,130). Sum of RGB (Red+Green+Blue) = 172+100+130=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6482 is #539B7D. Grayscale: #7C7C7C. Windows color (decimal): -5479294 or 8545452. OLE color: 8545452.
HSL color Cylindrical-coordinate representation of color #AC6482: hue angle of 335º 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 #AC6482 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 130 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.33 |
| HSL | 335º | 0.3% | 0.53% | - |
| HSV(B) | 335º | 0.42% | 0.67% | - |
| XYZ | 25.6 | 19.5 | 23.53 | - |
| YUV | 124.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 130 | 0 | 0.42 | 0.24 | 0.33 | 335 | 0.3 | 0.53 |
| Hex | AC | 64 | 82 | 0 | 2A | 18 | 21 | 14F | 1E | 35 |
| Octal | 254 | 144 | 202 | 0 | 52 | 30 | 41 | 517 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10000010 | 0 | 101010 | 11000 | 100001 | 101001111 | 11110 | 110101 |
Color Harmonies of #AC6482
Complementary color
Monochromatic Colors of #AC6482
Black with #AC6482
Text Example
Text Example
White with #AC6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6482; }
p { color: rgb(172,100,130); }
H1.HeaderClassName
{
color: #AC6482;
}
.AnyTagClassName
{
color: #AC6482;
}
</style>
background-color css
<style>
a { background-color: #AC6482; }
a { background-color: rgb(172,100,130); }
div.DivClassName
{
background-color: #AC6482;
}
.BgClassName
{
background-color: #AC6482;
}
</style>
border-color css
<style>
span { border-color: #AC6482; }
span { border-color: rgb(172,100,130); }
td.TdClassName
{
border-color: #AC6482;
}
.TagClassName
{
border-color: #AC6482;
}
</style>