COLOR #AE8E59

HEX: #AE8E59
RGB: (174,142,89)

Renk bilgisi

#AE8E59 contains mainly red and green colors. #AE8E59 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AE8E59 color RGB value is (174,142,89).

  • kırmız ton 174;
  • yeşil ton 142;
  • mavi ton 89.
RGB:
(174,142,89)
(68%,56%,35%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 142 of 255 = 56%
B 89 of 255 = 35%

174
142
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 142 + 89 = 405 (100%)
R 174 of 405 ~ 42.96%
G 142 of 405 ~ 35.06%
B 89 of 405 ~ 21.98%

%42.96
%35.06
%21.98

CMYK RENK MODELİ

#AE8E59 rengi CMYK tonu (0,18,49,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.39%
  • sarı tonu 48.85%
  • ana renk tonu 31.76%
CMYK:
(0,18,49,32)
C0M18Y49K32 
(0%,18%,49%,32%)
(0.00/0.18/0.49/0.32)	

CMYK yüzdeleri

%0
%18.39
%48.85
%31.76

Codes

Color #AE8E59 in popluar color models

AE8E59
RGB17414289
HSL37°34.41%51.57%
HSB/HSV37°48.85%68.24%
CMYK0.00%18.39%48.85%
31.76%

Color #AE8E59 in popluar number systems.

HEXAE8E59
Decimal17414289
Binary10101110100011101011001
Octal256216131

Shades and tints

Shades of #AE8E59

#AE8E59
(174,142,89)
#9F8251
(159,130,81)
#907649
(144,118,73)
#816A41
(129,106,65)
#725E39
(114,94,57)
#635231
(99,82,49)
#544629
(84,70,41)
#453A21
(69,58,33)
#362E19
(54,46,25)
#272211
(39,34,17)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #AE8E59

#AE8E59
(174,142,89)
#B59868
(181,152,104)
#BCA277
(188,162,119)
#C3AC86
(195,172,134)
#CAB695
(202,182,149)
#D1C0A4
(209,192,164)
#D8CAB3
(216,202,179)
#DFD4C2
(223,212,194)
#E6DED1
(230,222,209)
#EDE8E0
(237,232,224)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8E59 color. Also use rgb(174,142,89) instead hex code.

Text Font Color

.myTextColor { color: #AE8E59; }

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

This text font color is #AE8E59.


Background Color

.myBgColor { background-color: #AE8E59; }

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

This div background color is #AE8E59.


Border color

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

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

This div border color is #AE8E59.


Opacity

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

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

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

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

This text has shadow with #AE8E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E59 on black background.


Color preview on white background

This text has color #AE8E59 on white background.



Black color preview on #AE8E59 background

This text has black color on #AE8E59 background.


White color preview on #AE8E59 background

This text has white color on #AE8E59 background.