Shades of Tapestry #AC667F
Tints of Tapestry #AC667F
RGB
CMYK
RGB Variations
Color information
#AC667F (or 0xAC667F) is known color: Tapestry. HEX triplet: AC, 66 and 7F. RGB value is (172,102,127). Sum of RGB (Red+Green+Blue) = 172+102+127=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC667F is #539980. Grayscale: #7D7D7D. Windows color (decimal): -5478785 or 8349356. OLE color: 8349356.
HSL color Cylindrical-coordinate representation of color #AC667F: hue angle of 338.57º 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 #AC667F is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 127 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.33 |
| HSL | 338.57º | 0.3% | 0.54% | - |
| HSV(B) | 338.57º | 0.41% | 0.67% | - |
| XYZ | 25.6 | 19.81 | 22.55 | - |
| YUV | 125.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 127 | 0 | 0.41 | 0.26 | 0.33 | 338.57 | 0.3 | 0.54 |
| Hex | AC | 66 | 7F | 0 | 29 | 1A | 21 | 153 | 1E | 36 |
| Octal | 254 | 146 | 177 | 0 | 51 | 32 | 41 | 523 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1111111 | 0 | 101001 | 11010 | 100001 | 101010011 | 11110 | 110110 |
Color Harmonies of #AC667F
Complementary color
Monochromatic Colors of #AC667F
Black with #AC667F
Text Example
Text Example
White with #AC667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC667F; }
p { color: rgb(172,102,127); }
H1.HeaderClassName
{
color: #AC667F;
}
.AnyTagClassName
{
color: #AC667F;
}
</style>
background-color css
<style>
a { background-color: #AC667F; }
a { background-color: rgb(172,102,127); }
div.DivClassName
{
background-color: #AC667F;
}
.BgClassName
{
background-color: #AC667F;
}
</style>
border-color css
<style>
span { border-color: #AC667F; }
span { border-color: rgb(172,102,127); }
td.TdClassName
{
border-color: #AC667F;
}
.TagClassName
{
border-color: #AC667F;
}
</style>