Shades of Tapestry #AC718A
Tints of Tapestry #AC718A
RGB
CMYK
RGB Variations
Color information
#AC718A (or 0xAC718A) is known color: Tapestry. HEX triplet: AC, 71 and 8A. RGB value is (172,113,138). Sum of RGB (Red+Green+Blue) = 172+113+138=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718A is #538E75. Grayscale: #858585. Windows color (decimal): -5475958 or 9073068. OLE color: 9073068.
HSL color Cylindrical-coordinate representation of color #AC718A: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC718A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 138 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.33 |
| HSL | 334.58º | 0.26% | 0.56% | - |
| HSV(B) | 334.58º | 0.34% | 0.67% | - |
| XYZ | 27.51 | 22.42 | 26.92 | - |
| YUV | 133.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 138 | 0 | 0.34 | 0.20 | 0.33 | 334.58 | 0.26 | 0.56 |
| Hex | AC | 71 | 8A | 0 | 22 | 14 | 21 | 14F | 1A | 38 |
| Octal | 254 | 161 | 212 | 0 | 42 | 24 | 41 | 517 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10001010 | 0 | 100010 | 10100 | 100001 | 101001111 | 11010 | 111000 |
Color Harmonies of #AC718A
Complementary color
Monochromatic Colors of #AC718A
Black with #AC718A
Text Example
Text Example
White with #AC718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC718A; }
p { color: rgb(172,113,138); }
H1.HeaderClassName
{
color: #AC718A;
}
.AnyTagClassName
{
color: #AC718A;
}
</style>
background-color css
<style>
a { background-color: #AC718A; }
a { background-color: rgb(172,113,138); }
div.DivClassName
{
background-color: #AC718A;
}
.BgClassName
{
background-color: #AC718A;
}
</style>
border-color css
<style>
span { border-color: #AC718A; }
span { border-color: rgb(172,113,138); }
td.TdClassName
{
border-color: #AC718A;
}
.TagClassName
{
border-color: #AC718A;
}
</style>