Shades of Hippie Pink #AE465E
Tints of Hippie Pink #AE465E
RGB
CMYK
RGB Variations
Color information
#AE465E (or 0xAE465E) is known color: Hippie Pink. HEX triplet: AE, 46 and 5E. RGB value is (174,70,94). Sum of RGB (Red+Green+Blue) = 174+70+94=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE465E is #51B9A1. Grayscale: #676767. Windows color (decimal): -5355938 or 6178478. OLE color: 6178478.
HSL color Cylindrical-coordinate representation of color #AE465E: hue angle of 346.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE465E is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 94 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.32 |
| HSL | 346.15º | 0.43% | 0.48% | - |
| HSV(B) | 346.15º | 0.6% | 0.68% | - |
| XYZ | 21.67 | 14.19 | 12.19 | - |
| YUV | 103.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 94 | 0 | 0.60 | 0.46 | 0.32 | 346.15 | 0.43 | 0.48 |
| Hex | AE | 46 | 5E | 0 | 3C | 2E | 20 | 15A | 2B | 30 |
| Octal | 256 | 106 | 136 | 0 | 74 | 56 | 40 | 532 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1011110 | 0 | 111100 | 101110 | 100000 | 101011010 | 101011 | 110000 |
Color Harmonies of #AE465E
Complementary color
Monochromatic Colors of #AE465E
Black with #AE465E
Text Example
Text Example
White with #AE465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE465E; }
p { color: rgb(174,70,94); }
H1.HeaderClassName
{
color: #AE465E;
}
.AnyTagClassName
{
color: #AE465E;
}
</style>
background-color css
<style>
a { background-color: #AE465E; }
a { background-color: rgb(174,70,94); }
div.DivClassName
{
background-color: #AE465E;
}
.BgClassName
{
background-color: #AE465E;
}
</style>
border-color css
<style>
span { border-color: #AE465E; }
span { border-color: rgb(174,70,94); }
td.TdClassName
{
border-color: #AE465E;
}
.TagClassName
{
border-color: #AE465E;
}
</style>