Html Css Color HEX #AE4B62 Hippie Pink

📋 copy color: '#AE4B62'

red 174 ◦ green 75 ◦ blue 98

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

Shades of Hippie Pink #AE4B62

Tints of Hippie Pink #AE4B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 50.14%
G = 21.61%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE4B62 (or 0xAE4B62) is known color: Hippie Pink. HEX triplet: AE, 4B and 62. RGB value is (174,75,98). Sum of RGB (Red+Green+Blue) = 174+75+98=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4B62 is #51B49D. Grayscale: #6B6B6B. Windows color (decimal): -5354654 or 6441902. OLE color: 6441902.

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

Color convert

RGB 174 75 98 -
CMYK 0 0.57 0.44 0.32
HSL 346.06º 0.4% 0.49% -
HSV(B) 346.06º 0.57% 0.68% -
XYZ 22.18 14.91 13.26 -
YUV 107.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 174 75 98 0 0.57 0.44 0.32 346.06 0.4 0.49
Hex AE 4B 62 0 39 2C 20 15A 28 31
Octal 256 113 142 0 71 54 40 532 50 61
Binary 10101110 1001011 1100010 0 111001 101100 100000 101011010 101000 110001

Color Harmonies of #AE4B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B62

Black with #AE4B62

Text Example


Text Example

White with #AE4B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B62; }

 p { color: rgb(174,75,98); }

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

background-color css

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

 a { background-color: rgb(174,75,98); }

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

border-color css

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

 span { border-color: rgb(174,75,98); }

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