Shades of Tapestry #AC848A
Tints of Tapestry #AC848A
RGB
CMYK
RGB Variations
Color information
#AC848A (or 0xAC848A) is known color: Tapestry. HEX triplet: AC, 84 and 8A. RGB value is (172,132,138). Sum of RGB (Red+Green+Blue) = 172+132+138=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848A is #537B75. Grayscale: #909090. Windows color (decimal): -5471094 or 9077932. OLE color: 9077932.
HSL color Cylindrical-coordinate representation of color #AC848A: hue angle of 351º 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 #AC848A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 138 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.33 |
| HSL | 351º | 0.19% | 0.6% | - |
| HSV(B) | 351º | 0.23% | 0.67% | - |
| XYZ | 29.85 | 27.11 | 27.7 | - |
| YUV | 144.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 138 | 0 | 0.23 | 0.20 | 0.33 | 351 | 0.19 | 0.6 |
| Hex | AC | 84 | 8A | 0 | 17 | 14 | 21 | 15F | 13 | 3C |
| Octal | 254 | 204 | 212 | 0 | 27 | 24 | 41 | 537 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10001010 | 0 | 10111 | 10100 | 100001 | 101011111 | 10011 | 111100 |
Color Harmonies of #AC848A
Complementary color
Monochromatic Colors of #AC848A
Black with #AC848A
Text Example
Text Example
White with #AC848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC848A; }
p { color: rgb(172,132,138); }
H1.HeaderClassName
{
color: #AC848A;
}
.AnyTagClassName
{
color: #AC848A;
}
</style>
background-color css
<style>
a { background-color: #AC848A; }
a { background-color: rgb(172,132,138); }
div.DivClassName
{
background-color: #AC848A;
}
.BgClassName
{
background-color: #AC848A;
}
</style>
border-color css
<style>
span { border-color: #AC848A; }
span { border-color: rgb(172,132,138); }
td.TdClassName
{
border-color: #AC848A;
}
.TagClassName
{
border-color: #AC848A;
}
</style>