Shades of Tapestry #AC717F
Tints of Tapestry #AC717F
RGB
CMYK
RGB Variations
Color information
#AC717F (or 0xAC717F) is known color: Tapestry. HEX triplet: AC, 71 and 7F. RGB value is (172,113,127). Sum of RGB (Red+Green+Blue) = 172+113+127=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC717F is #538E80. Grayscale: #848484. Windows color (decimal): -5475969 or 8352172. OLE color: 8352172.
HSL color Cylindrical-coordinate representation of color #AC717F: hue angle of 345.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC717F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 127 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.33 |
| HSL | 345.76º | 0.26% | 0.56% | - |
| HSV(B) | 345.76º | 0.34% | 0.67% | - |
| XYZ | 26.75 | 22.11 | 22.94 | - |
| YUV | 132.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 127 | 0 | 0.34 | 0.26 | 0.33 | 345.76 | 0.26 | 0.56 |
| Hex | AC | 71 | 7F | 0 | 22 | 1A | 21 | 15A | 1A | 38 |
| Octal | 254 | 161 | 177 | 0 | 42 | 32 | 41 | 532 | 32 | 70 |
| Binary | 10101100 | 1110001 | 1111111 | 0 | 100010 | 11010 | 100001 | 101011010 | 11010 | 111000 |
Color Harmonies of #AC717F
Complementary color
Monochromatic Colors of #AC717F
Black with #AC717F
Text Example
Text Example
White with #AC717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC717F; }
p { color: rgb(172,113,127); }
H1.HeaderClassName
{
color: #AC717F;
}
.AnyTagClassName
{
color: #AC717F;
}
</style>
background-color css
<style>
a { background-color: #AC717F; }
a { background-color: rgb(172,113,127); }
div.DivClassName
{
background-color: #AC717F;
}
.BgClassName
{
background-color: #AC717F;
}
</style>
border-color css
<style>
span { border-color: #AC717F; }
span { border-color: rgb(172,113,127); }
td.TdClassName
{
border-color: #AC717F;
}
.TagClassName
{
border-color: #AC717F;
}
</style>