Shades of Blush #AE5866
Tints of Blush #AE5866
RGB
CMYK
RGB Variations
Color information
#AE5866 (or 0xAE5866) is known color: Blush. HEX triplet: AE, 58 and 66. RGB value is (174,88,102). Sum of RGB (Red+Green+Blue) = 174+88+102=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5866 is #51A799. Grayscale: #737373. Windows color (decimal): -5351322 or 6707374. OLE color: 6707374.
HSL color Cylindrical-coordinate representation of color #AE5866: hue angle of 350.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5866 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 102 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.32 |
| HSL | 350.23º | 0.35% | 0.51% | - |
| HSV(B) | 350.23º | 0.49% | 0.68% | - |
| XYZ | 23.34 | 16.94 | 14.61 | - |
| YUV | 115.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 102 | 0 | 0.49 | 0.41 | 0.32 | 350.23 | 0.35 | 0.51 |
| Hex | AE | 58 | 66 | 0 | 31 | 29 | 20 | 15E | 23 | 33 |
| Octal | 256 | 130 | 146 | 0 | 61 | 51 | 40 | 536 | 43 | 63 |
| Binary | 10101110 | 1011000 | 1100110 | 0 | 110001 | 101001 | 100000 | 101011110 | 100011 | 110011 |
Color Harmonies of #AE5866
Complementary color
Monochromatic Colors of #AE5866
Black with #AE5866
Text Example
Text Example
White with #AE5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5866; }
p { color: rgb(174,88,102); }
H1.HeaderClassName
{
color: #AE5866;
}
.AnyTagClassName
{
color: #AE5866;
}
</style>
background-color css
<style>
a { background-color: #AE5866; }
a { background-color: rgb(174,88,102); }
div.DivClassName
{
background-color: #AE5866;
}
.BgClassName
{
background-color: #AE5866;
}
</style>
border-color css
<style>
span { border-color: #AE5866; }
span { border-color: rgb(174,88,102); }
td.TdClassName
{
border-color: #AE5866;
}
.TagClassName
{
border-color: #AE5866;
}
</style>