Shades of Tapestry #AC6C80
Tints of Tapestry #AC6C80
RGB
CMYK
RGB Variations
Color information
#AC6C80 (or 0xAC6C80) is known color: Tapestry. HEX triplet: AC, 6C and 80. RGB value is (172,108,128). Sum of RGB (Red+Green+Blue) = 172+108+128=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C80 is #53937F. Grayscale: #818181. Windows color (decimal): -5477248 or 8416428. OLE color: 8416428.
HSL color Cylindrical-coordinate representation of color #AC6C80: hue angle of 341.25º 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 #AC6C80 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 128 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.33 |
| HSL | 341.25º | 0.28% | 0.55% | - |
| HSV(B) | 341.25º | 0.37% | 0.67% | - |
| XYZ | 26.27 | 21.05 | 23.1 | - |
| YUV | 129.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 128 | 0 | 0.37 | 0.26 | 0.33 | 341.25 | 0.28 | 0.55 |
| Hex | AC | 6C | 80 | 0 | 25 | 1A | 21 | 155 | 1C | 37 |
| Octal | 254 | 154 | 200 | 0 | 45 | 32 | 41 | 525 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10000000 | 0 | 100101 | 11010 | 100001 | 101010101 | 11100 | 110111 |
Color Harmonies of #AC6C80
Complementary color
Monochromatic Colors of #AC6C80
Black with #AC6C80
Text Example
Text Example
White with #AC6C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C80; }
p { color: rgb(172,108,128); }
H1.HeaderClassName
{
color: #AC6C80;
}
.AnyTagClassName
{
color: #AC6C80;
}
</style>
background-color css
<style>
a { background-color: #AC6C80; }
a { background-color: rgb(172,108,128); }
div.DivClassName
{
background-color: #AC6C80;
}
.BgClassName
{
background-color: #AC6C80;
}
</style>
border-color css
<style>
span { border-color: #AC6C80; }
span { border-color: rgb(172,108,128); }
td.TdClassName
{
border-color: #AC6C80;
}
.TagClassName
{
border-color: #AC6C80;
}
</style>