Shades of Tapestry #AE657E
Tints of Tapestry #AE657E
RGB
CMYK
RGB Variations
Color information
#AE657E (or 0xAE657E) is known color: Tapestry. HEX triplet: AE, 65 and 7E. RGB value is (174,101,126). Sum of RGB (Red+Green+Blue) = 174+101+126=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE657E is #519A81. Grayscale: #7D7D7D. Windows color (decimal): -5347970 or 8283566. OLE color: 8283566.
HSL color Cylindrical-coordinate representation of color #AE657E: hue angle of 339.45º 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 #AE657E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 126 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.32 |
| HSL | 339.45º | 0.31% | 0.54% | - |
| HSV(B) | 339.45º | 0.42% | 0.68% | - |
| XYZ | 25.88 | 19.81 | 22.2 | - |
| YUV | 125.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 126 | 0 | 0.42 | 0.28 | 0.32 | 339.45 | 0.31 | 0.54 |
| Hex | AE | 65 | 7E | 0 | 2A | 1C | 20 | 153 | 1F | 36 |
| Octal | 256 | 145 | 176 | 0 | 52 | 34 | 40 | 523 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1111110 | 0 | 101010 | 11100 | 100000 | 101010011 | 11111 | 110110 |
Color Harmonies of #AE657E
Complementary color
Monochromatic Colors of #AE657E
Black with #AE657E
Text Example
Text Example
White with #AE657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE657E; }
p { color: rgb(174,101,126); }
H1.HeaderClassName
{
color: #AE657E;
}
.AnyTagClassName
{
color: #AE657E;
}
</style>
background-color css
<style>
a { background-color: #AE657E; }
a { background-color: rgb(174,101,126); }
div.DivClassName
{
background-color: #AE657E;
}
.BgClassName
{
background-color: #AE657E;
}
</style>
border-color css
<style>
span { border-color: #AE657E; }
span { border-color: rgb(174,101,126); }
td.TdClassName
{
border-color: #AE657E;
}
.TagClassName
{
border-color: #AE657E;
}
</style>