Html Css Color HEX #AE5155 Hippie Pink

📋 copy color: '#AE5155'

red 174 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #AE5155

Tints of Hippie Pink #AE5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 51.18%
G = 23.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE5155 (or 0xAE5155) is known color: Hippie Pink. HEX triplet: AE, 51 and 55. RGB value is (174,81,85). Sum of RGB (Red+Green+Blue) = 174+81+85=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5155 is #51AEAA. Grayscale: #6D6D6D. Windows color (decimal): -5353131 or 5591470. OLE color: 5591470.

HSL color Cylindrical-coordinate representation of color #AE5155: hue angle of 357.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5155 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 85 -
CMYK 0 0.53 0.51 0.32
HSL 357.42º 0.36% 0.5% -
HSV(B) 357.42º 0.53% 0.68% -
XYZ 22.04 15.54 10.43 -
YUV 109.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 174 81 85 0 0.53 0.51 0.32 357.42 0.36 0.5
Hex AE 51 55 0 35 33 20 165 24 32
Octal 256 121 125 0 65 63 40 545 44 62
Binary 10101110 1010001 1010101 0 110101 110011 100000 101100101 100100 110010

Color Harmonies of #AE5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5155

Black with #AE5155

Text Example


Text Example

White with #AE5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5155; }

 p { color: rgb(174,81,85); }

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

background-color css

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

 a { background-color: rgb(174,81,85); }

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

border-color css

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

 span { border-color: rgb(174,81,85); }

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