Shades of Tapestry #AE657D
Tints of Tapestry #AE657D
RGB
CMYK
RGB Variations
Color information
#AE657D (or 0xAE657D) is known color: Tapestry. HEX triplet: AE, 65 and 7D. RGB value is (174,101,125). Sum of RGB (Red+Green+Blue) = 174+101+125=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE657D is #519A82. Grayscale: #7D7D7D. Windows color (decimal): -5347971 or 8218030. OLE color: 8218030.
HSL color Cylindrical-coordinate representation of color #AE657D: hue angle of 340.27º 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 #AE657D is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 125 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.32 |
| HSL | 340.27º | 0.31% | 0.54% | - |
| HSV(B) | 340.27º | 0.42% | 0.68% | - |
| XYZ | 25.81 | 19.79 | 21.86 | - |
| YUV | 125.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 125 | 0 | 0.42 | 0.28 | 0.32 | 340.27 | 0.31 | 0.54 |
| Hex | AE | 65 | 7D | 0 | 2A | 1C | 20 | 154 | 1F | 36 |
| Octal | 256 | 145 | 175 | 0 | 52 | 34 | 40 | 524 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1111101 | 0 | 101010 | 11100 | 100000 | 101010100 | 11111 | 110110 |
Color Harmonies of #AE657D
Complementary color
Monochromatic Colors of #AE657D
Black with #AE657D
Text Example
Text Example
White with #AE657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE657D; }
p { color: rgb(174,101,125); }
H1.HeaderClassName
{
color: #AE657D;
}
.AnyTagClassName
{
color: #AE657D;
}
</style>
background-color css
<style>
a { background-color: #AE657D; }
a { background-color: rgb(174,101,125); }
div.DivClassName
{
background-color: #AE657D;
}
.BgClassName
{
background-color: #AE657D;
}
</style>
border-color css
<style>
span { border-color: #AE657D; }
span { border-color: rgb(174,101,125); }
td.TdClassName
{
border-color: #AE657D;
}
.TagClassName
{
border-color: #AE657D;
}
</style>