Html Css Color HEX #AE425C Hippie Pink

📋 copy color: '#AE425C'

red 174 ◦ green 66 ◦ blue 92

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

Shades of Hippie Pink #AE425C

Tints of Hippie Pink #AE425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 52.41%
G = 19.88%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE425C (or 0xAE425C) is known color: Hippie Pink. HEX triplet: AE, 42 and 5C. RGB value is (174,66,92). Sum of RGB (Red+Green+Blue) = 174+66+92=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE425C is #51BDA3. Grayscale: #656565. Windows color (decimal): -5356964 or 6046382. OLE color: 6046382.

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

Color convert

RGB 174 66 92 -
CMYK 0 0.62 0.47 0.32
HSL 345.56º 0.45% 0.47% -
HSV(B) 345.56º 0.62% 0.68% -
XYZ 21.34 13.67 11.64 -
YUV 101.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 174 66 92 0 0.62 0.47 0.32 345.56 0.45 0.47
Hex AE 42 5C 0 3E 2F 20 15A 2D 2F
Octal 256 102 134 0 76 57 40 532 55 57
Binary 10101110 1000010 1011100 0 111110 101111 100000 101011010 101101 101111

Color Harmonies of #AE425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE425C

Black with #AE425C

Text Example


Text Example

White with #AE425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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