Shades of Tapestry #AE6288
Tints of Tapestry #AE6288
RGB
CMYK
RGB Variations
Color information
#AE6288 (or 0xAE6288) is known color: Tapestry. HEX triplet: AE, 62 and 88. RGB value is (174,98,136). Sum of RGB (Red+Green+Blue) = 174+98+136=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6288 is #519D77. Grayscale: #7C7C7C. Windows color (decimal): -5348728 or 8938158. OLE color: 8938158.
HSL color Cylindrical-coordinate representation of color #AE6288: hue angle of 330º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6288 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 136 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.32 |
| HSL | 330º | 0.32% | 0.53% | - |
| HSV(B) | 330º | 0.44% | 0.68% | - |
| XYZ | 26.27 | 19.51 | 25.67 | - |
| YUV | 125.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 136 | 0 | 0.44 | 0.22 | 0.32 | 330 | 0.32 | 0.53 |
| Hex | AE | 62 | 88 | 0 | 2C | 16 | 20 | 14A | 20 | 35 |
| Octal | 256 | 142 | 210 | 0 | 54 | 26 | 40 | 512 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10001000 | 0 | 101100 | 10110 | 100000 | 101001010 | 100000 | 110101 |
Color Harmonies of #AE6288
Complementary color
Monochromatic Colors of #AE6288
Black with #AE6288
Text Example
Text Example
White with #AE6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6288; }
p { color: rgb(174,98,136); }
H1.HeaderClassName
{
color: #AE6288;
}
.AnyTagClassName
{
color: #AE6288;
}
</style>
background-color css
<style>
a { background-color: #AE6288; }
a { background-color: rgb(174,98,136); }
div.DivClassName
{
background-color: #AE6288;
}
.BgClassName
{
background-color: #AE6288;
}
</style>
border-color css
<style>
span { border-color: #AE6288; }
span { border-color: rgb(174,98,136); }
td.TdClassName
{
border-color: #AE6288;
}
.TagClassName
{
border-color: #AE6288;
}
</style>