Shades of Tapestry #AC667C
Tints of Tapestry #AC667C
RGB
CMYK
RGB Variations
Color information
#AC667C (or 0xAC667C) is known color: Tapestry. HEX triplet: AC, 66 and 7C. RGB value is (172,102,124). Sum of RGB (Red+Green+Blue) = 172+102+124=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC667C is #539983. Grayscale: #7D7D7D. Windows color (decimal): -5478788 or 8152748. OLE color: 8152748.
HSL color Cylindrical-coordinate representation of color #AC667C: hue angle of 341.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC667C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 124 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.33 |
| HSL | 341.14º | 0.3% | 0.54% | - |
| HSV(B) | 341.14º | 0.41% | 0.67% | - |
| XYZ | 25.4 | 19.73 | 21.54 | - |
| YUV | 125.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 124 | 0 | 0.41 | 0.28 | 0.33 | 341.14 | 0.3 | 0.54 |
| Hex | AC | 66 | 7C | 0 | 29 | 1C | 21 | 155 | 1E | 36 |
| Octal | 254 | 146 | 174 | 0 | 51 | 34 | 41 | 525 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1111100 | 0 | 101001 | 11100 | 100001 | 101010101 | 11110 | 110110 |
Color Harmonies of #AC667C
Complementary color
Monochromatic Colors of #AC667C
Black with #AC667C
Text Example
Text Example
White with #AC667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC667C; }
p { color: rgb(172,102,124); }
H1.HeaderClassName
{
color: #AC667C;
}
.AnyTagClassName
{
color: #AC667C;
}
</style>
background-color css
<style>
a { background-color: #AC667C; }
a { background-color: rgb(172,102,124); }
div.DivClassName
{
background-color: #AC667C;
}
.BgClassName
{
background-color: #AC667C;
}
</style>
border-color css
<style>
span { border-color: #AC667C; }
span { border-color: rgb(172,102,124); }
td.TdClassName
{
border-color: #AC667C;
}
.TagClassName
{
border-color: #AC667C;
}
</style>