COLOR #AE7E50

HEX: #AE7E50
RGB: (174,126,80)

Renk bilgisi

#AE7E50 contains mainly red and green colors. #AE7E50 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AE7E50 color RGB value is (174,126,80).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 126 of 255 = 49%
B 80 of 255 = 31%

174
126
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 126 + 80 = 380 (100%)
R 174 of 380 ~ 45.79%
G 126 of 380 ~ 33.16%
B 80 of 380 ~ 21.05%

%45.79
%33.16
%21.05

CMYK RENK MODELİ

#AE7E50 rengi CMYK tonu (0,28,54,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.59%
  • sarı tonu 54.02%
  • ana renk tonu 31.76%
CMYK:
(0,28,54,32)
C0M28Y54K32 
(0%,28%,54%,32%)
(0.00/0.28/0.54/0.32)	

CMYK yüzdeleri

%0
%27.59
%54.02
%31.76

Codes

Color #AE7E50 in popluar color models

AE7E50
RGB17412680
HSL29°37.01%49.80%
HSB/HSV29°54.02%68.24%
CMYK0.00%27.59%54.02%
31.76%

Color #AE7E50 in popluar number systems.

HEXAE7E50
Decimal17412680
Binary1010111011111101010000
Octal256176120

Shades and tints

Shades of #AE7E50

#AE7E50
(174,126,80)
#9F7349
(159,115,73)
#906842
(144,104,66)
#815D3B
(129,93,59)
#725234
(114,82,52)
#63472D
(99,71,45)
#543C26
(84,60,38)
#45311F
(69,49,31)
#362618
(54,38,24)
#271B11
(39,27,17)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #AE7E50

#AE7E50
(174,126,80)
#B5895F
(181,137,95)
#BC946E
(188,148,110)
#C39F7D
(195,159,125)
#CAAA8C
(202,170,140)
#D1B59B
(209,181,155)
#D8C0AA
(216,192,170)
#DFCBB9
(223,203,185)
#E6D6C8
(230,214,200)
#EDE1D7
(237,225,215)
#F4ECE6
(244,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7E50; }

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

This text font color is #AE7E50.


Background Color

.myBgColor { background-color: #AE7E50; }

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

This div background color is #AE7E50.


Border color

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

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

This div border color is #AE7E50.


Opacity

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

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

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

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

This text has shadow with #AE7E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7E50 on black background.


Color preview on white background

This text has color #AE7E50 on white background.



Black color preview on #AE7E50 background

This text has black color on #AE7E50 background.


White color preview on #AE7E50 background

This text has white color on #AE7E50 background.