Shades of Tapestry #AC8391
Tints of Tapestry #AC8391
RGB
CMYK
RGB Variations
Color information
#AC8391 (or 0xAC8391) is known color: Tapestry. HEX triplet: AC, 83 and 91. RGB value is (172,131,145). Sum of RGB (Red+Green+Blue) = 172+131+145=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8391 is #537C6E. Grayscale: #909090. Windows color (decimal): -5471343 or 9536428. OLE color: 9536428.
HSL color Cylindrical-coordinate representation of color #AC8391: hue angle of 339.51º 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 #AC8391 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 145 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.33 |
| HSL | 339.51º | 0.2% | 0.59% | - |
| HSV(B) | 339.51º | 0.24% | 0.67% | - |
| XYZ | 30.24 | 27.05 | 30.41 | - |
| YUV | 144.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 145 | 0 | 0.24 | 0.16 | 0.33 | 339.51 | 0.2 | 0.59 |
| Hex | AC | 83 | 91 | 0 | 18 | 10 | 21 | 154 | 14 | 3B |
| Octal | 254 | 203 | 221 | 0 | 30 | 20 | 41 | 524 | 24 | 73 |
| Binary | 10101100 | 10000011 | 10010001 | 0 | 11000 | 10000 | 100001 | 101010100 | 10100 | 111011 |
Color Harmonies of #AC8391
Complementary color
Monochromatic Colors of #AC8391
Black with #AC8391
Text Example
Text Example
White with #AC8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8391; }
p { color: rgb(172,131,145); }
H1.HeaderClassName
{
color: #AC8391;
}
.AnyTagClassName
{
color: #AC8391;
}
</style>
background-color css
<style>
a { background-color: #AC8391; }
a { background-color: rgb(172,131,145); }
div.DivClassName
{
background-color: #AC8391;
}
.BgClassName
{
background-color: #AC8391;
}
</style>
border-color css
<style>
span { border-color: #AC8391; }
span { border-color: rgb(172,131,145); }
td.TdClassName
{
border-color: #AC8391;
}
.TagClassName
{
border-color: #AC8391;
}
</style>