Html Css Color HEX #AE454D Hippie Pink

📋 copy color: '#AE454D'

red 174 ◦ green 69 ◦ blue 77

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

Shades of Hippie Pink #AE454D

Tints of Hippie Pink #AE454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 54.38%
G = 21.56%
B = 24.06%

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

#AE454D (or 0xAE454D) is known color: Hippie Pink. HEX triplet: AE, 45 and 4D. RGB value is (174,69,77). Sum of RGB (Red+Green+Blue) = 174+69+77=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE454D is #51BAB2. Grayscale: #656565. Windows color (decimal): -5356211 or 5064110. OLE color: 5064110.

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

Color convert

RGB 174 69 77 -
CMYK 0 0.60 0.56 0.32
HSL 355.43º 0.43% 0.48% -
HSV(B) 355.43º 0.6% 0.68% -
XYZ 20.92 13.79 8.58 -
YUV 101.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 174 69 77 0 0.60 0.56 0.32 355.43 0.43 0.48
Hex AE 45 4D 0 3C 38 20 163 2B 30
Octal 256 105 115 0 74 70 40 543 53 60
Binary 10101110 1000101 1001101 0 111100 111000 100000 101100011 101011 110000

Color Harmonies of #AE454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE454D

Black with #AE454D

Text Example


Text Example

White with #AE454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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