COLOR #AE4953

HEX: #AE4953
RGB: (174,73,83)

Renk bilgisi

#AE4953 contains mainly red color. #AE4953 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AE4953 color RGB value is (174,73,83).

  • kırmız ton 174;
  • yeşil ton 73;
  • mavi ton 83.
RGB:
(174,73,83)
(68%,29%,33%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 73 of 255 = 29%
B 83 of 255 = 33%

174
73
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 73 + 83 = 330 (100%)
R 174 of 330 ~ 52.73%
G 73 of 330 ~ 22.12%
B 83 of 330 ~ 25.15%

%52.73
%22.12
%25.15

CMYK RENK MODELİ

#AE4953 rengi CMYK tonu (0,58,52,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.05%
  • sarı tonu 52.30%
  • ana renk tonu 31.76%
CMYK:
(0,58,52,32)
C0M58Y52K32 
(0%,58%,52%,32%)
(0.00/0.58/0.52/0.32)	

CMYK yüzdeleri

%0
%58.05
%52.3
%31.76

Codes

Color #AE4953 in popluar color models

AE4953
RGB1747383
HSL354°40.89%48.43%
HSB/HSV354°58.05%68.24%
CMYK0.00%58.05%52.30%
31.76%

Color #AE4953 in popluar number systems.

HEXAE4953
Decimal1747383
Binary1010111010010011010011
Octal256111123

Shades and tints

Shades of #AE4953

#AE4953
(174,73,83)
#9F434C
(159,67,76)
#903D45
(144,61,69)
#81373E
(129,55,62)
#723137
(114,49,55)
#632B30
(99,43,48)
#542529
(84,37,41)
#451F22
(69,31,34)
#36191B
(54,25,27)
#271314
(39,19,20)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #AE4953

#AE4953
(174,73,83)
#B55962
(181,89,98)
#BC6971
(188,105,113)
#C37980
(195,121,128)
#CA898F
(202,137,143)
#D1999E
(209,153,158)
#D8A9AD
(216,169,173)
#DFB9BC
(223,185,188)
#E6C9CB
(230,201,203)
#EDD9DA
(237,217,218)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4953 color. Also use rgb(174,73,83) instead hex code.

Text Font Color

.myTextColor { color: #AE4953; }

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

This text font color is #AE4953.


Background Color

.myBgColor { background-color: #AE4953; }

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

This div background color is #AE4953.


Border color

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

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

This div border color is #AE4953.


Opacity

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

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

Text with #AE4953 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 #AE4953;}

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

This text has shadow with #AE4953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4953 on black background.


Color preview on white background

This text has color #AE4953 on white background.



Black color preview on #AE4953 background

This text has black color on #AE4953 background.


White color preview on #AE4953 background

This text has white color on #AE4953 background.