Html Css Color HEX #AE5360 Hippie Pink

📋 copy color: '#AE5360'

red 174 ◦ green 83 ◦ blue 96

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

Shades of Hippie Pink #AE5360

Tints of Hippie Pink #AE5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 49.29%
G = 23.51%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE5360 (or 0xAE5360) is known color: Hippie Pink. HEX triplet: AE, 53 and 60. RGB value is (174,83,96). Sum of RGB (Red+Green+Blue) = 174+83+96=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5360 is #51AC9F. Grayscale: #6F6F6F. Windows color (decimal): -5352608 or 6312878. OLE color: 6312878.

HSL color Cylindrical-coordinate representation of color #AE5360: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5360 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 83 96 -
CMYK 0 0.52 0.45 0.32
HSL 351.43º 0.36% 0.5% -
HSV(B) 351.43º 0.52% 0.68% -
XYZ 22.66 16.03 12.97 -
YUV 111.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 174 83 96 0 0.52 0.45 0.32 351.43 0.36 0.5
Hex AE 53 60 0 34 2D 20 15F 24 32
Octal 256 123 140 0 64 55 40 537 44 62
Binary 10101110 1010011 1100000 0 110100 101101 100000 101011111 100100 110010

Color Harmonies of #AE5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5360

Black with #AE5360

Text Example


Text Example

White with #AE5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5360; }

 p { color: rgb(174,83,96); }

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

background-color css

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

 a { background-color: rgb(174,83,96); }

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

border-color css

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

 span { border-color: rgb(174,83,96); }

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