Html Css Color HEX #AE4A58 Hippie Pink

📋 copy color: '#AE4A58'

red 174 ◦ green 74 ◦ blue 88

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

Shades of Hippie Pink #AE4A58

Tints of Hippie Pink #AE4A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 51.79%
G = 22.02%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE4A58 (or 0xAE4A58) is known color: Hippie Pink. HEX triplet: AE, 4A and 58. RGB value is (174,74,88). Sum of RGB (Red+Green+Blue) = 174+74+88=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A58 is #51B5A7. Grayscale: #696969. Windows color (decimal): -5354920 or 5786286. OLE color: 5786286.

HSL color Cylindrical-coordinate representation of color #AE4A58: hue angle of 351.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A58 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 88 -
CMYK 0 0.57 0.49 0.32
HSL 351.6º 0.4% 0.49% -
HSV(B) 351.6º 0.57% 0.68% -
XYZ 21.67 14.6 10.91 -
YUV 105.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 174 74 88 0 0.57 0.49 0.32 351.6 0.4 0.49
Hex AE 4A 58 0 39 31 20 160 28 31
Octal 256 112 130 0 71 61 40 540 50 61
Binary 10101110 1001010 1011000 0 111001 110001 100000 101100000 101000 110001

Color Harmonies of #AE4A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A58

Black with #AE4A58

Text Example


Text Example

White with #AE4A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A58; }

 p { color: rgb(174,74,88); }

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

background-color css

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

 a { background-color: rgb(174,74,88); }

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

border-color css

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

 span { border-color: rgb(174,74,88); }

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