COLOR #AE5A48

HEX: #AE5A48
RGB: (174,90,72)

Renk bilgisi

#AE5A48 contains mainly red color. #AE5A48 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AE5A48 color RGB value is (174,90,72).

  • kırmız ton 174;
  • yeşil ton 90;
  • mavi ton 72.
RGB:
(174,90,72)
(68%,35%,28%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 90 of 255 = 35%
B 72 of 255 = 28%

174
90
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 90 + 72 = 336 (100%)
R 174 of 336 ~ 51.79%
G 90 of 336 ~ 26.79%
B 72 of 336 ~ 21.43%

%51.79
%26.79
%21.43

CMYK RENK MODELİ

#AE5A48 rengi CMYK tonu (0,48,59,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.28%
  • sarı tonu 58.62%
  • ana renk tonu 31.76%
CMYK:
(0,48,59,32)
C0M48Y59K32 
(0%,48%,59%,32%)
(0.00/0.48/0.59/0.32)	

CMYK yüzdeleri

%0
%48.28
%58.62
%31.76

Codes

Color #AE5A48 in popluar color models

AE5A48
RGB1749072
HSL11°41.46%48.24%
HSB/HSV11°58.62%68.24%
CMYK0.00%48.28%58.62%
31.76%

Color #AE5A48 in popluar number systems.

HEXAE5A48
Decimal1749072
Binary1010111010110101001000
Octal256132110

Shades and tints

Shades of #AE5A48

#AE5A48
(174,90,72)
#9F5242
(159,82,66)
#904A3C
(144,74,60)
#814236
(129,66,54)
#723A30
(114,58,48)
#63322A
(99,50,42)
#542A24
(84,42,36)
#45221E
(69,34,30)
#361A18
(54,26,24)
#271212
(39,18,18)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #AE5A48

#AE5A48
(174,90,72)
#B56958
(181,105,88)
#BC7868
(188,120,104)
#C38778
(195,135,120)
#CA9688
(202,150,136)
#D1A598
(209,165,152)
#D8B4A8
(216,180,168)
#DFC3B8
(223,195,184)
#E6D2C8
(230,210,200)
#EDE1D8
(237,225,216)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5A48 color. Also use rgb(174,90,72) instead hex code.

Text Font Color

.myTextColor { color: #AE5A48; }

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

This text font color is #AE5A48.


Background Color

.myBgColor { background-color: #AE5A48; }

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

This div background color is #AE5A48.


Border color

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

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

This div border color is #AE5A48.


Opacity

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

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

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

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

This text has shadow with #AE5A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5A48 on black background.


Color preview on white background

This text has color #AE5A48 on white background.



Black color preview on #AE5A48 background

This text has black color on #AE5A48 background.


White color preview on #AE5A48 background

This text has white color on #AE5A48 background.