#AE5054

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

Shades of Hippie Pink #AE5054

Tints of Hippie Pink #AE5054

Color information

#AE5054 (or 0xAE5054) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 54. RGB value is (174,80,84). Sum of RGB (Red+Green+Blue) = 174+80+84=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5054 is #51AFAB. Grayscale: #6C6C6C. Windows color (decimal): -5353388 or 5525678. OLE color: 5525678.

HSL color Cylindrical-coordinate representation of color #AE5054: hue angle of 357.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5054 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB1748084-
CMYK00.540.520.32
HSL357.45º37.01%49.8%-
HSV(B)357.45º54.02%68.24%-
XYZ21.9215.3810.2-
YUV108.56114.14174.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=51.48%
G=23.67%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174808400.540.520.32357.4537.0149.8
HexAE505403634201652532
Octal25612012406664405454562
Binary10101110101000010101000110110110100100000101100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5054; }

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

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

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

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

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

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

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

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