#AE535D

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

Shades of Hippie Pink #AE535D

Tints of Hippie Pink #AE535D

Color information

#AE535D (or 0xAE535D) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 5D. RGB value is (174,83,93). Sum of RGB (Red+Green+Blue) = 174+83+93=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535D is #51ACA2. Grayscale: #6F6F6F. Windows color (decimal): -5352611 or 6116270. OLE color: 6116270.

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

Color convert

RGB1748393-
CMYK00.520.470.32
HSL353.41º35.97%50.39%-
HSV(B)353.41º52.3%68.24%-
XYZ22.5215.9812.25-
YUV111.35117.65172.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=49.71%
G=23.71%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174839300.520.470.32353.4135.9750.39
HexAE535D0342F201612432
Octal25612313506457405414462
Binary10101110101001110111010110100101111100000101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE535D; }

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

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

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

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

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

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

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

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