COLOR #AE6328

HEX: #AE6328
RGB: (174,99,40)

Renk bilgisi

#AE6328 contains mainly red color. #AE6328 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AE6328 color RGB value is (174,99,40).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 99 of 255 = 39%
B 40 of 255 = 16%

174
99
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 99 + 40 = 313 (100%)
R 174 of 313 ~ 55.59%
G 99 of 313 ~ 31.63%
B 40 of 313 ~ 12.78%

%55.59
%31.63
%12.78

CMYK RENK MODELİ

#AE6328 rengi CMYK tonu (0,43,77,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.10%
  • sarı tonu 77.01%
  • ana renk tonu 31.76%
CMYK:
(0,43,77,32)
C0M43Y77K32 
(0%,43%,77%,32%)
(0.00/0.43/0.77/0.32)	

CMYK yüzdeleri

%0
%43.1
%77.01
%31.76

Codes

Color #AE6328 in popluar color models

AE6328
RGB1749940
HSL26°62.62%41.96%
HSB/HSV26°77.01%68.24%
CMYK0.00%43.10%77.01%
31.76%

Color #AE6328 in popluar number systems.

HEXAE6328
Decimal1749940
Binary101011101100011101000
Octal25614350

Shades and tints

Shades of #AE6328

#AE6328
(174,99,40)
#9F5A25
(159,90,37)
#905122
(144,81,34)
#81481F
(129,72,31)
#723F1C
(114,63,28)
#633619
(99,54,25)
#542D16
(84,45,22)
#452413
(69,36,19)
#361B10
(54,27,16)
#27120D
(39,18,13)
#18090A
(24,9,10)
#000000
(0,0,0)

Tints of #AE6328

#AE6328
(174,99,40)
#B5713B
(181,113,59)
#BC7F4E
(188,127,78)
#C38D61
(195,141,97)
#CA9B74
(202,155,116)
#D1A987
(209,169,135)
#D8B79A
(216,183,154)
#DFC5AD
(223,197,173)
#E6D3C0
(230,211,192)
#EDE1D3
(237,225,211)
#F4EFE6
(244,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6328; }

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

This text font color is #AE6328.


Background Color

.myBgColor { background-color: #AE6328; }

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

This div background color is #AE6328.


Border color

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

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

This div border color is #AE6328.


Opacity

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

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

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

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

This text has shadow with #AE6328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6328 on black background.


Color preview on white background

This text has color #AE6328 on white background.



Black color preview on #AE6328 background

This text has black color on #AE6328 background.


White color preview on #AE6328 background

This text has white color on #AE6328 background.