COLOR #AE7D29

HEX: #AE7D29
RGB: (174,125,41)

Renk bilgisi

#AE7D29 contains mainly red and green colors. #AE7D29 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AE7D29 color RGB value is (174,125,41).

  • kırmız ton 174;
  • yeşil ton 125;
  • mavi ton 41.
RGB:
(174,125,41)
(68%,49%,16%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 41 of 255 = 16%

174
125
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 41 = 340 (100%)
R 174 of 340 ~ 51.18%
G 125 of 340 ~ 36.76%
B 41 of 340 ~ 12.06%

%51.18
%36.76
%12.06

CMYK RENK MODELİ

#AE7D29 rengi CMYK tonu (0,28,76,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.16%
  • sarı tonu 76.44%
  • ana renk tonu 31.76%
CMYK:
(0,28,76,32)
C0M28Y76K32 
(0%,28%,76%,32%)
(0.00/0.28/0.76/0.32)	

CMYK yüzdeleri

%0
%28.16
%76.44
%31.76

Codes

Color #AE7D29 in popluar color models

AE7D29
RGB17412541
HSL38°61.86%42.16%
HSB/HSV38°76.44%68.24%
CMYK0.00%28.16%76.44%
31.76%

Color #AE7D29 in popluar number systems.

HEXAE7D29
Decimal17412541
Binary101011101111101101001
Octal25617551

Shades and tints

Shades of #AE7D29

#AE7D29
(174,125,41)
#9F7226
(159,114,38)
#906723
(144,103,35)
#815C20
(129,92,32)
#72511D
(114,81,29)
#63461A
(99,70,26)
#543B17
(84,59,23)
#453014
(69,48,20)
#362511
(54,37,17)
#271A0E
(39,26,14)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE7D29

#AE7D29
(174,125,41)
#B5883C
(181,136,60)
#BC934F
(188,147,79)
#C39E62
(195,158,98)
#CAA975
(202,169,117)
#D1B488
(209,180,136)
#D8BF9B
(216,191,155)
#DFCAAE
(223,202,174)
#E6D5C1
(230,213,193)
#EDE0D4
(237,224,212)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7D29 color. Also use rgb(174,125,41) instead hex code.

Text Font Color

.myTextColor { color: #AE7D29; }

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

This text font color is #AE7D29.


Background Color

.myBgColor { background-color: #AE7D29; }

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

This div background color is #AE7D29.


Border color

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

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

This div border color is #AE7D29.


Opacity

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

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

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

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

This text has shadow with #AE7D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D29 on black background.


Color preview on white background

This text has color #AE7D29 on white background.



Black color preview on #AE7D29 background

This text has black color on #AE7D29 background.


White color preview on #AE7D29 background

This text has white color on #AE7D29 background.