Shades of Tapestry #AC6A7D
Tints of Tapestry #AC6A7D
RGB
CMYK
RGB Variations
Color information
#AC6A7D (or 0xAC6A7D) is known color: Tapestry. HEX triplet: AC, 6A and 7D. RGB value is (172,106,125). Sum of RGB (Red+Green+Blue) = 172+106+125=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7D is #539582. Grayscale: #7F7F7F. Windows color (decimal): -5477763 or 8219308. OLE color: 8219308.
HSL color Cylindrical-coordinate representation of color #AC6A7D: hue angle of 342.73º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A7D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 125 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.33 |
| HSL | 342.73º | 0.28% | 0.55% | - |
| HSV(B) | 342.73º | 0.38% | 0.67% | - |
| XYZ | 25.87 | 20.56 | 22.01 | - |
| YUV | 127.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 125 | 0 | 0.38 | 0.27 | 0.33 | 342.73 | 0.28 | 0.55 |
| Hex | AC | 6A | 7D | 0 | 26 | 1B | 21 | 157 | 1C | 37 |
| Octal | 254 | 152 | 175 | 0 | 46 | 33 | 41 | 527 | 34 | 67 |
| Binary | 10101100 | 1101010 | 1111101 | 0 | 100110 | 11011 | 100001 | 101010111 | 11100 | 110111 |
Color Harmonies of #AC6A7D
Complementary color
Monochromatic Colors of #AC6A7D
Black with #AC6A7D
Text Example
Text Example
White with #AC6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A7D; }
p { color: rgb(172,106,125); }
H1.HeaderClassName
{
color: #AC6A7D;
}
.AnyTagClassName
{
color: #AC6A7D;
}
</style>
background-color css
<style>
a { background-color: #AC6A7D; }
a { background-color: rgb(172,106,125); }
div.DivClassName
{
background-color: #AC6A7D;
}
.BgClassName
{
background-color: #AC6A7D;
}
</style>
border-color css
<style>
span { border-color: #AC6A7D; }
span { border-color: rgb(172,106,125); }
td.TdClassName
{
border-color: #AC6A7D;
}
.TagClassName
{
border-color: #AC6A7D;
}
</style>