Shades of Tapestry #AC647A
Tints of Tapestry #AC647A
RGB
CMYK
RGB Variations
Color information
#AC647A (or 0xAC647A) is known color: Tapestry. HEX triplet: AC, 64 and 7A. RGB value is (172,100,122). Sum of RGB (Red+Green+Blue) = 172+100+122=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC647A is #539B85. Grayscale: #7C7C7C. Windows color (decimal): -5479302 or 8021164. OLE color: 8021164.
HSL color Cylindrical-coordinate representation of color #AC647A: hue angle of 341.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC647A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 122 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.33 |
| HSL | 341.67º | 0.3% | 0.53% | - |
| HSV(B) | 341.67º | 0.42% | 0.67% | - |
| XYZ | 25.08 | 19.29 | 20.81 | - |
| YUV | 124.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 122 | 0 | 0.42 | 0.29 | 0.33 | 341.67 | 0.3 | 0.53 |
| Hex | AC | 64 | 7A | 0 | 2A | 1D | 21 | 156 | 1E | 35 |
| Octal | 254 | 144 | 172 | 0 | 52 | 35 | 41 | 526 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1111010 | 0 | 101010 | 11101 | 100001 | 101010110 | 11110 | 110101 |
Color Harmonies of #AC647A
Complementary color
Monochromatic Colors of #AC647A
Black with #AC647A
Text Example
Text Example
White with #AC647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC647A; }
p { color: rgb(172,100,122); }
H1.HeaderClassName
{
color: #AC647A;
}
.AnyTagClassName
{
color: #AC647A;
}
</style>
background-color css
<style>
a { background-color: #AC647A; }
a { background-color: rgb(172,100,122); }
div.DivClassName
{
background-color: #AC647A;
}
.BgClassName
{
background-color: #AC647A;
}
</style>
border-color css
<style>
span { border-color: #AC647A; }
span { border-color: rgb(172,100,122); }
td.TdClassName
{
border-color: #AC647A;
}
.TagClassName
{
border-color: #AC647A;
}
</style>