Shades of Hippie Pink #AE545D
Tints of Hippie Pink #AE545D
RGB
CMYK
RGB Variations
Color information
#AE545D (or 0xAE545D) is known color: Hippie Pink. HEX triplet: AE, 54 and 5D. RGB value is (174,84,93). Sum of RGB (Red+Green+Blue) = 174+84+93=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545D is #51ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5352355 or 6116526. OLE color: 6116526.
HSL color Cylindrical-coordinate representation of color #AE545D: hue angle of 354º 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 #AE545D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 93 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.32 |
| HSL | 354º | 0.36% | 0.51% | - |
| HSV(B) | 354º | 0.52% | 0.68% | - |
| XYZ | 22.6 | 16.13 | 12.28 | - |
| YUV | 111.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 93 | 0 | 0.52 | 0.47 | 0.32 | 354 | 0.36 | 0.51 |
| Hex | AE | 54 | 5D | 0 | 34 | 2F | 20 | 162 | 24 | 33 |
| Octal | 256 | 124 | 135 | 0 | 64 | 57 | 40 | 542 | 44 | 63 |
| Binary | 10101110 | 1010100 | 1011101 | 0 | 110100 | 101111 | 100000 | 101100010 | 100100 | 110011 |
Color Harmonies of #AE545D
Complementary color
Monochromatic Colors of #AE545D
Black with #AE545D
Text Example
Text Example
White with #AE545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE545D; }
p { color: rgb(174,84,93); }
H1.HeaderClassName
{
color: #AE545D;
}
.AnyTagClassName
{
color: #AE545D;
}
</style>
background-color css
<style>
a { background-color: #AE545D; }
a { background-color: rgb(174,84,93); }
div.DivClassName
{
background-color: #AE545D;
}
.BgClassName
{
background-color: #AE545D;
}
</style>
border-color css
<style>
span { border-color: #AE545D; }
span { border-color: rgb(174,84,93); }
td.TdClassName
{
border-color: #AE545D;
}
.TagClassName
{
border-color: #AE545D;
}
</style>