Shades of Tapestry #AC828D
Tints of Tapestry #AC828D
RGB
CMYK
RGB Variations
Color information
#AC828D (or 0xAC828D) is known color: Tapestry. HEX triplet: AC, 82 and 8D. RGB value is (172,130,141). Sum of RGB (Red+Green+Blue) = 172+130+141=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828D is #537D72. Grayscale: #8F8F8F. Windows color (decimal): -5471603 or 9274028. OLE color: 9274028.
HSL color Cylindrical-coordinate representation of color #AC828D: hue angle of 344.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 #AC828D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 141 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.33 |
| HSL | 344.29º | 0.2% | 0.59% | - |
| HSV(B) | 344.29º | 0.24% | 0.67% | - |
| XYZ | 29.8 | 26.66 | 28.77 | - |
| YUV | 143.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 141 | 0 | 0.24 | 0.18 | 0.33 | 344.29 | 0.2 | 0.59 |
| Hex | AC | 82 | 8D | 0 | 18 | 12 | 21 | 158 | 14 | 3B |
| Octal | 254 | 202 | 215 | 0 | 30 | 22 | 41 | 530 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10001101 | 0 | 11000 | 10010 | 100001 | 101011000 | 10100 | 111011 |
Color Harmonies of #AC828D
Complementary color
Monochromatic Colors of #AC828D
Black with #AC828D
Text Example
Text Example
White with #AC828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC828D; }
p { color: rgb(172,130,141); }
H1.HeaderClassName
{
color: #AC828D;
}
.AnyTagClassName
{
color: #AC828D;
}
</style>
background-color css
<style>
a { background-color: #AC828D; }
a { background-color: rgb(172,130,141); }
div.DivClassName
{
background-color: #AC828D;
}
.BgClassName
{
background-color: #AC828D;
}
</style>
border-color css
<style>
span { border-color: #AC828D; }
span { border-color: rgb(172,130,141); }
td.TdClassName
{
border-color: #AC828D;
}
.TagClassName
{
border-color: #AC828D;
}
</style>