Shades of Blush #AE566B
Tints of Blush #AE566B
RGB
CMYK
RGB Variations
Color information
#AE566B (or 0xAE566B) is known color: Blush. HEX triplet: AE, 56 and 6B. RGB value is (174,86,107). Sum of RGB (Red+Green+Blue) = 174+86+107=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE566B is #51A994. Grayscale: #727272. Windows color (decimal): -5351829 or 7034542. OLE color: 7034542.
HSL color Cylindrical-coordinate representation of color #AE566B: hue angle of 345.68º 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 #AE566B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 107 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.32 |
| HSL | 345.68º | 0.35% | 0.51% | - |
| HSV(B) | 345.68º | 0.51% | 0.68% | - |
| XYZ | 23.44 | 16.72 | 15.9 | - |
| YUV | 114.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 107 | 0 | 0.51 | 0.39 | 0.32 | 345.68 | 0.35 | 0.51 |
| Hex | AE | 56 | 6B | 0 | 33 | 27 | 20 | 15A | 23 | 33 |
| Octal | 256 | 126 | 153 | 0 | 63 | 47 | 40 | 532 | 43 | 63 |
| Binary | 10101110 | 1010110 | 1101011 | 0 | 110011 | 100111 | 100000 | 101011010 | 100011 | 110011 |
Color Harmonies of #AE566B
Complementary color
Monochromatic Colors of #AE566B
Black with #AE566B
Text Example
Text Example
White with #AE566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE566B; }
p { color: rgb(174,86,107); }
H1.HeaderClassName
{
color: #AE566B;
}
.AnyTagClassName
{
color: #AE566B;
}
</style>
background-color css
<style>
a { background-color: #AE566B; }
a { background-color: rgb(174,86,107); }
div.DivClassName
{
background-color: #AE566B;
}
.BgClassName
{
background-color: #AE566B;
}
</style>
border-color css
<style>
span { border-color: #AE566B; }
span { border-color: rgb(174,86,107); }
td.TdClassName
{
border-color: #AE566B;
}
.TagClassName
{
border-color: #AE566B;
}
</style>