#AE4054

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

Shades of Hippie Pink #AE4054

Tints of Hippie Pink #AE4054

Color information

#AE4054 (or 0xAE4054) is unknown color: approx Hippie Pink. HEX triplet: AE, 40 and 54. RGB value is (174,64,84). Sum of RGB (Red+Green+Blue) = 174+64+84=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4054 is #51BFAB. Grayscale: #636363. Windows color (decimal): -5357484 or 5521582. OLE color: 5521582.

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

Color convert

RGB1746484-
CMYK00.630.520.32
HSL349.09º46.22%46.67%-
HSV(B)349.09º63.22%68.24%-
XYZ20.8913.319.85-
YUV99.17119.44181.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=54.04%
G=19.88%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174648400.630.520.32349.0946.2246.67
HexAE405403F342015d2e2f
Octal25610012407764405355657
Binary10101110100000010101000111111110100100000101011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4054; }

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

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

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

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

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

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

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

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