Shades of Tapestry #AE6E8C
Tints of Tapestry #AE6E8C
RGB
CMYK
RGB Variations
Color information
#AE6E8C (or 0xAE6E8C) is known color: Tapestry. HEX triplet: AE, 6E and 8C. RGB value is (174,110,140). Sum of RGB (Red+Green+Blue) = 174+110+140=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8C is #519173. Grayscale: #848484. Windows color (decimal): -5345652 or 9203374. OLE color: 9203374.
HSL color Cylindrical-coordinate representation of color #AE6E8C: hue angle of 331.88º 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 #AE6E8C is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 140 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.32 |
| HSL | 331.88º | 0.28% | 0.56% | - |
| HSV(B) | 331.88º | 0.37% | 0.68% | - |
| XYZ | 27.77 | 22.04 | 27.6 | - |
| YUV | 132.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 140 | 0 | 0.37 | 0.20 | 0.32 | 331.88 | 0.28 | 0.56 |
| Hex | AE | 6E | 8C | 0 | 25 | 14 | 20 | 14C | 1C | 38 |
| Octal | 256 | 156 | 214 | 0 | 45 | 24 | 40 | 514 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10001100 | 0 | 100101 | 10100 | 100000 | 101001100 | 11100 | 111000 |
Color Harmonies of #AE6E8C
Complementary color
Monochromatic Colors of #AE6E8C
Black with #AE6E8C
Text Example
Text Example
White with #AE6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E8C; }
p { color: rgb(174,110,140); }
H1.HeaderClassName
{
color: #AE6E8C;
}
.AnyTagClassName
{
color: #AE6E8C;
}
</style>
background-color css
<style>
a { background-color: #AE6E8C; }
a { background-color: rgb(174,110,140); }
div.DivClassName
{
background-color: #AE6E8C;
}
.BgClassName
{
background-color: #AE6E8C;
}
</style>
border-color css
<style>
span { border-color: #AE6E8C; }
span { border-color: rgb(174,110,140); }
td.TdClassName
{
border-color: #AE6E8C;
}
.TagClassName
{
border-color: #AE6E8C;
}
</style>