Html Css Color HEX #AE464C Hippie Pink

📋 copy color: '#AE464C'

red 174 ◦ green 70 ◦ blue 76

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

Shades of Hippie Pink #AE464C

Tints of Hippie Pink #AE464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 54.38%
G = 21.88%
B = 23.75%

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

#AE464C (or 0xAE464C) is known color: Hippie Pink. HEX triplet: AE, 46 and 4C. RGB value is (174,70,76). Sum of RGB (Red+Green+Blue) = 174+70+76=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE464C is #51B9B3. Grayscale: #656565. Windows color (decimal): -5355956 or 4998830. OLE color: 4998830.

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

Color convert

RGB 174 70 76 -
CMYK 0 0.60 0.56 0.32
HSL 356.54º 0.43% 0.48% -
HSV(B) 356.54º 0.6% 0.68% -
XYZ 20.95 13.9 8.42 -
YUV 101.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 174 70 76 0 0.60 0.56 0.32 356.54 0.43 0.48
Hex AE 46 4C 0 3C 38 20 165 2B 30
Octal 256 106 114 0 74 70 40 545 53 60
Binary 10101110 1000110 1001100 0 111100 111000 100000 101100101 101011 110000

Color Harmonies of #AE464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE464C

Black with #AE464C

Text Example


Text Example

White with #AE464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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