Shades of Tapestry #AE6886
Tints of Tapestry #AE6886
RGB
CMYK
RGB Variations
Color information
#AE6886 (or 0xAE6886) is known color: Tapestry. HEX triplet: AE, 68 and 86. RGB value is (174,104,134). Sum of RGB (Red+Green+Blue) = 174+104+134=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6886 is #519779. Grayscale: #808080. Windows color (decimal): -5347194 or 8808622. OLE color: 8808622.
HSL color Cylindrical-coordinate representation of color #AE6886: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6886 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 134 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.32 |
| HSL | 334.29º | 0.3% | 0.55% | - |
| HSV(B) | 334.29º | 0.4% | 0.68% | - |
| XYZ | 26.71 | 20.62 | 25.13 | - |
| YUV | 128.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 134 | 0 | 0.40 | 0.23 | 0.32 | 334.29 | 0.3 | 0.55 |
| Hex | AE | 68 | 86 | 0 | 28 | 17 | 20 | 14E | 1E | 37 |
| Octal | 256 | 150 | 206 | 0 | 50 | 27 | 40 | 516 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10000110 | 0 | 101000 | 10111 | 100000 | 101001110 | 11110 | 110111 |
Color Harmonies of #AE6886
Complementary color
Monochromatic Colors of #AE6886
Black with #AE6886
Text Example
Text Example
White with #AE6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6886; }
p { color: rgb(174,104,134); }
H1.HeaderClassName
{
color: #AE6886;
}
.AnyTagClassName
{
color: #AE6886;
}
</style>
background-color css
<style>
a { background-color: #AE6886; }
a { background-color: rgb(174,104,134); }
div.DivClassName
{
background-color: #AE6886;
}
.BgClassName
{
background-color: #AE6886;
}
</style>
border-color css
<style>
span { border-color: #AE6886; }
span { border-color: rgb(174,104,134); }
td.TdClassName
{
border-color: #AE6886;
}
.TagClassName
{
border-color: #AE6886;
}
</style>