Shades of Tapestry #AC7A8A
Tints of Tapestry #AC7A8A
RGB
CMYK
RGB Variations
Color information
#AC7A8A (or 0xAC7A8A) is known color: Tapestry. HEX triplet: AC, 7A and 8A. RGB value is (172,122,138). Sum of RGB (Red+Green+Blue) = 172+122+138=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A8A is #538575. Grayscale: #8A8A8A. Windows color (decimal): -5473654 or 9075372. OLE color: 9075372.
HSL color Cylindrical-coordinate representation of color #AC7A8A: hue angle of 340.8º 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 #AC7A8A is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 138 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.33 |
| HSL | 340.8º | 0.23% | 0.58% | - |
| HSV(B) | 340.8º | 0.29% | 0.67% | - |
| XYZ | 28.56 | 24.52 | 27.27 | - |
| YUV | 138.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 138 | 0 | 0.29 | 0.20 | 0.33 | 340.8 | 0.23 | 0.58 |
| Hex | AC | 7A | 8A | 0 | 1D | 14 | 21 | 155 | 17 | 3A |
| Octal | 254 | 172 | 212 | 0 | 35 | 24 | 41 | 525 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10001010 | 0 | 11101 | 10100 | 100001 | 101010101 | 10111 | 111010 |
Color Harmonies of #AC7A8A
Complementary color
Monochromatic Colors of #AC7A8A
Black with #AC7A8A
Text Example
Text Example
White with #AC7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A8A; }
p { color: rgb(172,122,138); }
H1.HeaderClassName
{
color: #AC7A8A;
}
.AnyTagClassName
{
color: #AC7A8A;
}
</style>
background-color css
<style>
a { background-color: #AC7A8A; }
a { background-color: rgb(172,122,138); }
div.DivClassName
{
background-color: #AC7A8A;
}
.BgClassName
{
background-color: #AC7A8A;
}
</style>
border-color css
<style>
span { border-color: #AC7A8A; }
span { border-color: rgb(172,122,138); }
td.TdClassName
{
border-color: #AC7A8A;
}
.TagClassName
{
border-color: #AC7A8A;
}
</style>