Html Css Color HEX #AE4863 Hippie Pink

📋 copy color: '#AE4863'

red 174 ◦ green 72 ◦ blue 99

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

Shades of Hippie Pink #AE4863

Tints of Hippie Pink #AE4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 50.43%
G = 20.87%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE4863 (or 0xAE4863) is known color: Hippie Pink. HEX triplet: AE, 48 and 63. RGB value is (174,72,99). Sum of RGB (Red+Green+Blue) = 174+72+99=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4863 is #51B79C. Grayscale: #696969. Windows color (decimal): -5355421 or 6506670. OLE color: 6506670.

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

Color convert

RGB 174 72 99 -
CMYK 0 0.59 0.43 0.32
HSL 344.12º 0.41% 0.48% -
HSV(B) 344.12º 0.59% 0.68% -
XYZ 22.03 14.53 13.45 -
YUV 105.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 174 72 99 0 0.59 0.43 0.32 344.12 0.41 0.48
Hex AE 48 63 0 3B 2B 20 158 29 30
Octal 256 110 143 0 73 53 40 530 51 60
Binary 10101110 1001000 1100011 0 111011 101011 100000 101011000 101001 110000

Color Harmonies of #AE4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4863

Black with #AE4863

Text Example


Text Example

White with #AE4863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4863; }

 p { color: rgb(174,72,99); }

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

background-color css

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

 a { background-color: rgb(174,72,99); }

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

border-color css

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

 span { border-color: rgb(174,72,99); }

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