COLOR #AE8D28

HEX: #AE8D28
RGB: (174,141,40)

Color info

#AE8D28 contains mainly red and green colors. Web safe color of #AE8D28 is #999933 (or #993).

RGB color model

#AE8D28 color RGB value is (174,141,40).

  • red value is 174;
  • green value is 141;
  • blue value is 40.
RGB:
(174,141,40)
(68%,55%,16%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 40 of 255 = 16%

174
141
40

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 40 = 355 (100%)
R 174 of 355 ~ 49.01%
G 141 of 355 ~ 39.72%
B 40 of 355 ~ 11.27%

%49.01
%39.72
%11.27

CMYK color model

#AE8D28 color CMYK value is (0,19,77,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 77.01%
  • key color value is 31.76%
CMYK:
(0,19,77,32)
C0M19Y77K32 
(0%,19%,77%,32%)
(0.00/0.19/0.77/0.32)	

CMYK percentages

%0
%18.97
%77.01
%31.76

Codes

Color #AE8D28 in popluar color models

AE8D28
RGB17414140
HSL45°62.62%41.96%
HSB/HSV45°77.01%68.24%
CMYK0.00%18.97%77.01%
31.76%

Color #AE8D28 in popluar number systems.

HEXAE8D28
Decimal17414140
Binary1010111010001101101000
Octal25621550

Shades and tints

Shades of #AE8D28

#AE8D28
(174,141,40)
#9F8125
(159,129,37)
#907522
(144,117,34)
#81691F
(129,105,31)
#725D1C
(114,93,28)
#635119
(99,81,25)
#544516
(84,69,22)
#453913
(69,57,19)
#362D10
(54,45,16)
#27210D
(39,33,13)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #AE8D28

#AE8D28
(174,141,40)
#B5973B
(181,151,59)
#BCA14E
(188,161,78)
#C3AB61
(195,171,97)
#CAB574
(202,181,116)
#D1BF87
(209,191,135)
#D8C99A
(216,201,154)
#DFD3AD
(223,211,173)
#E6DDC0
(230,221,192)
#EDE7D3
(237,231,211)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8D28; }

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

This text font color is #AE8D28.


Background Color

.myBgColor { background-color: #AE8D28; }

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

This div background color is #AE8D28.


Border color

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

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

This div border color is #AE8D28.


Opacity

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

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

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

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

This text has shadow with #AE8D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8D28 on black background.


Color preview on white background

This text has color #AE8D28 on white background.



Black color preview on #AE8D28 background

This text has black color on #AE8D28 background.


White color preview on #AE8D28 background

This text has white color on #AE8D28 background.