Shades of Tapestry #AC7385
Tints of Tapestry #AC7385
RGB
CMYK
RGB Variations
Color information
#AC7385 (or 0xAC7385) is known color: Tapestry. HEX triplet: AC, 73 and 85. RGB value is (172,115,133). Sum of RGB (Red+Green+Blue) = 172+115+133=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7385 is #538C7A. Grayscale: #868686. Windows color (decimal): -5475451 or 8745900. OLE color: 8745900.
HSL color Cylindrical-coordinate representation of color #AC7385: hue angle of 341.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7385 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 133 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.33 |
| HSL | 341.05º | 0.26% | 0.56% | - |
| HSV(B) | 341.05º | 0.33% | 0.67% | - |
| XYZ | 27.38 | 22.73 | 25.13 | - |
| YUV | 134.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 133 | 0 | 0.33 | 0.23 | 0.33 | 341.05 | 0.26 | 0.56 |
| Hex | AC | 73 | 85 | 0 | 21 | 17 | 21 | 155 | 1A | 38 |
| Octal | 254 | 163 | 205 | 0 | 41 | 27 | 41 | 525 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10000101 | 0 | 100001 | 10111 | 100001 | 101010101 | 11010 | 111000 |
Color Harmonies of #AC7385
Complementary color
Monochromatic Colors of #AC7385
Black with #AC7385
Text Example
Text Example
White with #AC7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7385; }
p { color: rgb(172,115,133); }
H1.HeaderClassName
{
color: #AC7385;
}
.AnyTagClassName
{
color: #AC7385;
}
</style>
background-color css
<style>
a { background-color: #AC7385; }
a { background-color: rgb(172,115,133); }
div.DivClassName
{
background-color: #AC7385;
}
.BgClassName
{
background-color: #AC7385;
}
</style>
border-color css
<style>
span { border-color: #AC7385; }
span { border-color: rgb(172,115,133); }
td.TdClassName
{
border-color: #AC7385;
}
.TagClassName
{
border-color: #AC7385;
}
</style>