COLOR #AE5E1C

HEX: #AE5E1C
RGB: (174,94,28)

Renk bilgisi

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

RGB renk modeli

#AE5E1C color RGB value is (174,94,28).

  • kırmız ton 174;
  • yeşil ton 94;
  • mavi ton 28.
RGB:
(174,94,28)
(68%,37%,11%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 94 of 255 = 37%
B 28 of 255 = 11%

174
94
28

R + G + B ~ 39%. #AE5E1C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 94 + 28 = 296 (100%)
R 174 of 296 ~ 58.78%
G 94 of 296 ~ 31.76%
B 28 of 296 ~ 9.46%

%58.78
%31.76

CMYK RENK MODELİ

#AE5E1C rengi CMYK tonu (0,46,84,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.98%
  • sarı tonu 83.91%
  • ana renk tonu 31.76%
CMYK:
(0,46,84,32)
C0M46Y84K32 
(0%,46%,84%,32%)
(0.00/0.46/0.84/0.32)	

CMYK yüzdeleri

%0
%45.98
%83.91
%31.76

Codes

Color #AE5E1C in popluar color models

AE5E1C
RGB1749428
HSL27°72.28%39.61%
HSB/HSV27°83.91%68.24%
CMYK0.00%45.98%83.91%
31.76%

Color #AE5E1C in popluar number systems.

HEXAE5E1C
Decimal1749428
Binary10101110101111011100
Octal25613634

Shades and tints

Shades of #AE5E1C

#AE5E1C
(174,94,28)
#9F561A
(159,86,26)
#904E18
(144,78,24)
#814616
(129,70,22)
#723E14
(114,62,20)
#633612
(99,54,18)
#542E10
(84,46,16)
#45260E
(69,38,14)
#361E0C
(54,30,12)
#27160A
(39,22,10)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #AE5E1C

#AE5E1C
(174,94,28)
#B56C30
(181,108,48)
#BC7A44
(188,122,68)
#C38858
(195,136,88)
#CA966C
(202,150,108)
#D1A480
(209,164,128)
#D8B294
(216,178,148)
#DFC0A8
(223,192,168)
#E6CEBC
(230,206,188)
#EDDCD0
(237,220,208)
#F4EAE4
(244,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5E1C color. Also use rgb(174,94,28) instead hex code.

Text Font Color

.myTextColor { color: #AE5E1C; }

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

This text font color is #AE5E1C.


Background Color

.myBgColor { background-color: #AE5E1C; }

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

This div background color is #AE5E1C.


Border color

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

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

This div border color is #AE5E1C.


Opacity

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

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

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

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

This text has shadow with #AE5E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5E1C on black background.


Color preview on white background

This text has color #AE5E1C on white background.



Black color preview on #AE5E1C background

This text has black color on #AE5E1C background.


White color preview on #AE5E1C background

This text has white color on #AE5E1C background.