Shades of Blush #AE5B68
Tints of Blush #AE5B68
RGB
CMYK
RGB Variations
Color information
#AE5B68 (or 0xAE5B68) is known color: Blush. HEX triplet: AE, 5B and 68. RGB value is (174,91,104). Sum of RGB (Red+Green+Blue) = 174+91+104=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B68 is #51A497. Grayscale: #757575. Windows color (decimal): -5350552 or 6839214. OLE color: 6839214.
HSL color Cylindrical-coordinate representation of color #AE5B68: hue angle of 350.6º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5B68 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 91 | 104 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.32 |
| HSL | 350.6º | 0.34% | 0.52% | - |
| HSV(B) | 350.6º | 0.48% | 0.68% | - |
| XYZ | 23.7 | 17.48 | 15.22 | - |
| YUV | 117.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 104 | 0 | 0.48 | 0.40 | 0.32 | 350.6 | 0.34 | 0.52 |
| Hex | AE | 5B | 68 | 0 | 30 | 28 | 20 | 15F | 22 | 34 |
| Octal | 256 | 133 | 150 | 0 | 60 | 50 | 40 | 537 | 42 | 64 |
| Binary | 10101110 | 1011011 | 1101000 | 0 | 110000 | 101000 | 100000 | 101011111 | 100010 | 110100 |
Color Harmonies of #AE5B68
Complementary color
Monochromatic Colors of #AE5B68
Black with #AE5B68
Text Example
Text Example
White with #AE5B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5B68; }
p { color: rgb(174,91,104); }
H1.HeaderClassName
{
color: #AE5B68;
}
.AnyTagClassName
{
color: #AE5B68;
}
</style>
background-color css
<style>
a { background-color: #AE5B68; }
a { background-color: rgb(174,91,104); }
div.DivClassName
{
background-color: #AE5B68;
}
.BgClassName
{
background-color: #AE5B68;
}
</style>
border-color css
<style>
span { border-color: #AE5B68; }
span { border-color: rgb(174,91,104); }
td.TdClassName
{
border-color: #AE5B68;
}
.TagClassName
{
border-color: #AE5B68;
}
</style>