Shades of Tapestry #AC798A
Tints of Tapestry #AC798A
RGB
CMYK
RGB Variations
Color information
#AC798A (or 0xAC798A) is known color: Tapestry. HEX triplet: AC, 79 and 8A. RGB value is (172,121,138). Sum of RGB (Red+Green+Blue) = 172+121+138=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC798A is #538675. Grayscale: #8A8A8A. Windows color (decimal): -5473910 or 9075116. OLE color: 9075116.
HSL color Cylindrical-coordinate representation of color #AC798A: hue angle of 340º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC798A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 138 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.33 |
| HSL | 340º | 0.24% | 0.57% | - |
| HSV(B) | 340º | 0.3% | 0.67% | - |
| XYZ | 28.44 | 24.28 | 27.23 | - |
| YUV | 138.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 138 | 0 | 0.30 | 0.20 | 0.33 | 340 | 0.24 | 0.57 |
| Hex | AC | 79 | 8A | 0 | 1E | 14 | 21 | 154 | 18 | 39 |
| Octal | 254 | 171 | 212 | 0 | 36 | 24 | 41 | 524 | 30 | 71 |
| Binary | 10101100 | 1111001 | 10001010 | 0 | 11110 | 10100 | 100001 | 101010100 | 11000 | 111001 |
Color Harmonies of #AC798A
Complementary color
Monochromatic Colors of #AC798A
Black with #AC798A
Text Example
Text Example
White with #AC798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC798A; }
p { color: rgb(172,121,138); }
H1.HeaderClassName
{
color: #AC798A;
}
.AnyTagClassName
{
color: #AC798A;
}
</style>
background-color css
<style>
a { background-color: #AC798A; }
a { background-color: rgb(172,121,138); }
div.DivClassName
{
background-color: #AC798A;
}
.BgClassName
{
background-color: #AC798A;
}
</style>
border-color css
<style>
span { border-color: #AC798A; }
span { border-color: rgb(172,121,138); }
td.TdClassName
{
border-color: #AC798A;
}
.TagClassName
{
border-color: #AC798A;
}
</style>