Shades of Tapestry #AC768B
Tints of Tapestry #AC768B
RGB
CMYK
RGB Variations
Color information
#AC768B (or 0xAC768B) is known color: Tapestry. HEX triplet: AC, 76 and 8B. RGB value is (172,118,139). Sum of RGB (Red+Green+Blue) = 172+118+139=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768B is #538974. Grayscale: #888888. Windows color (decimal): -5474677 or 9139884. OLE color: 9139884.
HSL color Cylindrical-coordinate representation of color #AC768B: hue angle of 336.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC768B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 139 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.33 |
| HSL | 336.67º | 0.25% | 0.57% | - |
| HSV(B) | 336.67º | 0.31% | 0.67% | - |
| XYZ | 28.15 | 23.59 | 27.5 | - |
| YUV | 136.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 139 | 0 | 0.31 | 0.19 | 0.33 | 336.67 | 0.25 | 0.57 |
| Hex | AC | 76 | 8B | 0 | 1F | 13 | 21 | 151 | 19 | 39 |
| Octal | 254 | 166 | 213 | 0 | 37 | 23 | 41 | 521 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10001011 | 0 | 11111 | 10011 | 100001 | 101010001 | 11001 | 111001 |
Color Harmonies of #AC768B
Complementary color
Monochromatic Colors of #AC768B
Black with #AC768B
Text Example
Text Example
White with #AC768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC768B; }
p { color: rgb(172,118,139); }
H1.HeaderClassName
{
color: #AC768B;
}
.AnyTagClassName
{
color: #AC768B;
}
</style>
background-color css
<style>
a { background-color: #AC768B; }
a { background-color: rgb(172,118,139); }
div.DivClassName
{
background-color: #AC768B;
}
.BgClassName
{
background-color: #AC768B;
}
</style>
border-color css
<style>
span { border-color: #AC768B; }
span { border-color: rgb(172,118,139); }
td.TdClassName
{
border-color: #AC768B;
}
.TagClassName
{
border-color: #AC768B;
}
</style>