Shades of Tapestry #AE607C
Tints of Tapestry #AE607C
RGB
CMYK
RGB Variations
Color information
#AE607C (or 0xAE607C) is known color: Tapestry. HEX triplet: AE, 60 and 7C. RGB value is (174,96,124). Sum of RGB (Red+Green+Blue) = 174+96+124=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607C is #519F83. Grayscale: #7A7A7A. Windows color (decimal): -5349252 or 8151214. OLE color: 8151214.
HSL color Cylindrical-coordinate representation of color #AE607C: hue angle of 338.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE607C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 124 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.32 |
| HSL | 338.46º | 0.33% | 0.53% | - |
| HSV(B) | 338.46º | 0.45% | 0.68% | - |
| XYZ | 25.28 | 18.82 | 21.37 | - |
| YUV | 122.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 124 | 0 | 0.45 | 0.29 | 0.32 | 338.46 | 0.33 | 0.53 |
| Hex | AE | 60 | 7C | 0 | 2D | 1D | 20 | 152 | 20 | 35 |
| Octal | 256 | 140 | 174 | 0 | 55 | 35 | 40 | 522 | 40 | 65 |
| Binary | 10101110 | 1100000 | 1111100 | 0 | 101101 | 11101 | 100000 | 101010010 | 100000 | 110101 |
Color Harmonies of #AE607C
Complementary color
Monochromatic Colors of #AE607C
Black with #AE607C
Text Example
Text Example
White with #AE607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE607C; }
p { color: rgb(174,96,124); }
H1.HeaderClassName
{
color: #AE607C;
}
.AnyTagClassName
{
color: #AE607C;
}
</style>
background-color css
<style>
a { background-color: #AE607C; }
a { background-color: rgb(174,96,124); }
div.DivClassName
{
background-color: #AE607C;
}
.BgClassName
{
background-color: #AE607C;
}
</style>
border-color css
<style>
span { border-color: #AE607C; }
span { border-color: rgb(174,96,124); }
td.TdClassName
{
border-color: #AE607C;
}
.TagClassName
{
border-color: #AE607C;
}
</style>