Shades of Blush #AE5D6A
Tints of Blush #AE5D6A
RGB
CMYK
RGB Variations
Color information
#AE5D6A (or 0xAE5D6A) is known color: Blush. HEX triplet: AE, 5D and 6A. RGB value is (174,93,106). Sum of RGB (Red+Green+Blue) = 174+93+106=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D6A is #51A295. Grayscale: #767676. Windows color (decimal): -5350038 or 6970798. OLE color: 6970798.
HSL color Cylindrical-coordinate representation of color #AE5D6A: hue angle of 350.37º 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 #AE5D6A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 106 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.32 |
| HSL | 350.37º | 0.33% | 0.52% | - |
| HSV(B) | 350.37º | 0.47% | 0.68% | - |
| XYZ | 23.97 | 17.87 | 15.82 | - |
| YUV | 118.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 106 | 0 | 0.47 | 0.39 | 0.32 | 350.37 | 0.33 | 0.52 |
| Hex | AE | 5D | 6A | 0 | 2F | 27 | 20 | 15E | 21 | 34 |
| Octal | 256 | 135 | 152 | 0 | 57 | 47 | 40 | 536 | 41 | 64 |
| Binary | 10101110 | 1011101 | 1101010 | 0 | 101111 | 100111 | 100000 | 101011110 | 100001 | 110100 |
Color Harmonies of #AE5D6A
Complementary color
Monochromatic Colors of #AE5D6A
Black with #AE5D6A
Text Example
Text Example
White with #AE5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D6A; }
p { color: rgb(174,93,106); }
H1.HeaderClassName
{
color: #AE5D6A;
}
.AnyTagClassName
{
color: #AE5D6A;
}
</style>
background-color css
<style>
a { background-color: #AE5D6A; }
a { background-color: rgb(174,93,106); }
div.DivClassName
{
background-color: #AE5D6A;
}
.BgClassName
{
background-color: #AE5D6A;
}
</style>
border-color css
<style>
span { border-color: #AE5D6A; }
span { border-color: rgb(174,93,106); }
td.TdClassName
{
border-color: #AE5D6A;
}
.TagClassName
{
border-color: #AE5D6A;
}
</style>