Shades of Tapestry #AC888B
Tints of Tapestry #AC888B
RGB
CMYK
RGB Variations
Color information
#AC888B (or 0xAC888B) is known color: Tapestry. HEX triplet: AC, 88 and 8B. RGB value is (172,136,139). Sum of RGB (Red+Green+Blue) = 172+136+139=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888B is #537774. Grayscale: #939393. Windows color (decimal): -5470069 or 9144492. OLE color: 9144492.
HSL color Cylindrical-coordinate representation of color #AC888B: hue angle of 355º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC888B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 139 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.33 |
| HSL | 355º | 0.18% | 0.6% | - |
| HSV(B) | 355º | 0.21% | 0.67% | - |
| XYZ | 30.48 | 28.24 | 28.27 | - |
| YUV | 147.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 139 | 0 | 0.21 | 0.19 | 0.33 | 355 | 0.18 | 0.6 |
| Hex | AC | 88 | 8B | 0 | 15 | 13 | 21 | 163 | 12 | 3C |
| Octal | 254 | 210 | 213 | 0 | 25 | 23 | 41 | 543 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10001011 | 0 | 10101 | 10011 | 100001 | 101100011 | 10010 | 111100 |
Color Harmonies of #AC888B
Complementary color
Monochromatic Colors of #AC888B
Black with #AC888B
Text Example
Text Example
White with #AC888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC888B; }
p { color: rgb(172,136,139); }
H1.HeaderClassName
{
color: #AC888B;
}
.AnyTagClassName
{
color: #AC888B;
}
</style>
background-color css
<style>
a { background-color: #AC888B; }
a { background-color: rgb(172,136,139); }
div.DivClassName
{
background-color: #AC888B;
}
.BgClassName
{
background-color: #AC888B;
}
</style>
border-color css
<style>
span { border-color: #AC888B; }
span { border-color: rgb(172,136,139); }
td.TdClassName
{
border-color: #AC888B;
}
.TagClassName
{
border-color: #AC888B;
}
</style>