Html Css Color HEX #AE435D Hippie Pink

📋 copy color: '#AE435D'

red 174 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #AE435D

Tints of Hippie Pink #AE435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 52.1%
G = 20.06%
B = 27.84%

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

#AE435D (or 0xAE435D) is known color: Hippie Pink. HEX triplet: AE, 43 and 5D. RGB value is (174,67,93). Sum of RGB (Red+Green+Blue) = 174+67+93=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE435D is #51BCA2. Grayscale: #656565. Windows color (decimal): -5356707 or 6112174. OLE color: 6112174.

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

Color convert

RGB 174 67 93 -
CMYK 0 0.61 0.47 0.32
HSL 345.42º 0.44% 0.47% -
HSV(B) 345.42º 0.61% 0.68% -
XYZ 21.44 13.8 11.89 -
YUV 101.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 174 67 93 0 0.61 0.47 0.32 345.42 0.44 0.47
Hex AE 43 5D 0 3D 2F 20 159 2C 2F
Octal 256 103 135 0 75 57 40 531 54 57
Binary 10101110 1000011 1011101 0 111101 101111 100000 101011001 101100 101111

Color Harmonies of #AE435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE435D

Black with #AE435D

Text Example


Text Example

White with #AE435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE435D; }

 p { color: rgb(174,67,93); }

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

background-color css

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

 a { background-color: rgb(174,67,93); }

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

border-color css

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

 span { border-color: rgb(174,67,93); }

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