Shades of Tapestry #AE648D
Tints of Tapestry #AE648D
RGB
CMYK
RGB Variations
Color information
#AE648D (or 0xAE648D) is known color: Tapestry. HEX triplet: AE, 64 and 8D. RGB value is (174,100,141). Sum of RGB (Red+Green+Blue) = 174+100+141=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE648D is #519B72. Grayscale: #7E7E7E. Windows color (decimal): -5348211 or 9266350. OLE color: 9266350.
HSL color Cylindrical-coordinate representation of color #AE648D: hue angle of 326.76º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE648D is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 141 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.32 |
| HSL | 326.76º | 0.31% | 0.54% | - |
| HSV(B) | 326.76º | 0.43% | 0.68% | - |
| XYZ | 26.82 | 20.04 | 27.65 | - |
| YUV | 126.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 141 | 0 | 0.43 | 0.19 | 0.32 | 326.76 | 0.31 | 0.54 |
| Hex | AE | 64 | 8D | 0 | 2B | 13 | 20 | 147 | 1F | 36 |
| Octal | 256 | 144 | 215 | 0 | 53 | 23 | 40 | 507 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10001101 | 0 | 101011 | 10011 | 100000 | 101000111 | 11111 | 110110 |
Color Harmonies of #AE648D
Complementary color
Monochromatic Colors of #AE648D
Black with #AE648D
Text Example
Text Example
White with #AE648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE648D; }
p { color: rgb(174,100,141); }
H1.HeaderClassName
{
color: #AE648D;
}
.AnyTagClassName
{
color: #AE648D;
}
</style>
background-color css
<style>
a { background-color: #AE648D; }
a { background-color: rgb(174,100,141); }
div.DivClassName
{
background-color: #AE648D;
}
.BgClassName
{
background-color: #AE648D;
}
</style>
border-color css
<style>
span { border-color: #AE648D; }
span { border-color: rgb(174,100,141); }
td.TdClassName
{
border-color: #AE648D;
}
.TagClassName
{
border-color: #AE648D;
}
</style>