COLOR #AE6400

HEX: #AE6400
RGB: (174,100,0)

Color info

#AE6400 contains mainly red color. Web safe color of #AE6400 is #996600 (or #960).

RGB color model

#AE6400 color RGB value is (174,100,0).

  • red value is 174;
  • green value is 100;
  • blue value is 0.
RGB:
(174,100,0)
(68%,39%,0%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 0 of 255 = 0%

174
100
0

R + G + B ~ 36%. #AE6400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 100 + 0 = 274 (100%)
R 174 of 274 ~ 63.5%
G 100 of 274 ~ 36.5%
B 0 of 274 ~ 0%

%63.5
%36.5

CMYK color model

#AE6400 color CMYK value is (0,43,100,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 100.00%
  • key color value is 31.76%
CMYK:
(0,43,100,32)
C0M43Y100K32 
(0%,43%,100%,32%)
(0.00/0.43/1.00/0.32)	

CMYK percentages

%0
%42.53
%100
%31.76

Codes

Color #AE6400 in popluar color models

AE6400
RGB1741000
HSL34°100.00%34.12%
HSB/HSV34°100.00%68.24%
CMYK0.00%42.53%100.00%
31.76%

Color #AE6400 in popluar number systems.

HEXAE6400
Decimal1741000
Binary1010111011001000
Octal2561440

Shades and tints

Shades of #AE6400

#AE6400
(174,100,0)
#9F5B00
(159,91,0)
#905200
(144,82,0)
#814900
(129,73,0)
#724000
(114,64,0)
#633700
(99,55,0)
#542E00
(84,46,0)
#452500
(69,37,0)
#361C00
(54,28,0)
#271300
(39,19,0)
#180A00
(24,10,0)
#000000
(0,0,0)

Tints of #AE6400

#AE6400
(174,100,0)
#B57217
(181,114,23)
#BC802E
(188,128,46)
#C38E45
(195,142,69)
#CA9C5C
(202,156,92)
#D1AA73
(209,170,115)
#D8B88A
(216,184,138)
#DFC6A1
(223,198,161)
#E6D4B8
(230,212,184)
#EDE2CF
(237,226,207)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6400 color. Also use rgb(174,100,0) instead hex code.

Text Font Color

.myTextColor { color: #AE6400; }

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

This text font color is #AE6400.


Background Color

.myBgColor { background-color: #AE6400; }

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

This div background color is #AE6400.


Border color

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

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

This div border color is #AE6400.


Opacity

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

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

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

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

This text has shadow with #AE6400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6400 on black background.


Color preview on white background

This text has color #AE6400 on white background.



Black color preview on #AE6400 background

This text has black color on #AE6400 background.


White color preview on #AE6400 background

This text has white color on #AE6400 background.