Shades of Tapestry #AC6D8B
Tints of Tapestry #AC6D8B
RGB
CMYK
RGB Variations
Color information
#AC6D8B (or 0xAC6D8B) is known color: Tapestry. HEX triplet: AC, 6D and 8B. RGB value is (172,109,139). Sum of RGB (Red+Green+Blue) = 172+109+139=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8B is #539274. Grayscale: #838383. Windows color (decimal): -5476981 or 9137580. OLE color: 9137580.
HSL color Cylindrical-coordinate representation of color #AC6D8B: hue angle of 331.43º 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 #AC6D8B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 139 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.33 |
| HSL | 331.43º | 0.28% | 0.55% | - |
| HSV(B) | 331.43º | 0.37% | 0.67% | - |
| XYZ | 27.14 | 21.57 | 27.16 | - |
| YUV | 131.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 139 | 0 | 0.37 | 0.19 | 0.33 | 331.43 | 0.28 | 0.55 |
| Hex | AC | 6D | 8B | 0 | 25 | 13 | 21 | 14B | 1C | 37 |
| Octal | 254 | 155 | 213 | 0 | 45 | 23 | 41 | 513 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10001011 | 0 | 100101 | 10011 | 100001 | 101001011 | 11100 | 110111 |
Color Harmonies of #AC6D8B
Complementary color
Monochromatic Colors of #AC6D8B
Black with #AC6D8B
Text Example
Text Example
White with #AC6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D8B; }
p { color: rgb(172,109,139); }
H1.HeaderClassName
{
color: #AC6D8B;
}
.AnyTagClassName
{
color: #AC6D8B;
}
</style>
background-color css
<style>
a { background-color: #AC6D8B; }
a { background-color: rgb(172,109,139); }
div.DivClassName
{
background-color: #AC6D8B;
}
.BgClassName
{
background-color: #AC6D8B;
}
</style>
border-color css
<style>
span { border-color: #AC6D8B; }
span { border-color: rgb(172,109,139); }
td.TdClassName
{
border-color: #AC6D8B;
}
.TagClassName
{
border-color: #AC6D8B;
}
</style>