Shades of Tapestry #AC888C
Tints of Tapestry #AC888C
RGB
CMYK
RGB Variations
Color information
#AC888C (or 0xAC888C) is known color: Tapestry. HEX triplet: AC, 88 and 8C. RGB value is (172,136,140). Sum of RGB (Red+Green+Blue) = 172+136+140=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888C is #537773. Grayscale: #939393. Windows color (decimal): -5470068 or 9210028. OLE color: 9210028.
HSL color Cylindrical-coordinate representation of color #AC888C: hue angle of 353.33º 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 #AC888C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 140 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.33 |
| HSL | 353.33º | 0.18% | 0.6% | - |
| HSV(B) | 353.33º | 0.21% | 0.67% | - |
| XYZ | 30.55 | 28.27 | 28.66 | - |
| YUV | 147.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 140 | 0 | 0.21 | 0.19 | 0.33 | 353.33 | 0.18 | 0.6 |
| Hex | AC | 88 | 8C | 0 | 15 | 13 | 21 | 161 | 12 | 3C |
| Octal | 254 | 210 | 214 | 0 | 25 | 23 | 41 | 541 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10001100 | 0 | 10101 | 10011 | 100001 | 101100001 | 10010 | 111100 |
Color Harmonies of #AC888C
Complementary color
Monochromatic Colors of #AC888C
Black with #AC888C
Text Example
Text Example
White with #AC888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC888C; }
p { color: rgb(172,136,140); }
H1.HeaderClassName
{
color: #AC888C;
}
.AnyTagClassName
{
color: #AC888C;
}
</style>
background-color css
<style>
a { background-color: #AC888C; }
a { background-color: rgb(172,136,140); }
div.DivClassName
{
background-color: #AC888C;
}
.BgClassName
{
background-color: #AC888C;
}
</style>
border-color css
<style>
span { border-color: #AC888C; }
span { border-color: rgb(172,136,140); }
td.TdClassName
{
border-color: #AC888C;
}
.TagClassName
{
border-color: #AC888C;
}
</style>