Shades of Tapestry #AC697C
Tints of Tapestry #AC697C
RGB
CMYK
RGB Variations
Color information
#AC697C (or 0xAC697C) is known color: Tapestry. HEX triplet: AC, 69 and 7C. RGB value is (172,105,124). Sum of RGB (Red+Green+Blue) = 172+105+124=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697C is #539683. Grayscale: #7F7F7F. Windows color (decimal): -5478020 or 8153516. OLE color: 8153516.
HSL color Cylindrical-coordinate representation of color #AC697C: hue angle of 342.99º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC697C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 124 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.33 |
| HSL | 342.99º | 0.29% | 0.54% | - |
| HSV(B) | 342.99º | 0.39% | 0.67% | - |
| XYZ | 25.7 | 20.33 | 21.64 | - |
| YUV | 127.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 124 | 0 | 0.39 | 0.28 | 0.33 | 342.99 | 0.29 | 0.54 |
| Hex | AC | 69 | 7C | 0 | 27 | 1C | 21 | 157 | 1D | 36 |
| Octal | 254 | 151 | 174 | 0 | 47 | 34 | 41 | 527 | 35 | 66 |
| Binary | 10101100 | 1101001 | 1111100 | 0 | 100111 | 11100 | 100001 | 101010111 | 11101 | 110110 |
Color Harmonies of #AC697C
Complementary color
Monochromatic Colors of #AC697C
Black with #AC697C
Text Example
Text Example
White with #AC697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC697C; }
p { color: rgb(172,105,124); }
H1.HeaderClassName
{
color: #AC697C;
}
.AnyTagClassName
{
color: #AC697C;
}
</style>
background-color css
<style>
a { background-color: #AC697C; }
a { background-color: rgb(172,105,124); }
div.DivClassName
{
background-color: #AC697C;
}
.BgClassName
{
background-color: #AC697C;
}
</style>
border-color css
<style>
span { border-color: #AC697C; }
span { border-color: rgb(172,105,124); }
td.TdClassName
{
border-color: #AC697C;
}
.TagClassName
{
border-color: #AC697C;
}
</style>