Shades of Blush #AE5566
Tints of Blush #AE5566
RGB
CMYK
RGB Variations
Color information
#AE5566 (or 0xAE5566) is known color: Blush. HEX triplet: AE, 55 and 66. RGB value is (174,85,102). Sum of RGB (Red+Green+Blue) = 174+85+102=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5566 is #51AA99. Grayscale: #717171. Windows color (decimal): -5352090 or 6706606. OLE color: 6706606.
HSL color Cylindrical-coordinate representation of color #AE5566: hue angle of 348.54º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5566 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 102 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.32 |
| HSL | 348.54º | 0.35% | 0.51% | - |
| HSV(B) | 348.54º | 0.51% | 0.68% | - |
| XYZ | 23.1 | 16.45 | 14.53 | - |
| YUV | 113.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 102 | 0 | 0.51 | 0.41 | 0.32 | 348.54 | 0.35 | 0.51 |
| Hex | AE | 55 | 66 | 0 | 33 | 29 | 20 | 15D | 23 | 33 |
| Octal | 256 | 125 | 146 | 0 | 63 | 51 | 40 | 535 | 43 | 63 |
| Binary | 10101110 | 1010101 | 1100110 | 0 | 110011 | 101001 | 100000 | 101011101 | 100011 | 110011 |
Color Harmonies of #AE5566
Complementary color
Monochromatic Colors of #AE5566
Black with #AE5566
Text Example
Text Example
White with #AE5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5566; }
p { color: rgb(174,85,102); }
H1.HeaderClassName
{
color: #AE5566;
}
.AnyTagClassName
{
color: #AE5566;
}
</style>
background-color css
<style>
a { background-color: #AE5566; }
a { background-color: rgb(174,85,102); }
div.DivClassName
{
background-color: #AE5566;
}
.BgClassName
{
background-color: #AE5566;
}
</style>
border-color css
<style>
span { border-color: #AE5566; }
span { border-color: rgb(174,85,102); }
td.TdClassName
{
border-color: #AE5566;
}
.TagClassName
{
border-color: #AE5566;
}
</style>