Shades of Tapestry #AC647B
Tints of Tapestry #AC647B
RGB
CMYK
RGB Variations
Color information
#AC647B (or 0xAC647B) is known color: Tapestry. HEX triplet: AC, 64 and 7B. RGB value is (172,100,123). Sum of RGB (Red+Green+Blue) = 172+100+123=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC647B is #539B84. Grayscale: #7C7C7C. Windows color (decimal): -5479301 or 8086700. OLE color: 8086700.
HSL color Cylindrical-coordinate representation of color #AC647B: hue angle of 340.83º 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 #AC647B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 123 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.33 |
| HSL | 340.83º | 0.3% | 0.53% | - |
| HSV(B) | 340.83º | 0.42% | 0.67% | - |
| XYZ | 25.15 | 19.32 | 21.14 | - |
| YUV | 124.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 123 | 0 | 0.42 | 0.28 | 0.33 | 340.83 | 0.3 | 0.53 |
| Hex | AC | 64 | 7B | 0 | 2A | 1C | 21 | 155 | 1E | 35 |
| Octal | 254 | 144 | 173 | 0 | 52 | 34 | 41 | 525 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1111011 | 0 | 101010 | 11100 | 100001 | 101010101 | 11110 | 110101 |
Color Harmonies of #AC647B
Complementary color
Monochromatic Colors of #AC647B
Black with #AC647B
Text Example
Text Example
White with #AC647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC647B; }
p { color: rgb(172,100,123); }
H1.HeaderClassName
{
color: #AC647B;
}
.AnyTagClassName
{
color: #AC647B;
}
</style>
background-color css
<style>
a { background-color: #AC647B; }
a { background-color: rgb(172,100,123); }
div.DivClassName
{
background-color: #AC647B;
}
.BgClassName
{
background-color: #AC647B;
}
</style>
border-color css
<style>
span { border-color: #AC647B; }
span { border-color: rgb(172,100,123); }
td.TdClassName
{
border-color: #AC647B;
}
.TagClassName
{
border-color: #AC647B;
}
</style>