Shades of Tapestry #AC6080
Tints of Tapestry #AC6080
RGB
CMYK
RGB Variations
Color information
#AC6080 (or 0xAC6080) is known color: Tapestry. HEX triplet: AC, 60 and 80. RGB value is (172,96,128). Sum of RGB (Red+Green+Blue) = 172+96+128=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6080 is #539F7F. Grayscale: #7A7A7A. Windows color (decimal): -5480320 or 8413356. OLE color: 8413356.
HSL color Cylindrical-coordinate representation of color #AC6080: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6080 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 128 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.33 |
| HSL | 334.74º | 0.31% | 0.53% | - |
| HSV(B) | 334.74º | 0.44% | 0.67% | - |
| XYZ | 25.09 | 18.69 | 22.71 | - |
| YUV | 122.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 128 | 0 | 0.44 | 0.26 | 0.33 | 334.74 | 0.31 | 0.53 |
| Hex | AC | 60 | 80 | 0 | 2C | 1A | 21 | 14F | 1F | 35 |
| Octal | 254 | 140 | 200 | 0 | 54 | 32 | 41 | 517 | 37 | 65 |
| Binary | 10101100 | 1100000 | 10000000 | 0 | 101100 | 11010 | 100001 | 101001111 | 11111 | 110101 |
Color Harmonies of #AC6080
Complementary color
Monochromatic Colors of #AC6080
Black with #AC6080
Text Example
Text Example
White with #AC6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6080; }
p { color: rgb(172,96,128); }
H1.HeaderClassName
{
color: #AC6080;
}
.AnyTagClassName
{
color: #AC6080;
}
</style>
background-color css
<style>
a { background-color: #AC6080; }
a { background-color: rgb(172,96,128); }
div.DivClassName
{
background-color: #AC6080;
}
.BgClassName
{
background-color: #AC6080;
}
</style>
border-color css
<style>
span { border-color: #AC6080; }
span { border-color: rgb(172,96,128); }
td.TdClassName
{
border-color: #AC6080;
}
.TagClassName
{
border-color: #AC6080;
}
</style>