Shades of Blush #AE5D63
Tints of Blush #AE5D63
RGB
CMYK
RGB Variations
Color information
#AE5D63 (or 0xAE5D63) is known color: Blush. HEX triplet: AE, 5D and 63. RGB value is (174,93,99). Sum of RGB (Red+Green+Blue) = 174+93+99=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D63 is #51A29C. Grayscale: #757575. Windows color (decimal): -5350045 or 6512046. OLE color: 6512046.
HSL color Cylindrical-coordinate representation of color #AE5D63: hue angle of 355.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5D63 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 99 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.32 |
| HSL | 355.56º | 0.33% | 0.52% | - |
| HSV(B) | 355.56º | 0.47% | 0.68% | - |
| XYZ | 23.62 | 17.73 | 13.98 | - |
| YUV | 117.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 99 | 0 | 0.47 | 0.43 | 0.32 | 355.56 | 0.33 | 0.52 |
| Hex | AE | 5D | 63 | 0 | 2F | 2B | 20 | 164 | 21 | 34 |
| Octal | 256 | 135 | 143 | 0 | 57 | 53 | 40 | 544 | 41 | 64 |
| Binary | 10101110 | 1011101 | 1100011 | 0 | 101111 | 101011 | 100000 | 101100100 | 100001 | 110100 |
Color Harmonies of #AE5D63
Complementary color
Monochromatic Colors of #AE5D63
Black with #AE5D63
Text Example
Text Example
White with #AE5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D63; }
p { color: rgb(174,93,99); }
H1.HeaderClassName
{
color: #AE5D63;
}
.AnyTagClassName
{
color: #AE5D63;
}
</style>
background-color css
<style>
a { background-color: #AE5D63; }
a { background-color: rgb(174,93,99); }
div.DivClassName
{
background-color: #AE5D63;
}
.BgClassName
{
background-color: #AE5D63;
}
</style>
border-color css
<style>
span { border-color: #AE5D63; }
span { border-color: rgb(174,93,99); }
td.TdClassName
{
border-color: #AE5D63;
}
.TagClassName
{
border-color: #AE5D63;
}
</style>