#AE5355

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

Shades of Hippie Pink #AE5355

Tints of Hippie Pink #AE5355

Color information

#AE5355 (or 0xAE5355) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 55. RGB value is (174,83,85). Sum of RGB (Red+Green+Blue) = 174+83+85=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5355 is #51ACAA. Grayscale: #6E6E6E. Windows color (decimal): -5352619 or 5591982. OLE color: 5591982.

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

Color convert

RGB1748385-
CMYK00.520.510.32
HSL358.68º35.97%50.39%-
HSV(B)358.68º52.3%68.24%-
XYZ22.1915.8410.48-
YUV110.44113.65173.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=50.88%
G=24.27%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174838500.520.510.32358.6835.9750.39
HexAE535503433201672432
Octal25612312506463405474462
Binary10101110101001110101010110100110011100000101100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5355; }

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

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

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

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

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

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

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

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