Html Css Color HEX #AE505D Hippie Pink

📋 copy color: '#AE505D'

red 174 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #AE505D

Tints of Hippie Pink #AE505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 50.14%
G = 23.05%
B = 26.8%

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

#AE505D (or 0xAE505D) is known color: Hippie Pink. HEX triplet: AE, 50 and 5D. RGB value is (174,80,93). Sum of RGB (Red+Green+Blue) = 174+80+93=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505D is #51AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5353379 or 6115502. OLE color: 6115502.

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

Color convert

RGB 174 80 93 -
CMYK 0 0.54 0.47 0.32
HSL 351.7º 0.37% 0.5% -
HSV(B) 351.7º 0.54% 0.68% -
XYZ 22.3 15.53 12.18 -
YUV 109.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 174 80 93 0 0.54 0.47 0.32 351.7 0.37 0.5
Hex AE 50 5D 0 36 2F 20 160 25 32
Octal 256 120 135 0 66 57 40 540 45 62
Binary 10101110 1010000 1011101 0 110110 101111 100000 101100000 100101 110010

Color Harmonies of #AE505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE505D

Black with #AE505D

Text Example


Text Example

White with #AE505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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