#AE5253

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

Shades of Hippie Pink #AE5253

Tints of Hippie Pink #AE5253

Color information

#AE5253 (or 0xAE5253) is unknown color: approx Hippie Pink. HEX triplet: AE, 52 and 53. RGB value is (174,82,83). Sum of RGB (Red+Green+Blue) = 174+82+83=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5253 is #51ADAC. Grayscale: #6D6D6D. Windows color (decimal): -5352877 or 5460654. OLE color: 5460654.

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

Color convert

RGB1748283-
CMYK00.530.520.32
HSL359.35º36.22%50.2%-
HSV(B)359.35º52.87%68.24%-
XYZ22.0315.6610.04-
YUV109.62112.98173.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=51.33%
G=24.19%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174828300.530.520.32359.3536.2250.2
HexAE525303534201672432
Octal25612212306564405474462
Binary10101110101001010100110110101110100100000101100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5253; }

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

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

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

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

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

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

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

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