Html Css Color HEX #AE445C Hippie Pink

📋 copy color: '#AE445C'

red 174 ◦ green 68 ◦ blue 92

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

Shades of Hippie Pink #AE445C

Tints of Hippie Pink #AE445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 52.1%
G = 20.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE445C (or 0xAE445C) is known color: Hippie Pink. HEX triplet: AE, 44 and 5C. RGB value is (174,68,92). Sum of RGB (Red+Green+Blue) = 174+68+92=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE445C is #51BBA3. Grayscale: #666666. Windows color (decimal): -5356452 or 6046894. OLE color: 6046894.

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

Color convert

RGB 174 68 92 -
CMYK 0 0.61 0.47 0.32
HSL 346.42º 0.44% 0.47% -
HSV(B) 346.42º 0.61% 0.68% -
XYZ 21.45 13.91 11.68 -
YUV 102.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 174 68 92 0 0.61 0.47 0.32 346.42 0.44 0.47
Hex AE 44 5C 0 3D 2F 20 15A 2C 2F
Octal 256 104 134 0 75 57 40 532 54 57
Binary 10101110 1000100 1011100 0 111101 101111 100000 101011010 101100 101111

Color Harmonies of #AE445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE445C

Black with #AE445C

Text Example


Text Example

White with #AE445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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