Shades of Tapestry #AE6E8E
Tints of Tapestry #AE6E8E
RGB
CMYK
RGB Variations
Color information
#AE6E8E (or 0xAE6E8E) is known color: Tapestry. HEX triplet: AE, 6E and 8E. RGB value is (174,110,142). Sum of RGB (Red+Green+Blue) = 174+110+142=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8E is #519171. Grayscale: #848484. Windows color (decimal): -5345650 or 9334446. OLE color: 9334446.
HSL color Cylindrical-coordinate representation of color #AE6E8E: hue angle of 330º 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 #AE6E8E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 142 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.32 |
| HSL | 330º | 0.28% | 0.56% | - |
| HSV(B) | 330º | 0.37% | 0.68% | - |
| XYZ | 27.91 | 22.1 | 28.39 | - |
| YUV | 132.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 142 | 0 | 0.37 | 0.18 | 0.32 | 330 | 0.28 | 0.56 |
| Hex | AE | 6E | 8E | 0 | 25 | 12 | 20 | 14A | 1C | 38 |
| Octal | 256 | 156 | 216 | 0 | 45 | 22 | 40 | 512 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10001110 | 0 | 100101 | 10010 | 100000 | 101001010 | 11100 | 111000 |
Color Harmonies of #AE6E8E
Complementary color
Monochromatic Colors of #AE6E8E
Black with #AE6E8E
Text Example
Text Example
White with #AE6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E8E; }
p { color: rgb(174,110,142); }
H1.HeaderClassName
{
color: #AE6E8E;
}
.AnyTagClassName
{
color: #AE6E8E;
}
</style>
background-color css
<style>
a { background-color: #AE6E8E; }
a { background-color: rgb(174,110,142); }
div.DivClassName
{
background-color: #AE6E8E;
}
.BgClassName
{
background-color: #AE6E8E;
}
</style>
border-color css
<style>
span { border-color: #AE6E8E; }
span { border-color: rgb(174,110,142); }
td.TdClassName
{
border-color: #AE6E8E;
}
.TagClassName
{
border-color: #AE6E8E;
}
</style>