Html Css Color HEX #AE454C Hippie Pink

📋 copy color: '#AE454C'

red 174 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #AE454C

Tints of Hippie Pink #AE454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 54.55%
G = 21.63%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE454C (or 0xAE454C) is known color: Hippie Pink. HEX triplet: AE, 45 and 4C. RGB value is (174,69,76). Sum of RGB (Red+Green+Blue) = 174+69+76=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE454C is #51BAB3. Grayscale: #656565. Windows color (decimal): -5356212 or 4998574. OLE color: 4998574.

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

Color convert

RGB 174 69 76 -
CMYK 0 0.60 0.56 0.32
HSL 356º 0.43% 0.48% -
HSV(B) 356º 0.6% 0.68% -
XYZ 20.89 13.78 8.4 -
YUV 101.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 174 69 76 0 0.60 0.56 0.32 356 0.43 0.48
Hex AE 45 4C 0 3C 38 20 164 2B 30
Octal 256 105 114 0 74 70 40 544 53 60
Binary 10101110 1000101 1001100 0 111100 111000 100000 101100100 101011 110000

Color Harmonies of #AE454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE454C

Black with #AE454C

Text Example


Text Example

White with #AE454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE454C; }

 p { color: rgb(174,69,76); }

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

background-color css

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

 a { background-color: rgb(174,69,76); }

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

border-color css

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

 span { border-color: rgb(174,69,76); }

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