Shades of Tapestry #AC828E
Tints of Tapestry #AC828E
RGB
CMYK
RGB Variations
Color information
#AC828E (or 0xAC828E) is known color: Tapestry. HEX triplet: AC, 82 and 8E. RGB value is (172,130,142). Sum of RGB (Red+Green+Blue) = 172+130+142=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828E is #537D71. Grayscale: #8F8F8F. Windows color (decimal): -5471602 or 9339564. OLE color: 9339564.
HSL color Cylindrical-coordinate representation of color #AC828E: hue angle of 342.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 #AC828E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 142 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.33 |
| HSL | 342.86º | 0.2% | 0.59% | - |
| HSV(B) | 342.86º | 0.24% | 0.67% | - |
| XYZ | 29.88 | 26.69 | 29.17 | - |
| YUV | 143.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 142 | 0 | 0.24 | 0.17 | 0.33 | 342.86 | 0.2 | 0.59 |
| Hex | AC | 82 | 8E | 0 | 18 | 11 | 21 | 157 | 14 | 3B |
| Octal | 254 | 202 | 216 | 0 | 30 | 21 | 41 | 527 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10001110 | 0 | 11000 | 10001 | 100001 | 101010111 | 10100 | 111011 |
Color Harmonies of #AC828E
Complementary color
Monochromatic Colors of #AC828E
Black with #AC828E
Text Example
Text Example
White with #AC828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC828E; }
p { color: rgb(172,130,142); }
H1.HeaderClassName
{
color: #AC828E;
}
.AnyTagClassName
{
color: #AC828E;
}
</style>
background-color css
<style>
a { background-color: #AC828E; }
a { background-color: rgb(172,130,142); }
div.DivClassName
{
background-color: #AC828E;
}
.BgClassName
{
background-color: #AC828E;
}
</style>
border-color css
<style>
span { border-color: #AC828E; }
span { border-color: rgb(172,130,142); }
td.TdClassName
{
border-color: #AC828E;
}
.TagClassName
{
border-color: #AC828E;
}
</style>