Shades of Tapestry #AC668A
Tints of Tapestry #AC668A
RGB
CMYK
RGB Variations
Color information
#AC668A (or 0xAC668A) is known color: Tapestry. HEX triplet: AC, 66 and 8A. RGB value is (172,102,138). Sum of RGB (Red+Green+Blue) = 172+102+138=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668A is #539975. Grayscale: #7E7E7E. Windows color (decimal): -5478774 or 9070252. OLE color: 9070252.
HSL color Cylindrical-coordinate representation of color #AC668A: hue angle of 329.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 #AC668A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 138 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.33 |
| HSL | 329.14º | 0.3% | 0.54% | - |
| HSV(B) | 329.14º | 0.41% | 0.67% | - |
| XYZ | 26.35 | 20.11 | 26.54 | - |
| YUV | 127.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 138 | 0 | 0.41 | 0.20 | 0.33 | 329.14 | 0.3 | 0.54 |
| Hex | AC | 66 | 8A | 0 | 29 | 14 | 21 | 149 | 1E | 36 |
| Octal | 254 | 146 | 212 | 0 | 51 | 24 | 41 | 511 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10001010 | 0 | 101001 | 10100 | 100001 | 101001001 | 11110 | 110110 |
Color Harmonies of #AC668A
Complementary color
Monochromatic Colors of #AC668A
Black with #AC668A
Text Example
Text Example
White with #AC668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC668A; }
p { color: rgb(172,102,138); }
H1.HeaderClassName
{
color: #AC668A;
}
.AnyTagClassName
{
color: #AC668A;
}
</style>
background-color css
<style>
a { background-color: #AC668A; }
a { background-color: rgb(172,102,138); }
div.DivClassName
{
background-color: #AC668A;
}
.BgClassName
{
background-color: #AC668A;
}
</style>
border-color css
<style>
span { border-color: #AC668A; }
span { border-color: rgb(172,102,138); }
td.TdClassName
{
border-color: #AC668A;
}
.TagClassName
{
border-color: #AC668A;
}
</style>