Html Css Color HEX #AE485D Hippie Pink

📋 copy color: '#AE485D'

red 174 ◦ green 72 ◦ blue 93

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

Shades of Hippie Pink #AE485D

Tints of Hippie Pink #AE485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 51.33%
G = 21.24%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE485D (or 0xAE485D) is known color: Hippie Pink. HEX triplet: AE, 48 and 5D. RGB value is (174,72,93). Sum of RGB (Red+Green+Blue) = 174+72+93=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE485D is #51B7A2. Grayscale: #686868. Windows color (decimal): -5355427 or 6113454. OLE color: 6113454.

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

Color convert

RGB 174 72 93 -
CMYK 0 0.59 0.47 0.32
HSL 347.65º 0.41% 0.48% -
HSV(B) 347.65º 0.59% 0.68% -
XYZ 21.75 14.42 11.99 -
YUV 104.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 174 72 93 0 0.59 0.47 0.32 347.65 0.41 0.48
Hex AE 48 5D 0 3B 2F 20 15C 29 30
Octal 256 110 135 0 73 57 40 534 51 60
Binary 10101110 1001000 1011101 0 111011 101111 100000 101011100 101001 110000

Color Harmonies of #AE485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE485D

Black with #AE485D

Text Example


Text Example

White with #AE485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE485D; }

 p { color: rgb(174,72,93); }

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

background-color css

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

 a { background-color: rgb(174,72,93); }

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

border-color css

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

 span { border-color: rgb(174,72,93); }

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