Shades of Blush #AE5A6E
Tints of Blush #AE5A6E
RGB
CMYK
RGB Variations
Color information
#AE5A6E (or 0xAE5A6E) is known color: Blush. HEX triplet: AE, 5A and 6E. RGB value is (174,90,110). Sum of RGB (Red+Green+Blue) = 174+90+110=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A6E is #51A591. Grayscale: #757575. Windows color (decimal): -5350802 or 7232174. OLE color: 7232174.
HSL color Cylindrical-coordinate representation of color #AE5A6E: hue angle of 345.71º 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 #AE5A6E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 110 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.32 |
| HSL | 345.71º | 0.34% | 0.52% | - |
| HSV(B) | 345.71º | 0.48% | 0.68% | - |
| XYZ | 23.93 | 17.44 | 16.86 | - |
| YUV | 117.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 110 | 0 | 0.48 | 0.37 | 0.32 | 345.71 | 0.34 | 0.52 |
| Hex | AE | 5A | 6E | 0 | 30 | 25 | 20 | 15A | 22 | 34 |
| Octal | 256 | 132 | 156 | 0 | 60 | 45 | 40 | 532 | 42 | 64 |
| Binary | 10101110 | 1011010 | 1101110 | 0 | 110000 | 100101 | 100000 | 101011010 | 100010 | 110100 |
Color Harmonies of #AE5A6E
Complementary color
Monochromatic Colors of #AE5A6E
Black with #AE5A6E
Text Example
Text Example
White with #AE5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5A6E; }
p { color: rgb(174,90,110); }
H1.HeaderClassName
{
color: #AE5A6E;
}
.AnyTagClassName
{
color: #AE5A6E;
}
</style>
background-color css
<style>
a { background-color: #AE5A6E; }
a { background-color: rgb(174,90,110); }
div.DivClassName
{
background-color: #AE5A6E;
}
.BgClassName
{
background-color: #AE5A6E;
}
</style>
border-color css
<style>
span { border-color: #AE5A6E; }
span { border-color: rgb(174,90,110); }
td.TdClassName
{
border-color: #AE5A6E;
}
.TagClassName
{
border-color: #AE5A6E;
}
</style>