#AE5354

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

Shades of Hippie Pink #AE5354

Tints of Hippie Pink #AE5354

Color information

#AE5354 (or 0xAE5354) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 54. RGB value is (174,83,84). Sum of RGB (Red+Green+Blue) = 174+83+84=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5354 is #51ACAB. Grayscale: #6E6E6E. Windows color (decimal): -5352620 or 5526446. OLE color: 5526446.

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

Color convert

RGB1748384-
CMYK00.520.520.32
HSL359.34º35.97%50.39%-
HSV(B)359.34º52.3%68.24%-
XYZ22.1515.8310.27-
YUV110.32113.15173.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=51.03%
G=24.34%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174838400.520.520.32359.3435.9750.39
HexAE535403434201672432
Octal25612312406464405474462
Binary10101110101001110101000110100110100100000101100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5354; }

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

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

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

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

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

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

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

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