Shades of Tapestry #AC818C
Tints of Tapestry #AC818C
RGB
CMYK
RGB Variations
Color information
#AC818C (or 0xAC818C) is known color: Tapestry. HEX triplet: AC, 81 and 8C. RGB value is (172,129,140). Sum of RGB (Red+Green+Blue) = 172+129+140=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818C is #537E73. Grayscale: #8F8F8F. Windows color (decimal): -5471860 or 9208236. OLE color: 9208236.
HSL color Cylindrical-coordinate representation of color #AC818C: hue angle of 344.65º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC818C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 140 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.33 |
| HSL | 344.65º | 0.21% | 0.59% | - |
| HSV(B) | 344.65º | 0.25% | 0.67% | - |
| XYZ | 29.6 | 26.36 | 28.34 | - |
| YUV | 143.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 140 | 0 | 0.25 | 0.19 | 0.33 | 344.65 | 0.21 | 0.59 |
| Hex | AC | 81 | 8C | 0 | 19 | 13 | 21 | 159 | 15 | 3B |
| Octal | 254 | 201 | 214 | 0 | 31 | 23 | 41 | 531 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10001100 | 0 | 11001 | 10011 | 100001 | 101011001 | 10101 | 111011 |
Color Harmonies of #AC818C
Complementary color
Monochromatic Colors of #AC818C
Black with #AC818C
Text Example
Text Example
White with #AC818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC818C; }
p { color: rgb(172,129,140); }
H1.HeaderClassName
{
color: #AC818C;
}
.AnyTagClassName
{
color: #AC818C;
}
</style>
background-color css
<style>
a { background-color: #AC818C; }
a { background-color: rgb(172,129,140); }
div.DivClassName
{
background-color: #AC818C;
}
.BgClassName
{
background-color: #AC818C;
}
</style>
border-color css
<style>
span { border-color: #AC818C; }
span { border-color: rgb(172,129,140); }
td.TdClassName
{
border-color: #AC818C;
}
.TagClassName
{
border-color: #AC818C;
}
</style>