Shades of Tapestry #AC708A
Tints of Tapestry #AC708A
RGB
CMYK
RGB Variations
Color information
#AC708A (or 0xAC708A) is known color: Tapestry. HEX triplet: AC, 70 and 8A. RGB value is (172,112,138). Sum of RGB (Red+Green+Blue) = 172+112+138=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC708A is #538F75. Grayscale: #848484. Windows color (decimal): -5476214 or 9072812. OLE color: 9072812.
HSL color Cylindrical-coordinate representation of color #AC708A: hue angle of 334º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC708A is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 138 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.33 |
| HSL | 334º | 0.27% | 0.56% | - |
| HSV(B) | 334º | 0.35% | 0.67% | - |
| XYZ | 27.39 | 22.19 | 26.88 | - |
| YUV | 132.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 138 | 0 | 0.35 | 0.20 | 0.33 | 334 | 0.27 | 0.56 |
| Hex | AC | 70 | 8A | 0 | 23 | 14 | 21 | 14E | 1B | 38 |
| Octal | 254 | 160 | 212 | 0 | 43 | 24 | 41 | 516 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10001010 | 0 | 100011 | 10100 | 100001 | 101001110 | 11011 | 111000 |
Color Harmonies of #AC708A
Complementary color
Monochromatic Colors of #AC708A
Black with #AC708A
Text Example
Text Example
White with #AC708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC708A; }
p { color: rgb(172,112,138); }
H1.HeaderClassName
{
color: #AC708A;
}
.AnyTagClassName
{
color: #AC708A;
}
</style>
background-color css
<style>
a { background-color: #AC708A; }
a { background-color: rgb(172,112,138); }
div.DivClassName
{
background-color: #AC708A;
}
.BgClassName
{
background-color: #AC708A;
}
</style>
border-color css
<style>
span { border-color: #AC708A; }
span { border-color: rgb(172,112,138); }
td.TdClassName
{
border-color: #AC708A;
}
.TagClassName
{
border-color: #AC708A;
}
</style>