Shades of Tapestry #AE678E
Tints of Tapestry #AE678E
RGB
CMYK
RGB Variations
Color information
#AE678E (or 0xAE678E) is known color: Tapestry. HEX triplet: AE, 67 and 8E. RGB value is (174,103,142). Sum of RGB (Red+Green+Blue) = 174+103+142=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE678E is #519871. Grayscale: #808080. Windows color (decimal): -5347442 or 9332654. OLE color: 9332654.
HSL color Cylindrical-coordinate representation of color #AE678E: hue angle of 327.04º degrees, saturation: 0.3, 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 #AE678E is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 142 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.32 |
| HSL | 327.04º | 0.3% | 0.54% | - |
| HSV(B) | 327.04º | 0.41% | 0.68% | - |
| XYZ | 27.19 | 20.65 | 28.14 | - |
| YUV | 128.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 142 | 0 | 0.41 | 0.18 | 0.32 | 327.04 | 0.3 | 0.54 |
| Hex | AE | 67 | 8E | 0 | 29 | 12 | 20 | 147 | 1E | 36 |
| Octal | 256 | 147 | 216 | 0 | 51 | 22 | 40 | 507 | 36 | 66 |
| Binary | 10101110 | 1100111 | 10001110 | 0 | 101001 | 10010 | 100000 | 101000111 | 11110 | 110110 |
Color Harmonies of #AE678E
Complementary color
Monochromatic Colors of #AE678E
Black with #AE678E
Text Example
Text Example
White with #AE678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE678E; }
p { color: rgb(174,103,142); }
H1.HeaderClassName
{
color: #AE678E;
}
.AnyTagClassName
{
color: #AE678E;
}
</style>
background-color css
<style>
a { background-color: #AE678E; }
a { background-color: rgb(174,103,142); }
div.DivClassName
{
background-color: #AE678E;
}
.BgClassName
{
background-color: #AE678E;
}
</style>
border-color css
<style>
span { border-color: #AE678E; }
span { border-color: rgb(174,103,142); }
td.TdClassName
{
border-color: #AE678E;
}
.TagClassName
{
border-color: #AE678E;
}
</style>