Shades of Tapestry #AC697F
Tints of Tapestry #AC697F
RGB
CMYK
RGB Variations
Color information
#AC697F (or 0xAC697F) is known color: Tapestry. HEX triplet: AC, 69 and 7F. RGB value is (172,105,127). Sum of RGB (Red+Green+Blue) = 172+105+127=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697F is #539680. Grayscale: #7F7F7F. Windows color (decimal): -5478017 or 8350124. OLE color: 8350124.
HSL color Cylindrical-coordinate representation of color #AC697F: hue angle of 340.3º 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 #AC697F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 127 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.33 |
| HSL | 340.3º | 0.29% | 0.54% | - |
| HSV(B) | 340.3º | 0.39% | 0.67% | - |
| XYZ | 25.9 | 20.41 | 22.65 | - |
| YUV | 127.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 127 | 0 | 0.39 | 0.26 | 0.33 | 340.3 | 0.29 | 0.54 |
| Hex | AC | 69 | 7F | 0 | 27 | 1A | 21 | 154 | 1D | 36 |
| Octal | 254 | 151 | 177 | 0 | 47 | 32 | 41 | 524 | 35 | 66 |
| Binary | 10101100 | 1101001 | 1111111 | 0 | 100111 | 11010 | 100001 | 101010100 | 11101 | 110110 |
Color Harmonies of #AC697F
Complementary color
Monochromatic Colors of #AC697F
Black with #AC697F
Text Example
Text Example
White with #AC697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC697F; }
p { color: rgb(172,105,127); }
H1.HeaderClassName
{
color: #AC697F;
}
.AnyTagClassName
{
color: #AC697F;
}
</style>
background-color css
<style>
a { background-color: #AC697F; }
a { background-color: rgb(172,105,127); }
div.DivClassName
{
background-color: #AC697F;
}
.BgClassName
{
background-color: #AC697F;
}
</style>
border-color css
<style>
span { border-color: #AC697F; }
span { border-color: rgb(172,105,127); }
td.TdClassName
{
border-color: #AC697F;
}
.TagClassName
{
border-color: #AC697F;
}
</style>