Shades of Tapestry #AE6D89
Tints of Tapestry #AE6D89
RGB
CMYK
RGB Variations
Color information
#AE6D89 (or 0xAE6D89) is known color: Tapestry. HEX triplet: AE, 6D and 89. RGB value is (174,109,137). Sum of RGB (Red+Green+Blue) = 174+109+137=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6D89 is #519276. Grayscale: #838383. Windows color (decimal): -5345911 or 9006510. OLE color: 9006510.
HSL color Cylindrical-coordinate representation of color #AE6D89: hue angle of 334.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6D89 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 137 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.32 |
| HSL | 334.15º | 0.29% | 0.55% | - |
| HSV(B) | 334.15º | 0.37% | 0.68% | - |
| XYZ | 27.44 | 21.74 | 26.42 | - |
| YUV | 131.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 137 | 0 | 0.37 | 0.21 | 0.32 | 334.15 | 0.29 | 0.55 |
| Hex | AE | 6D | 89 | 0 | 25 | 15 | 20 | 14E | 1D | 37 |
| Octal | 256 | 155 | 211 | 0 | 45 | 25 | 40 | 516 | 35 | 67 |
| Binary | 10101110 | 1101101 | 10001001 | 0 | 100101 | 10101 | 100000 | 101001110 | 11101 | 110111 |
Color Harmonies of #AE6D89
Complementary color
Monochromatic Colors of #AE6D89
Black with #AE6D89
Text Example
Text Example
White with #AE6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D89; }
p { color: rgb(174,109,137); }
H1.HeaderClassName
{
color: #AE6D89;
}
.AnyTagClassName
{
color: #AE6D89;
}
</style>
background-color css
<style>
a { background-color: #AE6D89; }
a { background-color: rgb(174,109,137); }
div.DivClassName
{
background-color: #AE6D89;
}
.BgClassName
{
background-color: #AE6D89;
}
</style>
border-color css
<style>
span { border-color: #AE6D89; }
span { border-color: rgb(174,109,137); }
td.TdClassName
{
border-color: #AE6D89;
}
.TagClassName
{
border-color: #AE6D89;
}
</style>