#ae5254

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

Shades of Hippie Pink #AE5254

Tints of Hippie Pink #AE5254

Color information

#AE5254 (or 0xAE5254) is unknown color: approx Hippie Pink. HEX triplet: AE, 52 and 54. RGB value is (174,82,84). Sum of RGB (Red+Green+Blue) = 174+82+84=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5254 is #51ADAB. Grayscale: #6D6D6D. Windows color (decimal): -5352876 or 5526190. OLE color: 5526190.

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

Color convert

RGB1748284-
CMYK00.530.520.32
HSL358.7º36.22%50.2%-
HSV(B)358.7º52.87%68.24%-
XYZ22.0715.6710.25-
YUV109.74113.48173.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=51.18%
G=24.12%
B=24.71%

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
Decimal174828400.530.520.32358.736.2250.2
HexAE525403534201672432
Octal25612212406564405474462
Binary10101110101001010101000110101110100100000101100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5254; }

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

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

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

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

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

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

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

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