Shades of Tapestry #AE658F
Tints of Tapestry #AE658F
RGB
CMYK
RGB Variations
Color information
#AE658F (or 0xAE658F) is known color: Tapestry. HEX triplet: AE, 65 and 8F. RGB value is (174,101,143). Sum of RGB (Red+Green+Blue) = 174+101+143=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE658F is #519A70. Grayscale: #7F7F7F. Windows color (decimal): -5347953 or 9397678. OLE color: 9397678.
HSL color Cylindrical-coordinate representation of color #AE658F: hue angle of 325.48º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE658F is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 143 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.32 |
| HSL | 325.48º | 0.31% | 0.54% | - |
| HSV(B) | 325.48º | 0.42% | 0.68% | - |
| XYZ | 27.07 | 20.29 | 28.48 | - |
| YUV | 127.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 143 | 0 | 0.42 | 0.18 | 0.32 | 325.48 | 0.31 | 0.54 |
| Hex | AE | 65 | 8F | 0 | 2A | 12 | 20 | 145 | 1F | 36 |
| Octal | 256 | 145 | 217 | 0 | 52 | 22 | 40 | 505 | 37 | 66 |
| Binary | 10101110 | 1100101 | 10001111 | 0 | 101010 | 10010 | 100000 | 101000101 | 11111 | 110110 |
Color Harmonies of #AE658F
Complementary color
Monochromatic Colors of #AE658F
Black with #AE658F
Text Example
Text Example
White with #AE658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE658F; }
p { color: rgb(174,101,143); }
H1.HeaderClassName
{
color: #AE658F;
}
.AnyTagClassName
{
color: #AE658F;
}
</style>
background-color css
<style>
a { background-color: #AE658F; }
a { background-color: rgb(174,101,143); }
div.DivClassName
{
background-color: #AE658F;
}
.BgClassName
{
background-color: #AE658F;
}
</style>
border-color css
<style>
span { border-color: #AE658F; }
span { border-color: rgb(174,101,143); }
td.TdClassName
{
border-color: #AE658F;
}
.TagClassName
{
border-color: #AE658F;
}
</style>