Shades of Tapestry #AC8387
Tints of Tapestry #AC8387
RGB
CMYK
RGB Variations
Color information
#AC8387 (or 0xAC8387) is known color: Tapestry. HEX triplet: AC, 83 and 87. RGB value is (172,131,135). Sum of RGB (Red+Green+Blue) = 172+131+135=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8387 is #537C78. Grayscale: #8F8F8F. Windows color (decimal): -5471353 or 8881068. OLE color: 8881068.
HSL color Cylindrical-coordinate representation of color #AC8387: hue angle of 354.15º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8387 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 135 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.33 |
| HSL | 354.15º | 0.2% | 0.59% | - |
| HSV(B) | 354.15º | 0.24% | 0.67% | - |
| XYZ | 29.5 | 26.75 | 26.53 | - |
| YUV | 143.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 135 | 0 | 0.24 | 0.22 | 0.33 | 354.15 | 0.2 | 0.59 |
| Hex | AC | 83 | 87 | 0 | 18 | 16 | 21 | 162 | 14 | 3B |
| Octal | 254 | 203 | 207 | 0 | 30 | 26 | 41 | 542 | 24 | 73 |
| Binary | 10101100 | 10000011 | 10000111 | 0 | 11000 | 10110 | 100001 | 101100010 | 10100 | 111011 |
Color Harmonies of #AC8387
Complementary color
Monochromatic Colors of #AC8387
Black with #AC8387
Text Example
Text Example
White with #AC8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8387; }
p { color: rgb(172,131,135); }
H1.HeaderClassName
{
color: #AC8387;
}
.AnyTagClassName
{
color: #AC8387;
}
</style>
background-color css
<style>
a { background-color: #AC8387; }
a { background-color: rgb(172,131,135); }
div.DivClassName
{
background-color: #AC8387;
}
.BgClassName
{
background-color: #AC8387;
}
</style>
border-color css
<style>
span { border-color: #AC8387; }
span { border-color: rgb(172,131,135); }
td.TdClassName
{
border-color: #AC8387;
}
.TagClassName
{
border-color: #AC8387;
}
</style>