Shades of Tapestry #AE6689
Tints of Tapestry #AE6689
RGB
CMYK
RGB Variations
Color information
#AE6689 (or 0xAE6689) is known color: Tapestry. HEX triplet: AE, 66 and 89. RGB value is (174,102,137). Sum of RGB (Red+Green+Blue) = 174+102+137=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6689 is #519976. Grayscale: #7F7F7F. Windows color (decimal): -5347703 or 9004718. OLE color: 9004718.
HSL color Cylindrical-coordinate representation of color #AE6689: hue angle of 330.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6689 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 137 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.32 |
| HSL | 330.83º | 0.31% | 0.54% | - |
| HSV(B) | 330.83º | 0.41% | 0.68% | - |
| XYZ | 26.72 | 20.31 | 26.18 | - |
| YUV | 127.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 137 | 0 | 0.41 | 0.21 | 0.32 | 330.83 | 0.31 | 0.54 |
| Hex | AE | 66 | 89 | 0 | 29 | 15 | 20 | 14B | 1F | 36 |
| Octal | 256 | 146 | 211 | 0 | 51 | 25 | 40 | 513 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10001001 | 0 | 101001 | 10101 | 100000 | 101001011 | 11111 | 110110 |
Color Harmonies of #AE6689
Complementary color
Monochromatic Colors of #AE6689
Black with #AE6689
Text Example
Text Example
White with #AE6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6689; }
p { color: rgb(174,102,137); }
H1.HeaderClassName
{
color: #AE6689;
}
.AnyTagClassName
{
color: #AE6689;
}
</style>
background-color css
<style>
a { background-color: #AE6689; }
a { background-color: rgb(174,102,137); }
div.DivClassName
{
background-color: #AE6689;
}
.BgClassName
{
background-color: #AE6689;
}
</style>
border-color css
<style>
span { border-color: #AE6689; }
span { border-color: rgb(174,102,137); }
td.TdClassName
{
border-color: #AE6689;
}
.TagClassName
{
border-color: #AE6689;
}
</style>