Shades of Blush #AE566D
Tints of Blush #AE566D
RGB
CMYK
RGB Variations
Color information
#AE566D (or 0xAE566D) is known color: Blush. HEX triplet: AE, 56 and 6D. RGB value is (174,86,109). Sum of RGB (Red+Green+Blue) = 174+86+109=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE566D is #51A992. Grayscale: #727272. Windows color (decimal): -5351827 or 7165614. OLE color: 7165614.
HSL color Cylindrical-coordinate representation of color #AE566D: hue angle of 344.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE566D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 109 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.32 |
| HSL | 344.32º | 0.35% | 0.51% | - |
| HSV(B) | 344.32º | 0.51% | 0.68% | - |
| XYZ | 23.54 | 16.76 | 16.46 | - |
| YUV | 114.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 109 | 0 | 0.51 | 0.37 | 0.32 | 344.32 | 0.35 | 0.51 |
| Hex | AE | 56 | 6D | 0 | 33 | 25 | 20 | 158 | 23 | 33 |
| Octal | 256 | 126 | 155 | 0 | 63 | 45 | 40 | 530 | 43 | 63 |
| Binary | 10101110 | 1010110 | 1101101 | 0 | 110011 | 100101 | 100000 | 101011000 | 100011 | 110011 |
Color Harmonies of #AE566D
Complementary color
Monochromatic Colors of #AE566D
Black with #AE566D
Text Example
Text Example
White with #AE566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE566D; }
p { color: rgb(174,86,109); }
H1.HeaderClassName
{
color: #AE566D;
}
.AnyTagClassName
{
color: #AE566D;
}
</style>
background-color css
<style>
a { background-color: #AE566D; }
a { background-color: rgb(174,86,109); }
div.DivClassName
{
background-color: #AE566D;
}
.BgClassName
{
background-color: #AE566D;
}
</style>
border-color css
<style>
span { border-color: #AE566D; }
span { border-color: rgb(174,86,109); }
td.TdClassName
{
border-color: #AE566D;
}
.TagClassName
{
border-color: #AE566D;
}
</style>