COLOR #AE5517

HEX: #AE5517
RGB: (174,85,23)

Renk bilgisi

#AE5517 contains mainly red color. #AE5517 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#AE5517 color RGB value is (174,85,23).

  • kırmız ton 174;
  • yeşil ton 85;
  • mavi ton 23.
RGB:
(174,85,23)
(68%,33%,9%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 85 of 255 = 33%
B 23 of 255 = 9%

174
85
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 85 + 23 = 282 (100%)
R 174 of 282 ~ 61.7%
G 85 of 282 ~ 30.14%
B 23 of 282 ~ 8.16%

%61.7
%30.14

CMYK RENK MODELİ

#AE5517 rengi CMYK tonu (0,51,87,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.15%
  • sarı tonu 86.78%
  • ana renk tonu 31.76%
CMYK:
(0,51,87,32)
C0M51Y87K32 
(0%,51%,87%,32%)
(0.00/0.51/0.87/0.32)	

CMYK yüzdeleri

%0
%51.15
%86.78
%31.76

Codes

Color #AE5517 in popluar color models

AE5517
RGB1748523
HSL25°76.65%38.63%
HSB/HSV25°86.78%68.24%
CMYK0.00%51.15%86.78%
31.76%

Color #AE5517 in popluar number systems.

HEXAE5517
Decimal1748523
Binary10101110101010110111
Octal25612527

Shades and tints

Shades of #AE5517

#AE5517
(174,85,23)
#9F4E15
(159,78,21)
#904713
(144,71,19)
#814011
(129,64,17)
#72390F
(114,57,15)
#63320D
(99,50,13)
#542B0B
(84,43,11)
#452409
(69,36,9)
#361D07
(54,29,7)
#271605
(39,22,5)
#180F03
(24,15,3)
#000000
(0,0,0)

Tints of #AE5517

#AE5517
(174,85,23)
#B5642C
(181,100,44)
#BC7341
(188,115,65)
#C38256
(195,130,86)
#CA916B
(202,145,107)
#D1A080
(209,160,128)
#D8AF95
(216,175,149)
#DFBEAA
(223,190,170)
#E6CDBF
(230,205,191)
#EDDCD4
(237,220,212)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5517 color. Also use rgb(174,85,23) instead hex code.

Text Font Color

.myTextColor { color: #AE5517; }

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

This text font color is #AE5517.


Background Color

.myBgColor { background-color: #AE5517; }

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

This div background color is #AE5517.


Border color

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

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

This div border color is #AE5517.


Opacity

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

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

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

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

This text has shadow with #AE5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5517 on black background.


Color preview on white background

This text has color #AE5517 on white background.



Black color preview on #AE5517 background

This text has black color on #AE5517 background.


White color preview on #AE5517 background

This text has white color on #AE5517 background.