#AE4254

Color #AE4254 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AE4254

Tints of Hippie Pink #AE4254

Color information

#AE4254 (or 0xAE4254) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 54. RGB value is (174,66,84). Sum of RGB (Red+Green+Blue) = 174+66+84=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4254 is #51BDAB. Grayscale: #646464. Windows color (decimal): -5356972 or 5522094. OLE color: 5522094.

HSL color Cylindrical-coordinate representation of color #AE4254: hue angle of 350º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4254 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB1746684-
CMYK00.620.520.32
HSL350º45%47.06%-
HSV(B)350º62.07%68.24%-
XYZ2113.549.89-
YUV100.34118.78180.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=53.70%
G=20.37%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174668400.620.520.323504547.06
HexAE425403E342015e2d2f
Octal25610212407664405365557
Binary10101110100001010101000111110110100100000101011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4254; }

 p { color: rgb(174,66,84); }

 H1.HeaderClassName
 {
   color: #AE4254;
 }
 .AnyTagClassName
 {
   color: #AE4254;
 }
</style>
background-color css

<style>
 a { background-color: #AE4254; }

 a { background-color: rgb(174,66,84); }

 div.DivClassName
 {
   background-color: #AE4254;
 }
 .BgClassName
 {
   background-color: #AE4254;
 }
</style>
border-color css

<style>
 span { border-color: #AE4254; }

 span { border-color: rgb(174,66,84); }

 td.TdClassName
 {
   border-color: #AE4254;
 }
 .TagClassName
 {
   border-color: #AE4254;
 }
</style>