Shades of Tapestry #AC6C7F
Tints of Tapestry #AC6C7F
RGB
CMYK
RGB Variations
Color information
#AC6C7F (or 0xAC6C7F) is known color: Tapestry. HEX triplet: AC, 6C and 7F. RGB value is (172,108,127). Sum of RGB (Red+Green+Blue) = 172+108+127=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C7F is #539380. Grayscale: #818181. Windows color (decimal): -5477249 or 8350892. OLE color: 8350892.
HSL color Cylindrical-coordinate representation of color #AC6C7F: hue angle of 342.19º 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 #AC6C7F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 127 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.33 |
| HSL | 342.19º | 0.28% | 0.55% | - |
| HSV(B) | 342.19º | 0.37% | 0.67% | - |
| XYZ | 26.21 | 21.03 | 22.76 | - |
| YUV | 129.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 127 | 0 | 0.37 | 0.26 | 0.33 | 342.19 | 0.28 | 0.55 |
| Hex | AC | 6C | 7F | 0 | 25 | 1A | 21 | 156 | 1C | 37 |
| Octal | 254 | 154 | 177 | 0 | 45 | 32 | 41 | 526 | 34 | 67 |
| Binary | 10101100 | 1101100 | 1111111 | 0 | 100101 | 11010 | 100001 | 101010110 | 11100 | 110111 |
Color Harmonies of #AC6C7F
Complementary color
Monochromatic Colors of #AC6C7F
Black with #AC6C7F
Text Example
Text Example
White with #AC6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C7F; }
p { color: rgb(172,108,127); }
H1.HeaderClassName
{
color: #AC6C7F;
}
.AnyTagClassName
{
color: #AC6C7F;
}
</style>
background-color css
<style>
a { background-color: #AC6C7F; }
a { background-color: rgb(172,108,127); }
div.DivClassName
{
background-color: #AC6C7F;
}
.BgClassName
{
background-color: #AC6C7F;
}
</style>
border-color css
<style>
span { border-color: #AC6C7F; }
span { border-color: rgb(172,108,127); }
td.TdClassName
{
border-color: #AC6C7F;
}
.TagClassName
{
border-color: #AC6C7F;
}
</style>