Html Css Color HEX #AE495E Hippie Pink

📋 copy color: '#AE495E'

red 174 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #AE495E

Tints of Hippie Pink #AE495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 51.03%
G = 21.41%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE495E (or 0xAE495E) is known color: Hippie Pink. HEX triplet: AE, 49 and 5E. RGB value is (174,73,94). Sum of RGB (Red+Green+Blue) = 174+73+94=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE495E is #51B6A1. Grayscale: #696969. Windows color (decimal): -5355170 or 6179246. OLE color: 6179246.

HSL color Cylindrical-coordinate representation of color #AE495E: hue angle of 347.52º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE495E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 94 -
CMYK 0 0.58 0.46 0.32
HSL 347.52º 0.41% 0.48% -
HSV(B) 347.52º 0.58% 0.68% -
XYZ 21.86 14.57 12.25 -
YUV 105.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 174 73 94 0 0.58 0.46 0.32 347.52 0.41 0.48
Hex AE 49 5E 0 3A 2E 20 15C 29 30
Octal 256 111 136 0 72 56 40 534 51 60
Binary 10101110 1001001 1011110 0 111010 101110 100000 101011100 101001 110000

Color Harmonies of #AE495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE495E

Black with #AE495E

Text Example


Text Example

White with #AE495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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