Shades of Tapestry #AC6288
Tints of Tapestry #AC6288
RGB
CMYK
RGB Variations
Color information
#AC6288 (or 0xAC6288) is known color: Tapestry. HEX triplet: AC, 62 and 88. RGB value is (172,98,136). Sum of RGB (Red+Green+Blue) = 172+98+136=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6288 is #539D77. Grayscale: #7C7C7C. Windows color (decimal): -5479800 or 8938156. OLE color: 8938156.
HSL color Cylindrical-coordinate representation of color #AC6288: hue angle of 329.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6288 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 136 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.33 |
| HSL | 329.19º | 0.31% | 0.53% | - |
| HSV(B) | 329.19º | 0.43% | 0.67% | - |
| XYZ | 25.82 | 19.28 | 25.65 | - |
| YUV | 124.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 136 | 0 | 0.43 | 0.21 | 0.33 | 329.19 | 0.31 | 0.53 |
| Hex | AC | 62 | 88 | 0 | 2B | 15 | 21 | 149 | 1F | 35 |
| Octal | 254 | 142 | 210 | 0 | 53 | 25 | 41 | 511 | 37 | 65 |
| Binary | 10101100 | 1100010 | 10001000 | 0 | 101011 | 10101 | 100001 | 101001001 | 11111 | 110101 |
Color Harmonies of #AC6288
Complementary color
Monochromatic Colors of #AC6288
Black with #AC6288
Text Example
Text Example
White with #AC6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6288; }
p { color: rgb(172,98,136); }
H1.HeaderClassName
{
color: #AC6288;
}
.AnyTagClassName
{
color: #AC6288;
}
</style>
background-color css
<style>
a { background-color: #AC6288; }
a { background-color: rgb(172,98,136); }
div.DivClassName
{
background-color: #AC6288;
}
.BgClassName
{
background-color: #AC6288;
}
</style>
border-color css
<style>
span { border-color: #AC6288; }
span { border-color: rgb(172,98,136); }
td.TdClassName
{
border-color: #AC6288;
}
.TagClassName
{
border-color: #AC6288;
}
</style>