Shades of Blush #AE5A6D
Tints of Blush #AE5A6D
RGB
CMYK
RGB Variations
Color information
#AE5A6D (or 0xAE5A6D) is known color: Blush. HEX triplet: AE, 5A and 6D. RGB value is (174,90,109). Sum of RGB (Red+Green+Blue) = 174+90+109=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A6D is #51A592. Grayscale: #757575. Windows color (decimal): -5350803 or 7166638. OLE color: 7166638.
HSL color Cylindrical-coordinate representation of color #AE5A6D: hue angle of 346.43º 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 #AE5A6D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 109 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.32 |
| HSL | 346.43º | 0.34% | 0.52% | - |
| HSV(B) | 346.43º | 0.48% | 0.68% | - |
| XYZ | 23.87 | 17.42 | 16.57 | - |
| YUV | 117.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 109 | 0 | 0.48 | 0.37 | 0.32 | 346.43 | 0.34 | 0.52 |
| Hex | AE | 5A | 6D | 0 | 30 | 25 | 20 | 15A | 22 | 34 |
| Octal | 256 | 132 | 155 | 0 | 60 | 45 | 40 | 532 | 42 | 64 |
| Binary | 10101110 | 1011010 | 1101101 | 0 | 110000 | 100101 | 100000 | 101011010 | 100010 | 110100 |
Color Harmonies of #AE5A6D
Complementary color
Monochromatic Colors of #AE5A6D
Black with #AE5A6D
Text Example
Text Example
White with #AE5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5A6D; }
p { color: rgb(174,90,109); }
H1.HeaderClassName
{
color: #AE5A6D;
}
.AnyTagClassName
{
color: #AE5A6D;
}
</style>
background-color css
<style>
a { background-color: #AE5A6D; }
a { background-color: rgb(174,90,109); }
div.DivClassName
{
background-color: #AE5A6D;
}
.BgClassName
{
background-color: #AE5A6D;
}
</style>
border-color css
<style>
span { border-color: #AE5A6D; }
span { border-color: rgb(174,90,109); }
td.TdClassName
{
border-color: #AE5A6D;
}
.TagClassName
{
border-color: #AE5A6D;
}
</style>