COLOR #AE8023

HEX: #AE8023
RGB: (174,128,35)

Color info

#AE8023 contains mainly red and green colors. Web safe color of #AE8023 is #996633 (or #963).

RGB color model

#AE8023 color RGB value is (174,128,35).

  • red value is 174;
  • green value is 128;
  • blue value is 35.
RGB:
(174,128,35)
(68%,50%,14%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 35 of 255 = 14%

174
128
35

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 35 = 337 (100%)
R 174 of 337 ~ 51.63%
G 128 of 337 ~ 37.98%
B 35 of 337 ~ 10.39%

%51.63
%37.98
%10.39

CMYK color model

#AE8023 color CMYK value is (0,26,80,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 79.89%
  • key color value is 31.76%
CMYK:
(0,26,80,32)
C0M26Y80K32 
(0%,26%,80%,32%)
(0.00/0.26/0.80/0.32)	

CMYK percentages

%0
%26.44
%79.89
%31.76

Codes

Color #AE8023 in popluar color models

AE8023
RGB17412835
HSL40°66.51%40.98%
HSB/HSV40°79.89%68.24%
CMYK0.00%26.44%79.89%
31.76%

Color #AE8023 in popluar number systems.

HEXAE8023
Decimal17412835
Binary1010111010000000100011
Octal25620043

Shades and tints

Shades of #AE8023

#AE8023
(174,128,35)
#9F7520
(159,117,32)
#906A1D
(144,106,29)
#815F1A
(129,95,26)
#725417
(114,84,23)
#634914
(99,73,20)
#543E11
(84,62,17)
#45330E
(69,51,14)
#36280B
(54,40,11)
#271D08
(39,29,8)
#181205
(24,18,5)
#000000
(0,0,0)

Tints of #AE8023

#AE8023
(174,128,35)
#B58B37
(181,139,55)
#BC964B
(188,150,75)
#C3A15F
(195,161,95)
#CAAC73
(202,172,115)
#D1B787
(209,183,135)
#D8C29B
(216,194,155)
#DFCDAF
(223,205,175)
#E6D8C3
(230,216,195)
#EDE3D7
(237,227,215)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8023 color. Also use rgb(174,128,35) instead hex code.

Text Font Color

.myTextColor { color: #AE8023; }

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

This text font color is #AE8023.


Background Color

.myBgColor { background-color: #AE8023; }

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

This div background color is #AE8023.


Border color

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

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

This div border color is #AE8023.


Opacity

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

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

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

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

This text has shadow with #AE8023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8023 on black background.


Color preview on white background

This text has color #AE8023 on white background.



Black color preview on #AE8023 background

This text has black color on #AE8023 background.


White color preview on #AE8023 background

This text has white color on #AE8023 background.