COLOR #AE5D63

HEX: #AE5D63
RGB: (174,93,99)

Renk bilgisi

#AE5D63 contains mainly red color. #AE5D63 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AE5D63 color RGB value is (174,93,99).

  • kırmız ton 174;
  • yeşil ton 93;
  • mavi ton 99.
RGB:
(174,93,99)
(68%,36%,39%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 93 of 255 = 36%
B 99 of 255 = 39%

174
93
99

R + G + B ~ 48%. #AE5D63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 93 + 99 = 366 (100%)
R 174 of 366 ~ 47.54%
G 93 of 366 ~ 25.41%
B 99 of 366 ~ 27.05%

%47.54
%25.41
%27.05

CMYK RENK MODELİ

#AE5D63 rengi CMYK tonu (0,47,43,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.55%
  • sarı tonu 43.10%
  • ana renk tonu 31.76%
CMYK:
(0,47,43,32)
C0M47Y43K32 
(0%,47%,43%,32%)
(0.00/0.47/0.43/0.32)	

CMYK yüzdeleri

%0
%46.55
%43.1
%31.76

Codes

Color #AE5D63 in popluar color models

AE5D63
RGB1749399
HSL356°33.33%52.35%
HSB/HSV356°46.55%68.24%
CMYK0.00%46.55%43.10%
31.76%

Color #AE5D63 in popluar number systems.

HEXAE5D63
Decimal1749399
Binary1010111010111011100011
Octal256135143

Shades and tints

Shades of #AE5D63

#AE5D63
(174,93,99)
#9F555A
(159,85,90)
#904D51
(144,77,81)
#814548
(129,69,72)
#723D3F
(114,61,63)
#633536
(99,53,54)
#542D2D
(84,45,45)
#452524
(69,37,36)
#361D1B
(54,29,27)
#271512
(39,21,18)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #AE5D63

#AE5D63
(174,93,99)
#B56B71
(181,107,113)
#BC797F
(188,121,127)
#C3878D
(195,135,141)
#CA959B
(202,149,155)
#D1A3A9
(209,163,169)
#D8B1B7
(216,177,183)
#DFBFC5
(223,191,197)
#E6CDD3
(230,205,211)
#EDDBE1
(237,219,225)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5D63 color. Also use rgb(174,93,99) instead hex code.

Text Font Color

.myTextColor { color: #AE5D63; }

<p style="color:#AE5D63">This sample text font color is #AE5D63.</p>

This text font color is #AE5D63.


Background Color

.myBgColor { background-color: #AE5D63; }

<div style="background-color:#AE5D63">Inner text</div>

This div background color is #AE5D63.


Border color

.myBorderColor { border: 1px solid #AE5D63; }

<div style="border:3px solid #AE5D63">Div</div>

This div border color is #AE5D63.


Opacity

.myOpacity80 { color: #AE5D63; opacity: 0.8; }

<p style="color:#AE5D63;opacity:0.8;">80%</p>

Text with #AE5D63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE5D63;}

<p style="text-shadow: 3px 3px 1px #AE5D63">Text here.</p>

This text has shadow with #AE5D63 color.

.textShadow {text-shadow: 3px 3px 1px #AE5D63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE5D63, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE5D63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE5D63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE5D63, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE5D63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE5D63;
  -webkit-box-shadow:	1px 1px 3px 2px #AE5D63;
  box-shadow:		1px 1px 3px 2px #AE5D63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE5D63;
-webkit-box-shadow: 1px 1px 3px 2px #AE5D63;
box-shadow:1px 1px 3px 2px #AE5D63;">
Div content here</div>
This div box has shadow with color #AE5D63.

Preview

Color preview on black background

This text has color #AE5D63 on black background.


Color preview on white background

This text has color #AE5D63 on white background.



Black color preview on #AE5D63 background

This text has black color on #AE5D63 background.


White color preview on #AE5D63 background

This text has white color on #AE5D63 background.