Shades of Tapestry #AC6E8C
Tints of Tapestry #AC6E8C
RGB
CMYK
RGB Variations
Color information
#AC6E8C (or 0xAC6E8C) is known color: Tapestry. HEX triplet: AC, 6E and 8C. RGB value is (172,110,140). Sum of RGB (Red+Green+Blue) = 172+110+140=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E8C is #539173. Grayscale: #838383. Windows color (decimal): -5476724 or 9203372. OLE color: 9203372.
HSL color Cylindrical-coordinate representation of color #AC6E8C: hue angle of 330.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E8C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 140 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.33 |
| HSL | 330.97º | 0.27% | 0.55% | - |
| HSV(B) | 330.97º | 0.36% | 0.67% | - |
| XYZ | 27.32 | 21.82 | 27.58 | - |
| YUV | 131.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 140 | 0 | 0.36 | 0.19 | 0.33 | 330.97 | 0.27 | 0.55 |
| Hex | AC | 6E | 8C | 0 | 24 | 13 | 21 | 14B | 1B | 37 |
| Octal | 254 | 156 | 214 | 0 | 44 | 23 | 41 | 513 | 33 | 67 |
| Binary | 10101100 | 1101110 | 10001100 | 0 | 100100 | 10011 | 100001 | 101001011 | 11011 | 110111 |
Color Harmonies of #AC6E8C
Complementary color
Monochromatic Colors of #AC6E8C
Black with #AC6E8C
Text Example
Text Example
White with #AC6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E8C; }
p { color: rgb(172,110,140); }
H1.HeaderClassName
{
color: #AC6E8C;
}
.AnyTagClassName
{
color: #AC6E8C;
}
</style>
background-color css
<style>
a { background-color: #AC6E8C; }
a { background-color: rgb(172,110,140); }
div.DivClassName
{
background-color: #AC6E8C;
}
.BgClassName
{
background-color: #AC6E8C;
}
</style>
border-color css
<style>
span { border-color: #AC6E8C; }
span { border-color: rgb(172,110,140); }
td.TdClassName
{
border-color: #AC6E8C;
}
.TagClassName
{
border-color: #AC6E8C;
}
</style>