#AE535C

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

Shades of Hippie Pink #AE535C

Tints of Hippie Pink #AE535C

Color information

#AE535C (or 0xAE535C) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 5C. RGB value is (174,83,92). Sum of RGB (Red+Green+Blue) = 174+83+92=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535C is #51ACA3. Grayscale: #6F6F6F. Windows color (decimal): -5352612 or 6050734. OLE color: 6050734.

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

Color convert

RGB1748392-
CMYK00.520.470.32
HSL354.07º35.97%50.39%-
HSV(B)354.07º52.3%68.24%-
XYZ22.4815.9612.02-
YUV111.23117.15172.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=49.86%
G=23.78%
B=26.36%

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
Decimal174839200.520.470.32354.0735.9750.39
HexAE535C0342F201622432
Octal25612313406457405424462
Binary10101110101001110111000110100101111100000101100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE535C; }

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

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

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

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

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

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

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

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