Html Css Color HEX #AE4D5C Hippie Pink

📋 copy color: '#AE4D5C'

red 174 ◦ green 77 ◦ blue 92

#AE4D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AE4D5C

Tints of Hippie Pink #AE4D5C

RGB

 RED value IS 174 (68.36% from 255) = 50.73%

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 50.73%
G = 22.45%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE4D5C (or 0xAE4D5C) is known color: Hippie Pink. HEX triplet: AE, 4D and 5C. RGB value is (174,77,92). Sum of RGB (Red+Green+Blue) = 174+77+92=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D5C is #51B2A3. Grayscale: #6B6B6B. Windows color (decimal): -5354148 or 6049198. OLE color: 6049198.

HSL color Cylindrical-coordinate representation of color #AE4D5C: hue angle of 350.72º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D5C is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 92 -
CMYK 0 0.56 0.47 0.32
HSL 350.72º 0.39% 0.49% -
HSV(B) 350.72º 0.56% 0.68% -
XYZ 22.04 15.08 11.87 -
YUV 107.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 174 77 92 0 0.56 0.47 0.32 350.72 0.39 0.49
Hex AE 4D 5C 0 38 2F 20 15F 27 31
Octal 256 115 134 0 70 57 40 537 47 61
Binary 10101110 1001101 1011100 0 111000 101111 100000 101011111 100111 110001

Color Harmonies of #AE4D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D5C

Black with #AE4D5C

Text Example


Text Example

White with #AE4D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D5C; }

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

 H1.HeaderClassName
 {
   color: #AE4D5C;
 }
 .AnyTagClassName
 {
   color: #AE4D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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