Shades of Tapestry #AC668C
Tints of Tapestry #AC668C
RGB
CMYK
RGB Variations
Color information
#AC668C (or 0xAC668C) is known color: Tapestry. HEX triplet: AC, 66 and 8C. RGB value is (172,102,140). Sum of RGB (Red+Green+Blue) = 172+102+140=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668C is #539973. Grayscale: #7F7F7F. Windows color (decimal): -5478772 or 9201324. OLE color: 9201324.
HSL color Cylindrical-coordinate representation of color #AC668C: hue angle of 327.43º 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 #AC668C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 140 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.33 |
| HSL | 327.43º | 0.3% | 0.54% | - |
| HSV(B) | 327.43º | 0.41% | 0.67% | - |
| XYZ | 26.5 | 20.17 | 27.31 | - |
| YUV | 127.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 140 | 0 | 0.41 | 0.19 | 0.33 | 327.43 | 0.3 | 0.54 |
| Hex | AC | 66 | 8C | 0 | 29 | 13 | 21 | 147 | 1E | 36 |
| Octal | 254 | 146 | 214 | 0 | 51 | 23 | 41 | 507 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10001100 | 0 | 101001 | 10011 | 100001 | 101000111 | 11110 | 110110 |
Color Harmonies of #AC668C
Complementary color
Monochromatic Colors of #AC668C
Black with #AC668C
Text Example
Text Example
White with #AC668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC668C; }
p { color: rgb(172,102,140); }
H1.HeaderClassName
{
color: #AC668C;
}
.AnyTagClassName
{
color: #AC668C;
}
</style>
background-color css
<style>
a { background-color: #AC668C; }
a { background-color: rgb(172,102,140); }
div.DivClassName
{
background-color: #AC668C;
}
.BgClassName
{
background-color: #AC668C;
}
</style>
border-color css
<style>
span { border-color: #AC668C; }
span { border-color: rgb(172,102,140); }
td.TdClassName
{
border-color: #AC668C;
}
.TagClassName
{
border-color: #AC668C;
}
</style>