Shades of Tapestry #AC7387
Tints of Tapestry #AC7387
RGB
CMYK
RGB Variations
Color information
#AC7387 (or 0xAC7387) is known color: Tapestry. HEX triplet: AC, 73 and 87. RGB value is (172,115,135). Sum of RGB (Red+Green+Blue) = 172+115+135=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7387 is #538C78. Grayscale: #868686. Windows color (decimal): -5475449 or 8876972. OLE color: 8876972.
HSL color Cylindrical-coordinate representation of color #AC7387: hue angle of 338.95º 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 #AC7387 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 135 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.33 |
| HSL | 338.95º | 0.26% | 0.56% | - |
| HSV(B) | 338.95º | 0.33% | 0.67% | - |
| XYZ | 27.52 | 22.78 | 25.87 | - |
| YUV | 134.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 135 | 0 | 0.33 | 0.22 | 0.33 | 338.95 | 0.26 | 0.56 |
| Hex | AC | 73 | 87 | 0 | 21 | 16 | 21 | 153 | 1A | 38 |
| Octal | 254 | 163 | 207 | 0 | 41 | 26 | 41 | 523 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10000111 | 0 | 100001 | 10110 | 100001 | 101010011 | 11010 | 111000 |
Color Harmonies of #AC7387
Complementary color
Monochromatic Colors of #AC7387
Black with #AC7387
Text Example
Text Example
White with #AC7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7387; }
p { color: rgb(172,115,135); }
H1.HeaderClassName
{
color: #AC7387;
}
.AnyTagClassName
{
color: #AC7387;
}
</style>
background-color css
<style>
a { background-color: #AC7387; }
a { background-color: rgb(172,115,135); }
div.DivClassName
{
background-color: #AC7387;
}
.BgClassName
{
background-color: #AC7387;
}
</style>
border-color css
<style>
span { border-color: #AC7387; }
span { border-color: rgb(172,115,135); }
td.TdClassName
{
border-color: #AC7387;
}
.TagClassName
{
border-color: #AC7387;
}
</style>