Shades of Tapestry #AE648F
Tints of Tapestry #AE648F
RGB
CMYK
RGB Variations
Color information
#AE648F (or 0xAE648F) is known color: Tapestry. HEX triplet: AE, 64 and 8F. RGB value is (174,100,143). Sum of RGB (Red+Green+Blue) = 174+100+143=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE648F is #519B70. Grayscale: #7E7E7E. Windows color (decimal): -5348209 or 9397422. OLE color: 9397422.
HSL color Cylindrical-coordinate representation of color #AE648F: hue angle of 325.14º 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 #AE648F is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 143 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.32 |
| HSL | 325.14º | 0.31% | 0.54% | - |
| HSV(B) | 325.14º | 0.43% | 0.68% | - |
| XYZ | 26.97 | 20.1 | 28.44 | - |
| YUV | 127.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 143 | 0 | 0.43 | 0.18 | 0.32 | 325.14 | 0.31 | 0.54 |
| Hex | AE | 64 | 8F | 0 | 2B | 12 | 20 | 145 | 1F | 36 |
| Octal | 256 | 144 | 217 | 0 | 53 | 22 | 40 | 505 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10001111 | 0 | 101011 | 10010 | 100000 | 101000101 | 11111 | 110110 |
Color Harmonies of #AE648F
Complementary color
Monochromatic Colors of #AE648F
Black with #AE648F
Text Example
Text Example
White with #AE648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE648F; }
p { color: rgb(174,100,143); }
H1.HeaderClassName
{
color: #AE648F;
}
.AnyTagClassName
{
color: #AE648F;
}
</style>
background-color css
<style>
a { background-color: #AE648F; }
a { background-color: rgb(174,100,143); }
div.DivClassName
{
background-color: #AE648F;
}
.BgClassName
{
background-color: #AE648F;
}
</style>
border-color css
<style>
span { border-color: #AE648F; }
span { border-color: rgb(174,100,143); }
td.TdClassName
{
border-color: #AE648F;
}
.TagClassName
{
border-color: #AE648F;
}
</style>