Html Css Color HEX #AE494D Hippie Pink

📋 copy color: '#AE494D'

red 174 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #AE494D

Tints of Hippie Pink #AE494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 53.7%
G = 22.53%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE494D (or 0xAE494D) is known color: Hippie Pink. HEX triplet: AE, 49 and 4D. RGB value is (174,73,77). Sum of RGB (Red+Green+Blue) = 174+73+77=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE494D is #51B6B2. Grayscale: #676767. Windows color (decimal): -5355187 or 5065134. OLE color: 5065134.

HSL color Cylindrical-coordinate representation of color #AE494D: hue angle of 357.62º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE494D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 77 -
CMYK 0 0.58 0.56 0.32
HSL 357.62º 0.41% 0.48% -
HSV(B) 357.62º 0.58% 0.68% -
XYZ 21.18 14.3 8.67 -
YUV 103.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 174 73 77 0 0.58 0.56 0.32 357.62 0.41 0.48
Hex AE 49 4D 0 3A 38 20 166 29 30
Octal 256 111 115 0 72 70 40 546 51 60
Binary 10101110 1001001 1001101 0 111010 111000 100000 101100110 101001 110000

Color Harmonies of #AE494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE494D

Black with #AE494D

Text Example


Text Example

White with #AE494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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