Shades of Tapestry #AC7A84
Tints of Tapestry #AC7A84
RGB
CMYK
RGB Variations
Color information
#AC7A84 (or 0xAC7A84) is known color: Tapestry. HEX triplet: AC, 7A and 84. RGB value is (172,122,132). Sum of RGB (Red+Green+Blue) = 172+122+132=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A84 is #53857B. Grayscale: #8A8A8A. Windows color (decimal): -5473660 or 8682156. OLE color: 8682156.
HSL color Cylindrical-coordinate representation of color #AC7A84: hue angle of 348º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A84 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 132 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.33 |
| HSL | 348º | 0.23% | 0.58% | - |
| HSV(B) | 348º | 0.29% | 0.67% | - |
| XYZ | 28.14 | 24.36 | 25.05 | - |
| YUV | 138.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 132 | 0 | 0.29 | 0.23 | 0.33 | 348 | 0.23 | 0.58 |
| Hex | AC | 7A | 84 | 0 | 1D | 17 | 21 | 15C | 17 | 3A |
| Octal | 254 | 172 | 204 | 0 | 35 | 27 | 41 | 534 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10000100 | 0 | 11101 | 10111 | 100001 | 101011100 | 10111 | 111010 |
Color Harmonies of #AC7A84
Complementary color
Monochromatic Colors of #AC7A84
Black with #AC7A84
Text Example
Text Example
White with #AC7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A84; }
p { color: rgb(172,122,132); }
H1.HeaderClassName
{
color: #AC7A84;
}
.AnyTagClassName
{
color: #AC7A84;
}
</style>
background-color css
<style>
a { background-color: #AC7A84; }
a { background-color: rgb(172,122,132); }
div.DivClassName
{
background-color: #AC7A84;
}
.BgClassName
{
background-color: #AC7A84;
}
</style>
border-color css
<style>
span { border-color: #AC7A84; }
span { border-color: rgb(172,122,132); }
td.TdClassName
{
border-color: #AC7A84;
}
.TagClassName
{
border-color: #AC7A84;
}
</style>