Shades of Tapestry #AC8287
Tints of Tapestry #AC8287
RGB
CMYK
RGB Variations
Color information
#AC8287 (or 0xAC8287) is known color: Tapestry. HEX triplet: AC, 82 and 87. RGB value is (172,130,135). Sum of RGB (Red+Green+Blue) = 172+130+135=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8287 is #537D78. Grayscale: #8F8F8F. Windows color (decimal): -5471609 or 8880812. OLE color: 8880812.
HSL color Cylindrical-coordinate representation of color #AC8287: hue angle of 352.86º 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 #AC8287 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 135 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.33 |
| HSL | 352.86º | 0.2% | 0.59% | - |
| HSV(B) | 352.86º | 0.24% | 0.67% | - |
| XYZ | 29.37 | 26.49 | 26.49 | - |
| YUV | 143.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 135 | 0 | 0.24 | 0.22 | 0.33 | 352.86 | 0.2 | 0.59 |
| Hex | AC | 82 | 87 | 0 | 18 | 16 | 21 | 161 | 14 | 3B |
| Octal | 254 | 202 | 207 | 0 | 30 | 26 | 41 | 541 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10000111 | 0 | 11000 | 10110 | 100001 | 101100001 | 10100 | 111011 |
Color Harmonies of #AC8287
Complementary color
Monochromatic Colors of #AC8287
Black with #AC8287
Text Example
Text Example
White with #AC8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8287; }
p { color: rgb(172,130,135); }
H1.HeaderClassName
{
color: #AC8287;
}
.AnyTagClassName
{
color: #AC8287;
}
</style>
background-color css
<style>
a { background-color: #AC8287; }
a { background-color: rgb(172,130,135); }
div.DivClassName
{
background-color: #AC8287;
}
.BgClassName
{
background-color: #AC8287;
}
</style>
border-color css
<style>
span { border-color: #AC8287; }
span { border-color: rgb(172,130,135); }
td.TdClassName
{
border-color: #AC8287;
}
.TagClassName
{
border-color: #AC8287;
}
</style>