Html Css Color HEX #AE464D Hippie Pink

📋 copy color: '#AE464D'

red 174 ◦ green 70 ◦ blue 77

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

Shades of Hippie Pink #AE464D

Tints of Hippie Pink #AE464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 54.21%
G = 21.81%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE464D (or 0xAE464D) is known color: Hippie Pink. HEX triplet: AE, 46 and 4D. RGB value is (174,70,77). Sum of RGB (Red+Green+Blue) = 174+70+77=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE464D is #51B9B2. Grayscale: #656565. Windows color (decimal): -5355955 or 5064366. OLE color: 5064366.

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

Color convert

RGB 174 70 77 -
CMYK 0 0.60 0.56 0.32
HSL 355.96º 0.43% 0.48% -
HSV(B) 355.96º 0.6% 0.68% -
XYZ 20.99 13.91 8.6 -
YUV 101.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 174 70 77 0 0.60 0.56 0.32 355.96 0.43 0.48
Hex AE 46 4D 0 3C 38 20 164 2B 30
Octal 256 106 115 0 74 70 40 544 53 60
Binary 10101110 1000110 1001101 0 111100 111000 100000 101100100 101011 110000

Color Harmonies of #AE464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE464D

Black with #AE464D

Text Example


Text Example

White with #AE464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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