Shades of Blush #AE556E
Tints of Blush #AE556E
RGB
CMYK
RGB Variations
Color information
#AE556E (or 0xAE556E) is known color: Blush. HEX triplet: AE, 55 and 6E. RGB value is (174,85,110). Sum of RGB (Red+Green+Blue) = 174+85+110=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE556E is #51AA91. Grayscale: #727272. Windows color (decimal): -5352082 or 7230894. OLE color: 7230894.
HSL color Cylindrical-coordinate representation of color #AE556E: hue angle of 343.15º 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 #AE556E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 110 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.32 |
| HSL | 343.15º | 0.35% | 0.51% | - |
| HSV(B) | 343.15º | 0.51% | 0.68% | - |
| XYZ | 23.52 | 16.62 | 16.72 | - |
| YUV | 114.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 110 | 0 | 0.51 | 0.37 | 0.32 | 343.15 | 0.35 | 0.51 |
| Hex | AE | 55 | 6E | 0 | 33 | 25 | 20 | 157 | 23 | 33 |
| Octal | 256 | 125 | 156 | 0 | 63 | 45 | 40 | 527 | 43 | 63 |
| Binary | 10101110 | 1010101 | 1101110 | 0 | 110011 | 100101 | 100000 | 101010111 | 100011 | 110011 |
Color Harmonies of #AE556E
Complementary color
Monochromatic Colors of #AE556E
Black with #AE556E
Text Example
Text Example
White with #AE556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE556E; }
p { color: rgb(174,85,110); }
H1.HeaderClassName
{
color: #AE556E;
}
.AnyTagClassName
{
color: #AE556E;
}
</style>
background-color css
<style>
a { background-color: #AE556E; }
a { background-color: rgb(174,85,110); }
div.DivClassName
{
background-color: #AE556E;
}
.BgClassName
{
background-color: #AE556E;
}
</style>
border-color css
<style>
span { border-color: #AE556E; }
span { border-color: rgb(174,85,110); }
td.TdClassName
{
border-color: #AE556E;
}
.TagClassName
{
border-color: #AE556E;
}
</style>