Shades of Tapestry #AE678C
Tints of Tapestry #AE678C
RGB
CMYK
RGB Variations
Color information
#AE678C (or 0xAE678C) is known color: Tapestry. HEX triplet: AE, 67 and 8C. RGB value is (174,103,140). Sum of RGB (Red+Green+Blue) = 174+103+140=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE678C is #519873. Grayscale: #808080. Windows color (decimal): -5347444 or 9201582. OLE color: 9201582.
HSL color Cylindrical-coordinate representation of color #AE678C: hue angle of 328.73º 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 #AE678C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 140 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.32 |
| HSL | 328.73º | 0.3% | 0.54% | - |
| HSV(B) | 328.73º | 0.41% | 0.68% | - |
| XYZ | 27.04 | 20.59 | 27.36 | - |
| YUV | 128.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 140 | 0 | 0.41 | 0.20 | 0.32 | 328.73 | 0.3 | 0.54 |
| Hex | AE | 67 | 8C | 0 | 29 | 14 | 20 | 149 | 1E | 36 |
| Octal | 256 | 147 | 214 | 0 | 51 | 24 | 40 | 511 | 36 | 66 |
| Binary | 10101110 | 1100111 | 10001100 | 0 | 101001 | 10100 | 100000 | 101001001 | 11110 | 110110 |
Color Harmonies of #AE678C
Complementary color
Monochromatic Colors of #AE678C
Black with #AE678C
Text Example
Text Example
White with #AE678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE678C; }
p { color: rgb(174,103,140); }
H1.HeaderClassName
{
color: #AE678C;
}
.AnyTagClassName
{
color: #AE678C;
}
</style>
background-color css
<style>
a { background-color: #AE678C; }
a { background-color: rgb(174,103,140); }
div.DivClassName
{
background-color: #AE678C;
}
.BgClassName
{
background-color: #AE678C;
}
</style>
border-color css
<style>
span { border-color: #AE678C; }
span { border-color: rgb(174,103,140); }
td.TdClassName
{
border-color: #AE678C;
}
.TagClassName
{
border-color: #AE678C;
}
</style>