#AE4056

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

Shades of Hippie Pink #AE4056

Tints of Hippie Pink #AE4056

Color information

#AE4056 (or 0xAE4056) is unknown color: approx Hippie Pink. HEX triplet: AE, 40 and 56. RGB value is (174,64,86). Sum of RGB (Red+Green+Blue) = 174+64+86=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4056 is #51BFA9. Grayscale: #636363. Windows color (decimal): -5357482 or 5652654. OLE color: 5652654.

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

Color convert

RGB1746486-
CMYK00.630.510.32
HSL348º46.22%46.67%-
HSV(B)348º63.22%68.24%-
XYZ20.9713.3410.27-
YUV99.4120.44181.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=53.70%
G=19.75%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174648600.630.510.3234846.2246.67
HexAE405603F332015c2e2f
Octal25610012607763405345657
Binary10101110100000010101100111111110011100000101011100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4056; }

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

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

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

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

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

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

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

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