#AE5052

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

Shades of Hippie Pink #AE5052

Tints of Hippie Pink #AE5052

Color information

#AE5052 (or 0xAE5052) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 52. RGB value is (174,80,82). Sum of RGB (Red+Green+Blue) = 174+80+82=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5052 is #51AFAD. Grayscale: #6C6C6C. Windows color (decimal): -5353390 or 5394606. OLE color: 5394606.

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

Color convert

RGB1748082-
CMYK00.540.530.32
HSL358.72º37.01%49.8%-
HSV(B)358.72º54.02%68.24%-
XYZ21.8515.359.79-
YUV108.33113.14174.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=51.79%
G=23.81%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174808200.540.530.32358.7237.0149.8
HexAE505203635201672532
Octal25612012206665405474562
Binary10101110101000010100100110110110101100000101100111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5052; }

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

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

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

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

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

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

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

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