Html Css Color HEX #AE505C Hippie Pink

📋 copy color: '#AE505C'

red 174 ◦ green 80 ◦ blue 92

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

Shades of Hippie Pink #AE505C

Tints of Hippie Pink #AE505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 50.29%
G = 23.12%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE505C (or 0xAE505C) is known color: Hippie Pink. HEX triplet: AE, 50 and 5C. RGB value is (174,80,92). Sum of RGB (Red+Green+Blue) = 174+80+92=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505C is #51AFA3. Grayscale: #6D6D6D. Windows color (decimal): -5353380 or 6049966. OLE color: 6049966.

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

Color convert

RGB 174 80 92 -
CMYK 0 0.54 0.47 0.32
HSL 352.34º 0.37% 0.5% -
HSV(B) 352.34º 0.54% 0.68% -
XYZ 22.26 15.51 11.95 -
YUV 109.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 174 80 92 0 0.54 0.47 0.32 352.34 0.37 0.5
Hex AE 50 5C 0 36 2F 20 160 25 32
Octal 256 120 134 0 66 57 40 540 45 62
Binary 10101110 1010000 1011100 0 110110 101111 100000 101100000 100101 110010

Color Harmonies of #AE505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE505C

Black with #AE505C

Text Example


Text Example

White with #AE505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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