Shades of Tapestry #AE6E84
Tints of Tapestry #AE6E84
RGB
CMYK
RGB Variations
Color information
#AE6E84 (or 0xAE6E84) is known color: Tapestry. HEX triplet: AE, 6E and 84. RGB value is (174,110,132). Sum of RGB (Red+Green+Blue) = 174+110+132=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E84 is #51917B. Grayscale: #838383. Windows color (decimal): -5345660 or 8679086. OLE color: 8679086.
HSL color Cylindrical-coordinate representation of color #AE6E84: hue angle of 339.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E84 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 132 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.32 |
| HSL | 339.38º | 0.28% | 0.56% | - |
| HSV(B) | 339.38º | 0.37% | 0.68% | - |
| XYZ | 27.2 | 21.82 | 24.61 | - |
| YUV | 131.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 132 | 0 | 0.37 | 0.24 | 0.32 | 339.38 | 0.28 | 0.56 |
| Hex | AE | 6E | 84 | 0 | 25 | 18 | 20 | 153 | 1C | 38 |
| Octal | 256 | 156 | 204 | 0 | 45 | 30 | 40 | 523 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10000100 | 0 | 100101 | 11000 | 100000 | 101010011 | 11100 | 111000 |
Color Harmonies of #AE6E84
Complementary color
Monochromatic Colors of #AE6E84
Black with #AE6E84
Text Example
Text Example
White with #AE6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E84; }
p { color: rgb(174,110,132); }
H1.HeaderClassName
{
color: #AE6E84;
}
.AnyTagClassName
{
color: #AE6E84;
}
</style>
background-color css
<style>
a { background-color: #AE6E84; }
a { background-color: rgb(174,110,132); }
div.DivClassName
{
background-color: #AE6E84;
}
.BgClassName
{
background-color: #AE6E84;
}
</style>
border-color css
<style>
span { border-color: #AE6E84; }
span { border-color: rgb(174,110,132); }
td.TdClassName
{
border-color: #AE6E84;
}
.TagClassName
{
border-color: #AE6E84;
}
</style>