COLOR #AE8363

HEX: #AE8363
RGB: (174,131,99)

Renk bilgisi

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

RGB renk modeli

#AE8363 color RGB value is (174,131,99).

  • kırmız ton 174;
  • yeşil ton 131;
  • mavi ton 99.
RGB:
(174,131,99)
(68%,51%,39%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 131 of 255 = 51%
B 99 of 255 = 39%

174
131
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 131 + 99 = 404 (100%)
R 174 of 404 ~ 43.07%
G 131 of 404 ~ 32.43%
B 99 of 404 ~ 24.5%

%43.07
%32.43
%24.5

CMYK RENK MODELİ

#AE8363 rengi CMYK tonu (0,25,43,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.71%
  • sarı tonu 43.10%
  • ana renk tonu 31.76%
CMYK:
(0,25,43,32)
C0M25Y43K32 
(0%,25%,43%,32%)
(0.00/0.25/0.43/0.32)	

CMYK yüzdeleri

%0
%24.71
%43.1
%31.76

Codes

Color #AE8363 in popluar color models

AE8363
RGB17413199
HSL26°31.65%53.53%
HSB/HSV26°43.10%68.24%
CMYK0.00%24.71%43.10%
31.76%

Color #AE8363 in popluar number systems.

HEXAE8363
Decimal17413199
Binary10101110100000111100011
Octal256203143

Shades and tints

Shades of #AE8363

#AE8363
(174,131,99)
#9F785A
(159,120,90)
#906D51
(144,109,81)
#816248
(129,98,72)
#72573F
(114,87,63)
#634C36
(99,76,54)
#54412D
(84,65,45)
#453624
(69,54,36)
#362B1B
(54,43,27)
#272012
(39,32,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #AE8363

#AE8363
(174,131,99)
#B58E71
(181,142,113)
#BC997F
(188,153,127)
#C3A48D
(195,164,141)
#CAAF9B
(202,175,155)
#D1BAA9
(209,186,169)
#D8C5B7
(216,197,183)
#DFD0C5
(223,208,197)
#E6DBD3
(230,219,211)
#EDE6E1
(237,230,225)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8363 color. Also use rgb(174,131,99) instead hex code.

Text Font Color

.myTextColor { color: #AE8363; }

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

This text font color is #AE8363.


Background Color

.myBgColor { background-color: #AE8363; }

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

This div background color is #AE8363.


Border color

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

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

This div border color is #AE8363.


Opacity

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

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

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

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

This text has shadow with #AE8363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8363 on black background.


Color preview on white background

This text has color #AE8363 on white background.



Black color preview on #AE8363 background

This text has black color on #AE8363 background.


White color preview on #AE8363 background

This text has white color on #AE8363 background.