#AE4055

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

Shades of Hippie Pink #AE4055

Tints of Hippie Pink #AE4055

Color information

#AE4055 (or 0xAE4055) is unknown color: approx Hippie Pink. HEX triplet: AE, 40 and 55. RGB value is (174,64,85). Sum of RGB (Red+Green+Blue) = 174+64+85=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4055 is #51BFAA. Grayscale: #636363. Windows color (decimal): -5357483 or 5587118. OLE color: 5587118.

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

Color convert

RGB1746485-
CMYK00.630.510.32
HSL348.55º46.22%46.67%-
HSV(B)348.55º63.22%68.24%-
XYZ20.9313.3210.06-
YUV99.28119.94181.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=53.87%
G=19.81%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174648500.630.510.32348.5546.2246.67
HexAE405503F332015d2e2f
Octal25610012507763405355657
Binary10101110100000010101010111111110011100000101011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4055; }

 p { color: rgb(174,64,85); }

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

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

 a { background-color: rgb(174,64,85); }

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

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

 span { border-color: rgb(174,64,85); }

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