Html Css Color HEX #AE465C Hippie Pink

📋 copy color: '#AE465C'

red 174 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #AE465C

Tints of Hippie Pink #AE465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 51.79%
G = 20.83%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE465C (or 0xAE465C) is known color: Hippie Pink. HEX triplet: AE, 46 and 5C. RGB value is (174,70,92). Sum of RGB (Red+Green+Blue) = 174+70+92=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE465C is #51B9A3. Grayscale: #676767. Windows color (decimal): -5355940 or 6047406. OLE color: 6047406.

HSL color Cylindrical-coordinate representation of color #AE465C: hue angle of 347.31º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE465C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 92 -
CMYK 0 0.60 0.47 0.32
HSL 347.31º 0.43% 0.48% -
HSV(B) 347.31º 0.6% 0.68% -
XYZ 21.58 14.15 11.72 -
YUV 103.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 174 70 92 0 0.60 0.47 0.32 347.31 0.43 0.48
Hex AE 46 5C 0 3C 2F 20 15B 2B 30
Octal 256 106 134 0 74 57 40 533 53 60
Binary 10101110 1000110 1011100 0 111100 101111 100000 101011011 101011 110000

Color Harmonies of #AE465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE465C

Black with #AE465C

Text Example


Text Example

White with #AE465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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