Shades of Tapestry #AC768A
Tints of Tapestry #AC768A
RGB
CMYK
RGB Variations
Color information
#AC768A (or 0xAC768A) is known color: Tapestry. HEX triplet: AC, 76 and 8A. RGB value is (172,118,138). Sum of RGB (Red+Green+Blue) = 172+118+138=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768A is #538975. Grayscale: #888888. Windows color (decimal): -5474678 or 9074348. OLE color: 9074348.
HSL color Cylindrical-coordinate representation of color #AC768A: hue angle of 337.78º 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 #AC768A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 138 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.33 |
| HSL | 337.78º | 0.25% | 0.57% | - |
| HSV(B) | 337.78º | 0.31% | 0.67% | - |
| XYZ | 28.08 | 23.56 | 27.11 | - |
| YUV | 136.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 138 | 0 | 0.31 | 0.20 | 0.33 | 337.78 | 0.25 | 0.57 |
| Hex | AC | 76 | 8A | 0 | 1F | 14 | 21 | 152 | 19 | 39 |
| Octal | 254 | 166 | 212 | 0 | 37 | 24 | 41 | 522 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10001010 | 0 | 11111 | 10100 | 100001 | 101010010 | 11001 | 111001 |
Color Harmonies of #AC768A
Complementary color
Monochromatic Colors of #AC768A
Black with #AC768A
Text Example
Text Example
White with #AC768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC768A; }
p { color: rgb(172,118,138); }
H1.HeaderClassName
{
color: #AC768A;
}
.AnyTagClassName
{
color: #AC768A;
}
</style>
background-color css
<style>
a { background-color: #AC768A; }
a { background-color: rgb(172,118,138); }
div.DivClassName
{
background-color: #AC768A;
}
.BgClassName
{
background-color: #AC768A;
}
</style>
border-color css
<style>
span { border-color: #AC768A; }
span { border-color: rgb(172,118,138); }
td.TdClassName
{
border-color: #AC768A;
}
.TagClassName
{
border-color: #AC768A;
}
</style>