Shades of Blush #AE5E6E
Tints of Blush #AE5E6E
RGB
CMYK
RGB Variations
Color information
#AE5E6E (or 0xAE5E6E) is known color: Blush. HEX triplet: AE, 5E and 6E. RGB value is (174,94,110). Sum of RGB (Red+Green+Blue) = 174+94+110=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E6E is #51A191. Grayscale: #777777. Windows color (decimal): -5349778 or 7233198. OLE color: 7233198.
HSL color Cylindrical-coordinate representation of color #AE5E6E: hue angle of 348º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE5E6E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 110 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.32 |
| HSL | 348º | 0.33% | 0.53% | - |
| HSV(B) | 348º | 0.46% | 0.68% | - |
| XYZ | 24.27 | 18.13 | 16.97 | - |
| YUV | 119.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 110 | 0 | 0.46 | 0.37 | 0.32 | 348 | 0.33 | 0.53 |
| Hex | AE | 5E | 6E | 0 | 2E | 25 | 20 | 15C | 21 | 35 |
| Octal | 256 | 136 | 156 | 0 | 56 | 45 | 40 | 534 | 41 | 65 |
| Binary | 10101110 | 1011110 | 1101110 | 0 | 101110 | 100101 | 100000 | 101011100 | 100001 | 110101 |
Color Harmonies of #AE5E6E
Complementary color
Monochromatic Colors of #AE5E6E
Black with #AE5E6E
Text Example
Text Example
White with #AE5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E6E; }
p { color: rgb(174,94,110); }
H1.HeaderClassName
{
color: #AE5E6E;
}
.AnyTagClassName
{
color: #AE5E6E;
}
</style>
background-color css
<style>
a { background-color: #AE5E6E; }
a { background-color: rgb(174,94,110); }
div.DivClassName
{
background-color: #AE5E6E;
}
.BgClassName
{
background-color: #AE5E6E;
}
</style>
border-color css
<style>
span { border-color: #AE5E6E; }
span { border-color: rgb(174,94,110); }
td.TdClassName
{
border-color: #AE5E6E;
}
.TagClassName
{
border-color: #AE5E6E;
}
</style>