Shades of Blush #AE4D63
Tints of Blush #AE4D63
RGB
CMYK
RGB Variations
Color information
#AE4D63 (or 0xAE4D63) is known color: Blush. HEX triplet: AE, 4D and 63. RGB value is (174,77,99). Sum of RGB (Red+Green+Blue) = 174+77+99=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D63 is #51B29C. Grayscale: #6C6C6C. Windows color (decimal): -5354141 or 6507950. OLE color: 6507950.
HSL color Cylindrical-coordinate representation of color #AE4D63: hue angle of 346.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D63 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 99 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.32 |
| HSL | 346.39º | 0.39% | 0.49% | - |
| HSV(B) | 346.39º | 0.56% | 0.68% | - |
| XYZ | 22.36 | 15.21 | 13.56 | - |
| YUV | 108.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 99 | 0 | 0.56 | 0.43 | 0.32 | 346.39 | 0.39 | 0.49 |
| Hex | AE | 4D | 63 | 0 | 38 | 2B | 20 | 15A | 27 | 31 |
| Octal | 256 | 115 | 143 | 0 | 70 | 53 | 40 | 532 | 47 | 61 |
| Binary | 10101110 | 1001101 | 1100011 | 0 | 111000 | 101011 | 100000 | 101011010 | 100111 | 110001 |
Color Harmonies of #AE4D63
Complementary color
Monochromatic Colors of #AE4D63
Black with #AE4D63
Text Example
Text Example
White with #AE4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D63; }
p { color: rgb(174,77,99); }
H1.HeaderClassName
{
color: #AE4D63;
}
.AnyTagClassName
{
color: #AE4D63;
}
</style>
background-color css
<style>
a { background-color: #AE4D63; }
a { background-color: rgb(174,77,99); }
div.DivClassName
{
background-color: #AE4D63;
}
.BgClassName
{
background-color: #AE4D63;
}
</style>
border-color css
<style>
span { border-color: #AE4D63; }
span { border-color: rgb(174,77,99); }
td.TdClassName
{
border-color: #AE4D63;
}
.TagClassName
{
border-color: #AE4D63;
}
</style>