COLOR #AE501E

HEX: #AE501E
RGB: (174,80,30)

Renk bilgisi

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

RGB renk modeli

#AE501E color RGB value is (174,80,30).

  • kırmız ton 174;
  • yeşil ton 80;
  • mavi ton 30.
RGB:
(174,80,30)
(68%,31%,12%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 80 of 255 = 31%
B 30 of 255 = 12%

174
80
30

R + G + B ~ 37%. #AE501E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 80 + 30 = 284 (100%)
R 174 of 284 ~ 61.27%
G 80 of 284 ~ 28.17%
B 30 of 284 ~ 10.56%

%61.27
%28.17
%10.56

CMYK RENK MODELİ

#AE501E rengi CMYK tonu (0,54,83,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.02%
  • sarı tonu 82.76%
  • ana renk tonu 31.76%
CMYK:
(0,54,83,32)
C0M54Y83K32 
(0%,54%,83%,32%)
(0.00/0.54/0.83/0.32)	

CMYK yüzdeleri

%0
%54.02
%82.76
%31.76

Codes

Color #AE501E in popluar color models

AE501E
RGB1748030
HSL21°70.59%40.00%
HSB/HSV21°82.76%68.24%
CMYK0.00%54.02%82.76%
31.76%

Color #AE501E in popluar number systems.

HEXAE501E
Decimal1748030
Binary10101110101000011110
Octal25612036

Shades and tints

Shades of #AE501E

#AE501E
(174,80,30)
#9F491C
(159,73,28)
#90421A
(144,66,26)
#813B18
(129,59,24)
#723416
(114,52,22)
#632D14
(99,45,20)
#542612
(84,38,18)
#451F10
(69,31,16)
#36180E
(54,24,14)
#27110C
(39,17,12)
#180A0A
(24,10,10)
#000000
(0,0,0)

Tints of #AE501E

#AE501E
(174,80,30)
#B55F32
(181,95,50)
#BC6E46
(188,110,70)
#C37D5A
(195,125,90)
#CA8C6E
(202,140,110)
#D19B82
(209,155,130)
#D8AA96
(216,170,150)
#DFB9AA
(223,185,170)
#E6C8BE
(230,200,190)
#EDD7D2
(237,215,210)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE501E color. Also use rgb(174,80,30) instead hex code.

Text Font Color

.myTextColor { color: #AE501E; }

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

This text font color is #AE501E.


Background Color

.myBgColor { background-color: #AE501E; }

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

This div background color is #AE501E.


Border color

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

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

This div border color is #AE501E.


Opacity

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

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

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

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

This text has shadow with #AE501E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE501E on black background.


Color preview on white background

This text has color #AE501E on white background.



Black color preview on #AE501E background

This text has black color on #AE501E background.


White color preview on #AE501E background

This text has white color on #AE501E background.