Shades of Tapestry #AC668B
Tints of Tapestry #AC668B
RGB
CMYK
RGB Variations
Color information
#AC668B (or 0xAC668B) is known color: Tapestry. HEX triplet: AC, 66 and 8B. RGB value is (172,102,139). Sum of RGB (Red+Green+Blue) = 172+102+139=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668B is #539974. Grayscale: #7F7F7F. Windows color (decimal): -5478773 or 9135788. OLE color: 9135788.
HSL color Cylindrical-coordinate representation of color #AC668B: hue angle of 328.29º 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 #AC668B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 139 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.33 |
| HSL | 328.29º | 0.3% | 0.54% | - |
| HSV(B) | 328.29º | 0.41% | 0.67% | - |
| XYZ | 26.42 | 20.14 | 26.92 | - |
| YUV | 127.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 139 | 0 | 0.41 | 0.19 | 0.33 | 328.29 | 0.3 | 0.54 |
| Hex | AC | 66 | 8B | 0 | 29 | 13 | 21 | 148 | 1E | 36 |
| Octal | 254 | 146 | 213 | 0 | 51 | 23 | 41 | 510 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10001011 | 0 | 101001 | 10011 | 100001 | 101001000 | 11110 | 110110 |
Color Harmonies of #AC668B
Complementary color
Monochromatic Colors of #AC668B
Black with #AC668B
Text Example
Text Example
White with #AC668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC668B; }
p { color: rgb(172,102,139); }
H1.HeaderClassName
{
color: #AC668B;
}
.AnyTagClassName
{
color: #AC668B;
}
</style>
background-color css
<style>
a { background-color: #AC668B; }
a { background-color: rgb(172,102,139); }
div.DivClassName
{
background-color: #AC668B;
}
.BgClassName
{
background-color: #AC668B;
}
</style>
border-color css
<style>
span { border-color: #AC668B; }
span { border-color: rgb(172,102,139); }
td.TdClassName
{
border-color: #AC668B;
}
.TagClassName
{
border-color: #AC668B;
}
</style>