Html Css Color HEX #AE4D4E Hippie Pink

📋 copy color: '#AE4D4E'

red 174 ◦ green 77 ◦ blue 78

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

Shades of Hippie Pink #AE4D4E

Tints of Hippie Pink #AE4D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 52.89%
G = 23.4%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE4D4E (or 0xAE4D4E) is known color: Hippie Pink. HEX triplet: AE, 4D and 4E. RGB value is (174,77,78). Sum of RGB (Red+Green+Blue) = 174+77+78=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D4E is #51B2B1. Grayscale: #6A6A6A. Windows color (decimal): -5354162 or 5131694. OLE color: 5131694.

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

Color convert

RGB 174 77 78 -
CMYK 0 0.56 0.55 0.32
HSL 359.38º 0.39% 0.49% -
HSV(B) 359.38º 0.56% 0.68% -
XYZ 21.48 14.86 8.94 -
YUV 106.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 174 77 78 0 0.56 0.55 0.32 359.38 0.39 0.49
Hex AE 4D 4E 0 38 37 20 167 27 31
Octal 256 115 116 0 70 67 40 547 47 61
Binary 10101110 1001101 1001110 0 111000 110111 100000 101100111 100111 110001

Color Harmonies of #AE4D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D4E

Black with #AE4D4E

Text Example


Text Example

White with #AE4D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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