Shades of Tapestry #AE6588
Tints of Tapestry #AE6588
RGB
CMYK
RGB Variations
Color information
#AE6588 (or 0xAE6588) is known color: Tapestry. HEX triplet: AE, 65 and 88. RGB value is (174,101,136). Sum of RGB (Red+Green+Blue) = 174+101+136=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6588 is #519A77. Grayscale: #7E7E7E. Windows color (decimal): -5347960 or 8938926. OLE color: 8938926.
HSL color Cylindrical-coordinate representation of color #AE6588: hue angle of 331.23º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6588 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 136 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.32 |
| HSL | 331.23º | 0.31% | 0.54% | - |
| HSV(B) | 331.23º | 0.42% | 0.68% | - |
| XYZ | 26.55 | 20.08 | 25.77 | - |
| YUV | 126.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 136 | 0 | 0.42 | 0.22 | 0.32 | 331.23 | 0.31 | 0.54 |
| Hex | AE | 65 | 88 | 0 | 2A | 16 | 20 | 14B | 1F | 36 |
| Octal | 256 | 145 | 210 | 0 | 52 | 26 | 40 | 513 | 37 | 66 |
| Binary | 10101110 | 1100101 | 10001000 | 0 | 101010 | 10110 | 100000 | 101001011 | 11111 | 110110 |
Color Harmonies of #AE6588
Complementary color
Monochromatic Colors of #AE6588
Black with #AE6588
Text Example
Text Example
White with #AE6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6588; }
p { color: rgb(174,101,136); }
H1.HeaderClassName
{
color: #AE6588;
}
.AnyTagClassName
{
color: #AE6588;
}
</style>
background-color css
<style>
a { background-color: #AE6588; }
a { background-color: rgb(174,101,136); }
div.DivClassName
{
background-color: #AE6588;
}
.BgClassName
{
background-color: #AE6588;
}
</style>
border-color css
<style>
span { border-color: #AE6588; }
span { border-color: rgb(174,101,136); }
td.TdClassName
{
border-color: #AE6588;
}
.TagClassName
{
border-color: #AE6588;
}
</style>