Shades of Tapestry #AC607B
Tints of Tapestry #AC607B
RGB
CMYK
RGB Variations
Color information
#AC607B (or 0xAC607B) is known color: Tapestry. HEX triplet: AC, 60 and 7B. RGB value is (172,96,123). Sum of RGB (Red+Green+Blue) = 172+96+123=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607B is #539F84. Grayscale: #797979. Windows color (decimal): -5480325 or 8085676. OLE color: 8085676.
HSL color Cylindrical-coordinate representation of color #AC607B: hue angle of 338.68º 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 #AC607B is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 123 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.33 |
| HSL | 338.68º | 0.31% | 0.53% | - |
| HSV(B) | 338.68º | 0.44% | 0.67% | - |
| XYZ | 24.77 | 18.57 | 21.02 | - |
| YUV | 121.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 123 | 0 | 0.44 | 0.28 | 0.33 | 338.68 | 0.31 | 0.53 |
| Hex | AC | 60 | 7B | 0 | 2C | 1C | 21 | 153 | 1F | 35 |
| Octal | 254 | 140 | 173 | 0 | 54 | 34 | 41 | 523 | 37 | 65 |
| Binary | 10101100 | 1100000 | 1111011 | 0 | 101100 | 11100 | 100001 | 101010011 | 11111 | 110101 |
Color Harmonies of #AC607B
Complementary color
Monochromatic Colors of #AC607B
Black with #AC607B
Text Example
Text Example
White with #AC607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC607B; }
p { color: rgb(172,96,123); }
H1.HeaderClassName
{
color: #AC607B;
}
.AnyTagClassName
{
color: #AC607B;
}
</style>
background-color css
<style>
a { background-color: #AC607B; }
a { background-color: rgb(172,96,123); }
div.DivClassName
{
background-color: #AC607B;
}
.BgClassName
{
background-color: #AC607B;
}
</style>
border-color css
<style>
span { border-color: #AC607B; }
span { border-color: rgb(172,96,123); }
td.TdClassName
{
border-color: #AC607B;
}
.TagClassName
{
border-color: #AC607B;
}
</style>