Shades of Hippie Pink #AE5460
Tints of Hippie Pink #AE5460
RGB
CMYK
RGB Variations
Color information
#AE5460 (or 0xAE5460) is known color: Hippie Pink. HEX triplet: AE, 54 and 60. RGB value is (174,84,96). Sum of RGB (Red+Green+Blue) = 174+84+96=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5460 is #51AB9F. Grayscale: #707070. Windows color (decimal): -5352352 or 6313134. OLE color: 6313134.
HSL color Cylindrical-coordinate representation of color #AE5460: hue angle of 352º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5460 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 96 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.32 |
| HSL | 352º | 0.36% | 0.51% | - |
| HSV(B) | 352º | 0.52% | 0.68% | - |
| XYZ | 22.74 | 16.18 | 12.99 | - |
| YUV | 112.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 96 | 0 | 0.52 | 0.45 | 0.32 | 352 | 0.36 | 0.51 |
| Hex | AE | 54 | 60 | 0 | 34 | 2D | 20 | 160 | 24 | 33 |
| Octal | 256 | 124 | 140 | 0 | 64 | 55 | 40 | 540 | 44 | 63 |
| Binary | 10101110 | 1010100 | 1100000 | 0 | 110100 | 101101 | 100000 | 101100000 | 100100 | 110011 |
Color Harmonies of #AE5460
Complementary color
Monochromatic Colors of #AE5460
Black with #AE5460
Text Example
Text Example
White with #AE5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5460; }
p { color: rgb(174,84,96); }
H1.HeaderClassName
{
color: #AE5460;
}
.AnyTagClassName
{
color: #AE5460;
}
</style>
background-color css
<style>
a { background-color: #AE5460; }
a { background-color: rgb(174,84,96); }
div.DivClassName
{
background-color: #AE5460;
}
.BgClassName
{
background-color: #AE5460;
}
</style>
border-color css
<style>
span { border-color: #AE5460; }
span { border-color: rgb(174,84,96); }
td.TdClassName
{
border-color: #AE5460;
}
.TagClassName
{
border-color: #AE5460;
}
</style>