Shades of Hippie Pink #AE575C
Tints of Hippie Pink #AE575C
RGB
CMYK
RGB Variations
Color information
#AE575C (or 0xAE575C) is known color: Hippie Pink. HEX triplet: AE, 57 and 5C. RGB value is (174,87,92). Sum of RGB (Red+Green+Blue) = 174+87+92=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE575C is #51A8A3. Grayscale: #717171. Windows color (decimal): -5351588 or 6051758. OLE color: 6051758.
HSL color Cylindrical-coordinate representation of color #AE575C: hue angle of 356.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE575C is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 92 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.32 |
| HSL | 356.55º | 0.35% | 0.51% | - |
| HSV(B) | 356.55º | 0.5% | 0.68% | - |
| XYZ | 22.8 | 16.59 | 12.13 | - |
| YUV | 113.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 92 | 0 | 0.5 | 0.47 | 0.32 | 356.55 | 0.35 | 0.51 |
| Hex | AE | 57 | 5C | 0 | 32 | 2F | 20 | 165 | 23 | 33 |
| Octal | 256 | 127 | 134 | 0 | 62 | 57 | 40 | 545 | 43 | 63 |
| Binary | 10101110 | 1010111 | 1011100 | 0 | 110010 | 101111 | 100000 | 101100101 | 100011 | 110011 |
Color Harmonies of #AE575C
Complementary color
Monochromatic Colors of #AE575C
Black with #AE575C
Text Example
Text Example
White with #AE575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE575C; }
p { color: rgb(174,87,92); }
H1.HeaderClassName
{
color: #AE575C;
}
.AnyTagClassName
{
color: #AE575C;
}
</style>
background-color css
<style>
a { background-color: #AE575C; }
a { background-color: rgb(174,87,92); }
div.DivClassName
{
background-color: #AE575C;
}
.BgClassName
{
background-color: #AE575C;
}
</style>
border-color css
<style>
span { border-color: #AE575C; }
span { border-color: rgb(174,87,92); }
td.TdClassName
{
border-color: #AE575C;
}
.TagClassName
{
border-color: #AE575C;
}
</style>