Shades of Tapestry #AC838B
Tints of Tapestry #AC838B
RGB
CMYK
RGB Variations
Color information
#AC838B (or 0xAC838B) is known color: Tapestry. HEX triplet: AC, 83 and 8B. RGB value is (172,131,139). Sum of RGB (Red+Green+Blue) = 172+131+139=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838B is #537C74. Grayscale: #909090. Windows color (decimal): -5471349 or 9143212. OLE color: 9143212.
HSL color Cylindrical-coordinate representation of color #AC838B: hue angle of 348.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 #AC838B is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 139 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.33 |
| HSL | 348.29º | 0.2% | 0.59% | - |
| HSV(B) | 348.29º | 0.24% | 0.67% | - |
| XYZ | 29.79 | 26.87 | 28.04 | - |
| YUV | 144.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 139 | 0 | 0.24 | 0.19 | 0.33 | 348.29 | 0.2 | 0.59 |
| Hex | AC | 83 | 8B | 0 | 18 | 13 | 21 | 15C | 14 | 3B |
| Octal | 254 | 203 | 213 | 0 | 30 | 23 | 41 | 534 | 24 | 73 |
| Binary | 10101100 | 10000011 | 10001011 | 0 | 11000 | 10011 | 100001 | 101011100 | 10100 | 111011 |
Color Harmonies of #AC838B
Complementary color
Monochromatic Colors of #AC838B
Black with #AC838B
Text Example
Text Example
White with #AC838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC838B; }
p { color: rgb(172,131,139); }
H1.HeaderClassName
{
color: #AC838B;
}
.AnyTagClassName
{
color: #AC838B;
}
</style>
background-color css
<style>
a { background-color: #AC838B; }
a { background-color: rgb(172,131,139); }
div.DivClassName
{
background-color: #AC838B;
}
.BgClassName
{
background-color: #AC838B;
}
</style>
border-color css
<style>
span { border-color: #AC838B; }
span { border-color: rgb(172,131,139); }
td.TdClassName
{
border-color: #AC838B;
}
.TagClassName
{
border-color: #AC838B;
}
</style>