#AE444C

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

Shades of Hippie Pink #AE444C

Tints of Hippie Pink #AE444C

Color information

#AE444C (or 0xAE444C) is unknown color: approx Hippie Pink. HEX triplet: AE, 44 and 4C. RGB value is (174,68,76). Sum of RGB (Red+Green+Blue) = 174+68+76=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE444C is #51BBB3. Grayscale: #646464. Windows color (decimal): -5356468 or 4998318. OLE color: 4998318.

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

Color convert

RGB1746876-
CMYK00.610.560.32
HSL355.47º43.8%47.45%-
HSV(B)355.47º60.92%68.24%-
XYZ20.8313.658.38-
YUV100.61114.12180.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=54.72%
G=21.38%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174687600.610.560.32355.4743.847.45
HexAE444C03D38201632c2f
Octal25610411407570405435457
Binary10101110100010010011000111101111000100000101100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE444C; }

 p { color: rgb(174,68,76); }

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

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

 a { background-color: rgb(174,68,76); }

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

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

 span { border-color: rgb(174,68,76); }

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