Html Css Color HEX #AE515C Hippie Pink

📋 copy color: '#AE515C'

red 174 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #AE515C

Tints of Hippie Pink #AE515C

RGB

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

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

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

R = 50.14%
G = 23.34%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE515C (or 0xAE515C) is known color: Hippie Pink. HEX triplet: AE, 51 and 5C. RGB value is (174,81,92). Sum of RGB (Red+Green+Blue) = 174+81+92=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515C is #51AEA3. Grayscale: #6E6E6E. Windows color (decimal): -5353124 or 6050222. OLE color: 6050222.

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

Color convert

RGB 174 81 92 -
CMYK 0 0.53 0.47 0.32
HSL 352.9º 0.36% 0.5% -
HSV(B) 352.9º 0.53% 0.68% -
XYZ 22.33 15.66 11.97 -
YUV 110.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 174 81 92 0 0.53 0.47 0.32 352.9 0.36 0.5
Hex AE 51 5C 0 35 2F 20 161 24 32
Octal 256 121 134 0 65 57 40 541 44 62
Binary 10101110 1010001 1011100 0 110101 101111 100000 101100001 100100 110010

Color Harmonies of #AE515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE515C

Black with #AE515C

Text Example


Text Example

White with #AE515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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