Shades of Tapestry #AC687F
Tints of Tapestry #AC687F
RGB
CMYK
RGB Variations
Color information
#AC687F (or 0xAC687F) is known color: Tapestry. HEX triplet: AC, 68 and 7F. RGB value is (172,104,127). Sum of RGB (Red+Green+Blue) = 172+104+127=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC687F is #539780. Grayscale: #7E7E7E. Windows color (decimal): -5478273 or 8349868. OLE color: 8349868.
HSL color Cylindrical-coordinate representation of color #AC687F: hue angle of 339.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC687F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 127 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.33 |
| HSL | 339.71º | 0.29% | 0.54% | - |
| HSV(B) | 339.71º | 0.4% | 0.67% | - |
| XYZ | 25.79 | 20.2 | 22.62 | - |
| YUV | 126.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 127 | 0 | 0.40 | 0.26 | 0.33 | 339.71 | 0.29 | 0.54 |
| Hex | AC | 68 | 7F | 0 | 28 | 1A | 21 | 154 | 1D | 36 |
| Octal | 254 | 150 | 177 | 0 | 50 | 32 | 41 | 524 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1111111 | 0 | 101000 | 11010 | 100001 | 101010100 | 11101 | 110110 |
Color Harmonies of #AC687F
Complementary color
Monochromatic Colors of #AC687F
Black with #AC687F
Text Example
Text Example
White with #AC687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC687F; }
p { color: rgb(172,104,127); }
H1.HeaderClassName
{
color: #AC687F;
}
.AnyTagClassName
{
color: #AC687F;
}
</style>
background-color css
<style>
a { background-color: #AC687F; }
a { background-color: rgb(172,104,127); }
div.DivClassName
{
background-color: #AC687F;
}
.BgClassName
{
background-color: #AC687F;
}
</style>
border-color css
<style>
span { border-color: #AC687F; }
span { border-color: rgb(172,104,127); }
td.TdClassName
{
border-color: #AC687F;
}
.TagClassName
{
border-color: #AC687F;
}
</style>