#AE4655

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

Shades of Hippie Pink #AE4655

Tints of Hippie Pink #AE4655

Color information

#AE4655 (or 0xAE4655) is unknown color: approx Hippie Pink. HEX triplet: AE, 46 and 55. RGB value is (174,70,85). Sum of RGB (Red+Green+Blue) = 174+70+85=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4655 is #51B9AA. Grayscale: #666666. Windows color (decimal): -5355947 or 5588654. OLE color: 5588654.

HSL color Cylindrical-coordinate representation of color #AE4655: hue angle of 351.35º 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 #AE4655 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1747085-
CMYK00.600.510.32
HSL351.35º42.62%47.84%-
HSV(B)351.35º59.77%68.24%-
XYZ21.2914.0310.18-
YUV102.81117.96178.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=52.89%
G=21.28%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174708500.600.510.32351.3542.6247.84
HexAE465503C332015f2b30
Octal25610612507463405375360
Binary10101110100011010101010111100110011100000101011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4655; }

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

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

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

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

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

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

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

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