Shades of Tapestry #AC607F
Tints of Tapestry #AC607F
RGB
CMYK
RGB Variations
Color information
#AC607F (or 0xAC607F) is known color: Tapestry. HEX triplet: AC, 60 and 7F. RGB value is (172,96,127). Sum of RGB (Red+Green+Blue) = 172+96+127=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607F is #539F80. Grayscale: #7A7A7A. Windows color (decimal): -5480321 or 8347820. OLE color: 8347820.
HSL color Cylindrical-coordinate representation of color #AC607F: hue angle of 335.53º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC607F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 127 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.33 |
| HSL | 335.53º | 0.31% | 0.53% | - |
| HSV(B) | 335.53º | 0.44% | 0.67% | - |
| XYZ | 25.03 | 18.67 | 22.36 | - |
| YUV | 122.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 127 | 0 | 0.44 | 0.26 | 0.33 | 335.53 | 0.31 | 0.53 |
| Hex | AC | 60 | 7F | 0 | 2C | 1A | 21 | 150 | 1F | 35 |
| Octal | 254 | 140 | 177 | 0 | 54 | 32 | 41 | 520 | 37 | 65 |
| Binary | 10101100 | 1100000 | 1111111 | 0 | 101100 | 11010 | 100001 | 101010000 | 11111 | 110101 |
Color Harmonies of #AC607F
Complementary color
Monochromatic Colors of #AC607F
Black with #AC607F
Text Example
Text Example
White with #AC607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC607F; }
p { color: rgb(172,96,127); }
H1.HeaderClassName
{
color: #AC607F;
}
.AnyTagClassName
{
color: #AC607F;
}
</style>
background-color css
<style>
a { background-color: #AC607F; }
a { background-color: rgb(172,96,127); }
div.DivClassName
{
background-color: #AC607F;
}
.BgClassName
{
background-color: #AC607F;
}
</style>
border-color css
<style>
span { border-color: #AC607F; }
span { border-color: rgb(172,96,127); }
td.TdClassName
{
border-color: #AC607F;
}
.TagClassName
{
border-color: #AC607F;
}
</style>