#AE4556

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

Shades of Hippie Pink #AE4556

Tints of Hippie Pink #AE4556

Color information

#AE4556 (or 0xAE4556) is unknown color: approx Hippie Pink. HEX triplet: AE, 45 and 56. RGB value is (174,69,86). Sum of RGB (Red+Green+Blue) = 174+69+86=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4556 is #51BAA9. Grayscale: #666666. Windows color (decimal): -5356202 or 5653934. OLE color: 5653934.

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

Color convert

RGB1746986-
CMYK00.600.510.32
HSL350.29º43.21%47.65%-
HSV(B)350.29º60.34%68.24%-
XYZ21.2613.9310.37-
YUV102.33118.79179.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=52.89%
G=20.97%
B=26.14%

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
Decimal174698600.600.510.32350.2943.2147.65
HexAE455603C332015e2b30
Octal25610512607463405365360
Binary10101110100010110101100111100110011100000101011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4556; }

 p { color: rgb(174,69,86); }

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

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

 a { background-color: rgb(174,69,86); }

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

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

 span { border-color: rgb(174,69,86); }

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