Shades of Tapestry #AC6682
Tints of Tapestry #AC6682
RGB
CMYK
RGB Variations
Color information
#AC6682 (or 0xAC6682) is known color: Tapestry. HEX triplet: AC, 66 and 82. RGB value is (172,102,130). Sum of RGB (Red+Green+Blue) = 172+102+130=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6682 is #53997D. Grayscale: #7E7E7E. Windows color (decimal): -5478782 or 8545964. OLE color: 8545964.
HSL color Cylindrical-coordinate representation of color #AC6682: hue angle of 336º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6682 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 130 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.33 |
| HSL | 336º | 0.3% | 0.54% | - |
| HSV(B) | 336º | 0.41% | 0.67% | - |
| XYZ | 25.79 | 19.89 | 23.6 | - |
| YUV | 126.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 130 | 0 | 0.41 | 0.24 | 0.33 | 336 | 0.3 | 0.54 |
| Hex | AC | 66 | 82 | 0 | 29 | 18 | 21 | 150 | 1E | 36 |
| Octal | 254 | 146 | 202 | 0 | 51 | 30 | 41 | 520 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10000010 | 0 | 101001 | 11000 | 100001 | 101010000 | 11110 | 110110 |
Color Harmonies of #AC6682
Complementary color
Monochromatic Colors of #AC6682
Black with #AC6682
Text Example
Text Example
White with #AC6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6682; }
p { color: rgb(172,102,130); }
H1.HeaderClassName
{
color: #AC6682;
}
.AnyTagClassName
{
color: #AC6682;
}
</style>
background-color css
<style>
a { background-color: #AC6682; }
a { background-color: rgb(172,102,130); }
div.DivClassName
{
background-color: #AC6682;
}
.BgClassName
{
background-color: #AC6682;
}
</style>
border-color css
<style>
span { border-color: #AC6682; }
span { border-color: rgb(172,102,130); }
td.TdClassName
{
border-color: #AC6682;
}
.TagClassName
{
border-color: #AC6682;
}
</style>