Shades of Tapestry #AC868A
Tints of Tapestry #AC868A
RGB
CMYK
RGB Variations
Color information
#AC868A (or 0xAC868A) is known color: Tapestry. HEX triplet: AC, 86 and 8A. RGB value is (172,134,138). Sum of RGB (Red+Green+Blue) = 172+134+138=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC868A is #537975. Grayscale: #919191. Windows color (decimal): -5470582 or 9078444. OLE color: 9078444.
HSL color Cylindrical-coordinate representation of color #AC868A: hue angle of 353.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC868A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 138 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.33 |
| HSL | 353.68º | 0.19% | 0.6% | - |
| HSV(B) | 353.68º | 0.22% | 0.67% | - |
| XYZ | 30.13 | 27.66 | 27.8 | - |
| YUV | 145.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 138 | 0 | 0.22 | 0.20 | 0.33 | 353.68 | 0.19 | 0.6 |
| Hex | AC | 86 | 8A | 0 | 16 | 14 | 21 | 162 | 13 | 3C |
| Octal | 254 | 206 | 212 | 0 | 26 | 24 | 41 | 542 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10001010 | 0 | 10110 | 10100 | 100001 | 101100010 | 10011 | 111100 |
Color Harmonies of #AC868A
Complementary color
Monochromatic Colors of #AC868A
Black with #AC868A
Text Example
Text Example
White with #AC868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC868A; }
p { color: rgb(172,134,138); }
H1.HeaderClassName
{
color: #AC868A;
}
.AnyTagClassName
{
color: #AC868A;
}
</style>
background-color css
<style>
a { background-color: #AC868A; }
a { background-color: rgb(172,134,138); }
div.DivClassName
{
background-color: #AC868A;
}
.BgClassName
{
background-color: #AC868A;
}
</style>
border-color css
<style>
span { border-color: #AC868A; }
span { border-color: rgb(172,134,138); }
td.TdClassName
{
border-color: #AC868A;
}
.TagClassName
{
border-color: #AC868A;
}
</style>