Shades of Tapestry #AC8286
Tints of Tapestry #AC8286
RGB
CMYK
RGB Variations
Color information
#AC8286 (or 0xAC8286) is known color: Tapestry. HEX triplet: AC, 82 and 86. RGB value is (172,130,134). Sum of RGB (Red+Green+Blue) = 172+130+134=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8286 is #537D79. Grayscale: #8F8F8F. Windows color (decimal): -5471610 or 8815276. OLE color: 8815276.
HSL color Cylindrical-coordinate representation of color #AC8286: hue angle of 354.29º 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 #AC8286 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 134 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.33 |
| HSL | 354.29º | 0.2% | 0.59% | - |
| HSV(B) | 354.29º | 0.24% | 0.67% | - |
| XYZ | 29.3 | 26.46 | 26.12 | - |
| YUV | 143.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 134 | 0 | 0.24 | 0.22 | 0.33 | 354.29 | 0.2 | 0.59 |
| Hex | AC | 82 | 86 | 0 | 18 | 16 | 21 | 162 | 14 | 3B |
| Octal | 254 | 202 | 206 | 0 | 30 | 26 | 41 | 542 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10000110 | 0 | 11000 | 10110 | 100001 | 101100010 | 10100 | 111011 |
Color Harmonies of #AC8286
Complementary color
Monochromatic Colors of #AC8286
Black with #AC8286
Text Example
Text Example
White with #AC8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8286; }
p { color: rgb(172,130,134); }
H1.HeaderClassName
{
color: #AC8286;
}
.AnyTagClassName
{
color: #AC8286;
}
</style>
background-color css
<style>
a { background-color: #AC8286; }
a { background-color: rgb(172,130,134); }
div.DivClassName
{
background-color: #AC8286;
}
.BgClassName
{
background-color: #AC8286;
}
</style>
border-color css
<style>
span { border-color: #AC8286; }
span { border-color: rgb(172,130,134); }
td.TdClassName
{
border-color: #AC8286;
}
.TagClassName
{
border-color: #AC8286;
}
</style>