Shades of Tapestry #AC707E
Tints of Tapestry #AC707E
RGB
CMYK
RGB Variations
Color information
#AC707E (or 0xAC707E) is known color: Tapestry. HEX triplet: AC, 70 and 7E. RGB value is (172,112,126). Sum of RGB (Red+Green+Blue) = 172+112+126=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707E is #538F81. Grayscale: #838383. Windows color (decimal): -5476226 or 8286380. OLE color: 8286380.
HSL color Cylindrical-coordinate representation of color #AC707E: hue angle of 346º 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 #AC707E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 126 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.33 |
| HSL | 346º | 0.27% | 0.56% | - |
| HSV(B) | 346º | 0.35% | 0.67% | - |
| XYZ | 26.57 | 21.87 | 22.56 | - |
| YUV | 131.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 126 | 0 | 0.35 | 0.27 | 0.33 | 346 | 0.27 | 0.56 |
| Hex | AC | 70 | 7E | 0 | 23 | 1B | 21 | 15A | 1B | 38 |
| Octal | 254 | 160 | 176 | 0 | 43 | 33 | 41 | 532 | 33 | 70 |
| Binary | 10101100 | 1110000 | 1111110 | 0 | 100011 | 11011 | 100001 | 101011010 | 11011 | 111000 |
Color Harmonies of #AC707E
Complementary color
Monochromatic Colors of #AC707E
Black with #AC707E
Text Example
Text Example
White with #AC707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC707E; }
p { color: rgb(172,112,126); }
H1.HeaderClassName
{
color: #AC707E;
}
.AnyTagClassName
{
color: #AC707E;
}
</style>
background-color css
<style>
a { background-color: #AC707E; }
a { background-color: rgb(172,112,126); }
div.DivClassName
{
background-color: #AC707E;
}
.BgClassName
{
background-color: #AC707E;
}
</style>
border-color css
<style>
span { border-color: #AC707E; }
span { border-color: rgb(172,112,126); }
td.TdClassName
{
border-color: #AC707E;
}
.TagClassName
{
border-color: #AC707E;
}
</style>