Shades of Blush #AE596C
Tints of Blush #AE596C
RGB
CMYK
RGB Variations
Color information
#AE596C (or 0xAE596C) is known color: Blush. HEX triplet: AE, 59 and 6C. RGB value is (174,89,108). Sum of RGB (Red+Green+Blue) = 174+89+108=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE596C is #51A693. Grayscale: #747474. Windows color (decimal): -5351060 or 7100846. OLE color: 7100846.
HSL color Cylindrical-coordinate representation of color #AE596C: hue angle of 346.59º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE596C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 108 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.32 |
| HSL | 346.59º | 0.34% | 0.52% | - |
| HSV(B) | 346.59º | 0.49% | 0.68% | - |
| XYZ | 23.73 | 17.23 | 16.26 | - |
| YUV | 116.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 108 | 0 | 0.49 | 0.38 | 0.32 | 346.59 | 0.34 | 0.52 |
| Hex | AE | 59 | 6C | 0 | 31 | 26 | 20 | 15B | 22 | 34 |
| Octal | 256 | 131 | 154 | 0 | 61 | 46 | 40 | 533 | 42 | 64 |
| Binary | 10101110 | 1011001 | 1101100 | 0 | 110001 | 100110 | 100000 | 101011011 | 100010 | 110100 |
Color Harmonies of #AE596C
Complementary color
Monochromatic Colors of #AE596C
Black with #AE596C
Text Example
Text Example
White with #AE596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE596C; }
p { color: rgb(174,89,108); }
H1.HeaderClassName
{
color: #AE596C;
}
.AnyTagClassName
{
color: #AE596C;
}
</style>
background-color css
<style>
a { background-color: #AE596C; }
a { background-color: rgb(174,89,108); }
div.DivClassName
{
background-color: #AE596C;
}
.BgClassName
{
background-color: #AE596C;
}
</style>
border-color css
<style>
span { border-color: #AE596C; }
span { border-color: rgb(174,89,108); }
td.TdClassName
{
border-color: #AE596C;
}
.TagClassName
{
border-color: #AE596C;
}
</style>