#AE4159

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

Shades of Hippie Pink #AE4159

Tints of Hippie Pink #AE4159

Color information

#AE4159 (or 0xAE4159) is unknown color: approx Hippie Pink. HEX triplet: AE, 41 and 59. RGB value is (174,65,89). Sum of RGB (Red+Green+Blue) = 174+65+89=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4159 is #51BEA6. Grayscale: #646464. Windows color (decimal): -5357223 or 5849518. OLE color: 5849518.

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

Color convert

RGB1746589-
CMYK00.630.490.32
HSL346.79º45.61%46.86%-
HSV(B)346.79º62.64%68.24%-
XYZ21.1513.510.94-
YUV100.33121.61180.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=53.05%
G=19.82%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174658900.630.490.32346.7945.6146.86
HexAE415903F312015b2e2f
Octal25610113107761405335657
Binary10101110100000110110010111111110001100000101011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4159; }

 p { color: rgb(174,65,89); }

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

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

 a { background-color: rgb(174,65,89); }

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

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

 span { border-color: rgb(174,65,89); }

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