Shades of Tapestry #AC707D
Tints of Tapestry #AC707D
RGB
CMYK
RGB Variations
Color information
#AC707D (or 0xAC707D) is known color: Tapestry. HEX triplet: AC, 70 and 7D. RGB value is (172,112,125). Sum of RGB (Red+Green+Blue) = 172+112+125=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707D is #538F82. Grayscale: #838383. Windows color (decimal): -5476227 or 8220844. OLE color: 8220844.
HSL color Cylindrical-coordinate representation of color #AC707D: hue angle of 347º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC707D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 125 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.33 |
| HSL | 347º | 0.27% | 0.56% | - |
| HSV(B) | 347º | 0.35% | 0.67% | - |
| XYZ | 26.51 | 21.84 | 22.22 | - |
| YUV | 131.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 125 | 0 | 0.35 | 0.27 | 0.33 | 347 | 0.27 | 0.56 |
| Hex | AC | 70 | 7D | 0 | 23 | 1B | 21 | 15B | 1B | 38 |
| Octal | 254 | 160 | 175 | 0 | 43 | 33 | 41 | 533 | 33 | 70 |
| Binary | 10101100 | 1110000 | 1111101 | 0 | 100011 | 11011 | 100001 | 101011011 | 11011 | 111000 |
Color Harmonies of #AC707D
Complementary color
Monochromatic Colors of #AC707D
Black with #AC707D
Text Example
Text Example
White with #AC707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC707D; }
p { color: rgb(172,112,125); }
H1.HeaderClassName
{
color: #AC707D;
}
.AnyTagClassName
{
color: #AC707D;
}
</style>
background-color css
<style>
a { background-color: #AC707D; }
a { background-color: rgb(172,112,125); }
div.DivClassName
{
background-color: #AC707D;
}
.BgClassName
{
background-color: #AC707D;
}
</style>
border-color css
<style>
span { border-color: #AC707D; }
span { border-color: rgb(172,112,125); }
td.TdClassName
{
border-color: #AC707D;
}
.TagClassName
{
border-color: #AC707D;
}
</style>