Html Css Color HEX #AE515B Hippie Pink

📋 copy color: '#AE515B'

red 174 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #AE515B

Tints of Hippie Pink #AE515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 50.29%
G = 23.41%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE515B (or 0xAE515B) is known color: Hippie Pink. HEX triplet: AE, 51 and 5B. RGB value is (174,81,91). Sum of RGB (Red+Green+Blue) = 174+81+91=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515B is #51AEA4. Grayscale: #6E6E6E. Windows color (decimal): -5353125 or 5984686. OLE color: 5984686.

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

Color convert

RGB 174 81 91 -
CMYK 0 0.53 0.48 0.32
HSL 353.55º 0.36% 0.5% -
HSV(B) 353.55º 0.53% 0.68% -
XYZ 22.29 15.64 11.74 -
YUV 109.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 174 81 91 0 0.53 0.48 0.32 353.55 0.36 0.5
Hex AE 51 5B 0 35 30 20 162 24 32
Octal 256 121 133 0 65 60 40 542 44 62
Binary 10101110 1010001 1011011 0 110101 110000 100000 101100010 100100 110010

Color Harmonies of #AE515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE515B

Black with #AE515B

Text Example


Text Example

White with #AE515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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