Shades of Tapestry #AC6D82
Tints of Tapestry #AC6D82
RGB
CMYK
RGB Variations
Color information
#AC6D82 (or 0xAC6D82) is known color: Tapestry. HEX triplet: AC, 6D and 82. RGB value is (172,109,130). Sum of RGB (Red+Green+Blue) = 172+109+130=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D82 is #53927D. Grayscale: #828282. Windows color (decimal): -5476990 or 8547756. OLE color: 8547756.
HSL color Cylindrical-coordinate representation of color #AC6D82: hue angle of 340º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D82 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 130 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.33 |
| HSL | 340º | 0.28% | 0.55% | - |
| HSV(B) | 340º | 0.37% | 0.67% | - |
| XYZ | 26.51 | 21.32 | 23.84 | - |
| YUV | 130.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 130 | 0 | 0.37 | 0.24 | 0.33 | 340 | 0.28 | 0.55 |
| Hex | AC | 6D | 82 | 0 | 25 | 18 | 21 | 154 | 1C | 37 |
| Octal | 254 | 155 | 202 | 0 | 45 | 30 | 41 | 524 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10000010 | 0 | 100101 | 11000 | 100001 | 101010100 | 11100 | 110111 |
Color Harmonies of #AC6D82
Complementary color
Monochromatic Colors of #AC6D82
Black with #AC6D82
Text Example
Text Example
White with #AC6D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D82; }
p { color: rgb(172,109,130); }
H1.HeaderClassName
{
color: #AC6D82;
}
.AnyTagClassName
{
color: #AC6D82;
}
</style>
background-color css
<style>
a { background-color: #AC6D82; }
a { background-color: rgb(172,109,130); }
div.DivClassName
{
background-color: #AC6D82;
}
.BgClassName
{
background-color: #AC6D82;
}
</style>
border-color css
<style>
span { border-color: #AC6D82; }
span { border-color: rgb(172,109,130); }
td.TdClassName
{
border-color: #AC6D82;
}
.TagClassName
{
border-color: #AC6D82;
}
</style>