Html Css Color HEX #AE515E Hippie Pink

📋 copy color: '#AE515E'

red 174 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #AE515E

Tints of Hippie Pink #AE515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 49.86%
G = 23.21%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE515E (or 0xAE515E) is known color: Hippie Pink. HEX triplet: AE, 51 and 5E. RGB value is (174,81,94). Sum of RGB (Red+Green+Blue) = 174+81+94=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515E is #51AEA1. Grayscale: #6E6E6E. Windows color (decimal): -5353122 or 6181294. OLE color: 6181294.

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

Color convert

RGB 174 81 94 -
CMYK 0 0.53 0.46 0.32
HSL 351.61º 0.36% 0.5% -
HSV(B) 351.61º 0.53% 0.68% -
XYZ 22.42 15.69 12.44 -
YUV 110.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 174 81 94 0 0.53 0.46 0.32 351.61 0.36 0.5
Hex AE 51 5E 0 35 2E 20 160 24 32
Octal 256 121 136 0 65 56 40 540 44 62
Binary 10101110 1010001 1011110 0 110101 101110 100000 101100000 100100 110010

Color Harmonies of #AE515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE515E

Black with #AE515E

Text Example


Text Example

White with #AE515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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