Html Css Color HEX #AE465D Hippie Pink

📋 copy color: '#AE465D'

red 174 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #AE465D

Tints of Hippie Pink #AE465D

RGB

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

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

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

R = 51.63%
G = 20.77%
B = 27.6%

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

#AE465D (or 0xAE465D) is known color: Hippie Pink. HEX triplet: AE, 46 and 5D. RGB value is (174,70,93). Sum of RGB (Red+Green+Blue) = 174+70+93=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE465D is #51B9A2. Grayscale: #676767. Windows color (decimal): -5355939 or 6112942. OLE color: 6112942.

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

Color convert

RGB 174 70 93 -
CMYK 0 0.60 0.47 0.32
HSL 346.73º 0.43% 0.48% -
HSV(B) 346.73º 0.6% 0.68% -
XYZ 21.62 14.17 11.95 -
YUV 103.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 174 70 93 0 0.60 0.47 0.32 346.73 0.43 0.48
Hex AE 46 5D 0 3C 2F 20 15B 2B 30
Octal 256 106 135 0 74 57 40 533 53 60
Binary 10101110 1000110 1011101 0 111100 101111 100000 101011011 101011 110000

Color Harmonies of #AE465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE465D

Black with #AE465D

Text Example


Text Example

White with #AE465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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