Shades of Tapestry #AC6D8E
Tints of Tapestry #AC6D8E
RGB
CMYK
RGB Variations
Color information
#AC6D8E (or 0xAC6D8E) is known color: Tapestry. HEX triplet: AC, 6D and 8E. RGB value is (172,109,142). Sum of RGB (Red+Green+Blue) = 172+109+142=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8E is #539271. Grayscale: #838383. Windows color (decimal): -5476978 or 9334188. OLE color: 9334188.
HSL color Cylindrical-coordinate representation of color #AC6D8E: hue angle of 328.57º 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 #AC6D8E is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 142 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.33 |
| HSL | 328.57º | 0.28% | 0.55% | - |
| HSV(B) | 328.57º | 0.37% | 0.67% | - |
| XYZ | 27.36 | 21.66 | 28.33 | - |
| YUV | 131.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 142 | 0 | 0.37 | 0.17 | 0.33 | 328.57 | 0.28 | 0.55 |
| Hex | AC | 6D | 8E | 0 | 25 | 11 | 21 | 149 | 1C | 37 |
| Octal | 254 | 155 | 216 | 0 | 45 | 21 | 41 | 511 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10001110 | 0 | 100101 | 10001 | 100001 | 101001001 | 11100 | 110111 |
Color Harmonies of #AC6D8E
Complementary color
Monochromatic Colors of #AC6D8E
Black with #AC6D8E
Text Example
Text Example
White with #AC6D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D8E; }
p { color: rgb(172,109,142); }
H1.HeaderClassName
{
color: #AC6D8E;
}
.AnyTagClassName
{
color: #AC6D8E;
}
</style>
background-color css
<style>
a { background-color: #AC6D8E; }
a { background-color: rgb(172,109,142); }
div.DivClassName
{
background-color: #AC6D8E;
}
.BgClassName
{
background-color: #AC6D8E;
}
</style>
border-color css
<style>
span { border-color: #AC6D8E; }
span { border-color: rgb(172,109,142); }
td.TdClassName
{
border-color: #AC6D8E;
}
.TagClassName
{
border-color: #AC6D8E;
}
</style>