Shades of Tapestry #AC8891
Tints of Tapestry #AC8891
RGB
CMYK
RGB Variations
Color information
#AC8891 (or 0xAC8891) is known color: Tapestry. HEX triplet: AC, 88 and 91. RGB value is (172,136,145). Sum of RGB (Red+Green+Blue) = 172+136+145=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8891 is #53776E. Grayscale: #939393. Windows color (decimal): -5470063 or 9537708. OLE color: 9537708.
HSL color Cylindrical-coordinate representation of color #AC8891: hue angle of 345º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8891 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 145 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.33 |
| HSL | 345º | 0.18% | 0.6% | - |
| HSV(B) | 345º | 0.21% | 0.67% | - |
| XYZ | 30.93 | 28.42 | 30.64 | - |
| YUV | 147.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 145 | 0 | 0.21 | 0.16 | 0.33 | 345 | 0.18 | 0.6 |
| Hex | AC | 88 | 91 | 0 | 15 | 10 | 21 | 159 | 12 | 3C |
| Octal | 254 | 210 | 221 | 0 | 25 | 20 | 41 | 531 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10010001 | 0 | 10101 | 10000 | 100001 | 101011001 | 10010 | 111100 |
Color Harmonies of #AC8891
Complementary color
Monochromatic Colors of #AC8891
Black with #AC8891
Text Example
Text Example
White with #AC8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8891; }
p { color: rgb(172,136,145); }
H1.HeaderClassName
{
color: #AC8891;
}
.AnyTagClassName
{
color: #AC8891;
}
</style>
background-color css
<style>
a { background-color: #AC8891; }
a { background-color: rgb(172,136,145); }
div.DivClassName
{
background-color: #AC8891;
}
.BgClassName
{
background-color: #AC8891;
}
</style>
border-color css
<style>
span { border-color: #AC8891; }
span { border-color: rgb(172,136,145); }
td.TdClassName
{
border-color: #AC8891;
}
.TagClassName
{
border-color: #AC8891;
}
</style>