Shades of Blush #AE5365
Tints of Blush #AE5365
RGB
CMYK
RGB Variations
Color information
#AE5365 (or 0xAE5365) is known color: Blush. HEX triplet: AE, 53 and 65. RGB value is (174,83,101). Sum of RGB (Red+Green+Blue) = 174+83+101=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5365 is #51AC9A. Grayscale: #707070. Windows color (decimal): -5352603 or 6640558. OLE color: 6640558.
HSL color Cylindrical-coordinate representation of color #AE5365: hue angle of 348.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5365 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 101 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.32 |
| HSL | 348.13º | 0.36% | 0.5% | - |
| HSV(B) | 348.13º | 0.52% | 0.68% | - |
| XYZ | 22.9 | 16.12 | 14.22 | - |
| YUV | 112.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 101 | 0 | 0.52 | 0.42 | 0.32 | 348.13 | 0.36 | 0.5 |
| Hex | AE | 53 | 65 | 0 | 34 | 2A | 20 | 15C | 24 | 32 |
| Octal | 256 | 123 | 145 | 0 | 64 | 52 | 40 | 534 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1100101 | 0 | 110100 | 101010 | 100000 | 101011100 | 100100 | 110010 |
Color Harmonies of #AE5365
Complementary color
Monochromatic Colors of #AE5365
Black with #AE5365
Text Example
Text Example
White with #AE5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5365; }
p { color: rgb(174,83,101); }
H1.HeaderClassName
{
color: #AE5365;
}
.AnyTagClassName
{
color: #AE5365;
}
</style>
background-color css
<style>
a { background-color: #AE5365; }
a { background-color: rgb(174,83,101); }
div.DivClassName
{
background-color: #AE5365;
}
.BgClassName
{
background-color: #AE5365;
}
</style>
border-color css
<style>
span { border-color: #AE5365; }
span { border-color: rgb(174,83,101); }
td.TdClassName
{
border-color: #AE5365;
}
.TagClassName
{
border-color: #AE5365;
}
</style>