Html Css Color HEX #AE405C Hippie Pink

📋 copy color: '#AE405C'

red 174 ◦ green 64 ◦ blue 92

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

Shades of Hippie Pink #AE405C

Tints of Hippie Pink #AE405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 52.73%
G = 19.39%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE405C (or 0xAE405C) is known color: Hippie Pink. HEX triplet: AE, 40 and 5C. RGB value is (174,64,92). Sum of RGB (Red+Green+Blue) = 174+64+92=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405C is #51BFA3. Grayscale: #646464. Windows color (decimal): -5357476 or 6045870. OLE color: 6045870.

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

Color convert

RGB 174 64 92 -
CMYK 0 0.63 0.47 0.32
HSL 344.73º 0.46% 0.47% -
HSV(B) 344.73º 0.63% 0.68% -
XYZ 21.22 13.44 11.6 -
YUV 100.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 174 64 92 0 0.63 0.47 0.32 344.73 0.46 0.47
Hex AE 40 5C 0 3F 2F 20 159 2E 2F
Octal 256 100 134 0 77 57 40 531 56 57
Binary 10101110 1000000 1011100 0 111111 101111 100000 101011001 101110 101111

Color Harmonies of #AE405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE405C

Black with #AE405C

Text Example


Text Example

White with #AE405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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