Html Css Color HEX #AE445B Hippie Pink

📋 copy color: '#AE445B'

red 174 ◦ green 68 ◦ blue 91

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

Shades of Hippie Pink #AE445B

Tints of Hippie Pink #AE445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 52.25%
G = 20.42%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE445B (or 0xAE445B) is known color: Hippie Pink. HEX triplet: AE, 44 and 5B. RGB value is (174,68,91). Sum of RGB (Red+Green+Blue) = 174+68+91=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE445B is #51BBA4. Grayscale: #666666. Windows color (decimal): -5356453 or 5981358. OLE color: 5981358.

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

Color convert

RGB 174 68 91 -
CMYK 0 0.61 0.48 0.32
HSL 346.98º 0.44% 0.47% -
HSV(B) 346.98º 0.61% 0.68% -
XYZ 21.41 13.89 11.45 -
YUV 102.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 174 68 91 0 0.61 0.48 0.32 346.98 0.44 0.47
Hex AE 44 5B 0 3D 30 20 15B 2C 2F
Octal 256 104 133 0 75 60 40 533 54 57
Binary 10101110 1000100 1011011 0 111101 110000 100000 101011011 101100 101111

Color Harmonies of #AE445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE445B

Black with #AE445B

Text Example


Text Example

White with #AE445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE445B; }

 p { color: rgb(174,68,91); }

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

background-color css

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

 a { background-color: rgb(174,68,91); }

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

border-color css

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

 span { border-color: rgb(174,68,91); }

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