Shades of Tapestry #AC858B
Tints of Tapestry #AC858B
RGB
CMYK
RGB Variations
Color information
#AC858B (or 0xAC858B) is known color: Tapestry. HEX triplet: AC, 85 and 8B. RGB value is (172,133,139). Sum of RGB (Red+Green+Blue) = 172+133+139=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858B is #537A74. Grayscale: #919191. Windows color (decimal): -5470837 or 9143724. OLE color: 9143724.
HSL color Cylindrical-coordinate representation of color #AC858B: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC858B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 139 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.33 |
| HSL | 350.77º | 0.19% | 0.6% | - |
| HSV(B) | 350.77º | 0.23% | 0.67% | - |
| XYZ | 30.06 | 27.41 | 28.13 | - |
| YUV | 145.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 139 | 0 | 0.23 | 0.19 | 0.33 | 350.77 | 0.19 | 0.6 |
| Hex | AC | 85 | 8B | 0 | 17 | 13 | 21 | 15F | 13 | 3C |
| Octal | 254 | 205 | 213 | 0 | 27 | 23 | 41 | 537 | 23 | 74 |
| Binary | 10101100 | 10000101 | 10001011 | 0 | 10111 | 10011 | 100001 | 101011111 | 10011 | 111100 |
Color Harmonies of #AC858B
Complementary color
Monochromatic Colors of #AC858B
Black with #AC858B
Text Example
Text Example
White with #AC858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC858B; }
p { color: rgb(172,133,139); }
H1.HeaderClassName
{
color: #AC858B;
}
.AnyTagClassName
{
color: #AC858B;
}
</style>
background-color css
<style>
a { background-color: #AC858B; }
a { background-color: rgb(172,133,139); }
div.DivClassName
{
background-color: #AC858B;
}
.BgClassName
{
background-color: #AC858B;
}
</style>
border-color css
<style>
span { border-color: #AC858B; }
span { border-color: rgb(172,133,139); }
td.TdClassName
{
border-color: #AC858B;
}
.TagClassName
{
border-color: #AC858B;
}
</style>