#AE4958

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

Shades of Hippie Pink #AE4958

Tints of Hippie Pink #AE4958

Color information

#AE4958 (or 0xAE4958) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 58. RGB value is (174,73,88). Sum of RGB (Red+Green+Blue) = 174+73+88=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4958 is #51B6A7. Grayscale: #686868. Windows color (decimal): -5355176 or 5786030. OLE color: 5786030.

HSL color Cylindrical-coordinate representation of color #AE4958: hue angle of 351.09º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4958 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1747388-
CMYK00.580.490.32
HSL351.09º40.89%48.43%-
HSV(B)351.09º58.05%68.24%-
XYZ21.614.4710.89-
YUV104.91118.46177.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=51.94%
G=21.79%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174738800.580.490.32351.0940.8948.43
HexAE495803A312015f2930
Octal25611113007261405375160
Binary10101110100100110110000111010110001100000101011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4958; }

 p { color: rgb(174,73,88); }

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

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

 a { background-color: rgb(174,73,88); }

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

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

 span { border-color: rgb(174,73,88); }

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