COLOR #AE921E

HEX: #AE921E
RGB: (174,146,30)

Color info

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

RGB color model

#AE921E color RGB value is (174,146,30).

  • red value is 174;
  • green value is 146;
  • blue value is 30.
RGB:
(174,146,30)
(68%,57%,12%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 30 of 255 = 12%

174
146
30

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 30 = 350 (100%)
R 174 of 350 ~ 49.71%
G 146 of 350 ~ 41.71%
B 30 of 350 ~ 8.57%

%49.71
%41.71

CMYK color model

#AE921E color CMYK value is (0,16,83,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 82.76%
  • key color value is 31.76%
CMYK:
(0,16,83,32)
C0M16Y83K32 
(0%,16%,83%,32%)
(0.00/0.16/0.83/0.32)	

CMYK percentages

%0
%16.09
%82.76
%31.76

Codes

Color #AE921E in popluar color models

AE921E
RGB17414630
HSL48°70.59%40.00%
HSB/HSV48°82.76%68.24%
CMYK0.00%16.09%82.76%
31.76%

Color #AE921E in popluar number systems.

HEXAE921E
Decimal17414630
Binary101011101001001011110
Octal25622236

Shades and tints

Shades of #AE921E

#AE921E
(174,146,30)
#9F851C
(159,133,28)
#90781A
(144,120,26)
#816B18
(129,107,24)
#725E16
(114,94,22)
#635114
(99,81,20)
#544412
(84,68,18)
#453710
(69,55,16)
#362A0E
(54,42,14)
#271D0C
(39,29,12)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #AE921E

#AE921E
(174,146,30)
#B59B32
(181,155,50)
#BCA446
(188,164,70)
#C3AD5A
(195,173,90)
#CAB66E
(202,182,110)
#D1BF82
(209,191,130)
#D8C896
(216,200,150)
#DFD1AA
(223,209,170)
#E6DABE
(230,218,190)
#EDE3D2
(237,227,210)
#F4ECE6
(244,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE921E color. Also use rgb(174,146,30) instead hex code.

Text Font Color

.myTextColor { color: #AE921E; }

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

This text font color is #AE921E.


Background Color

.myBgColor { background-color: #AE921E; }

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

This div background color is #AE921E.


Border color

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

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

This div border color is #AE921E.


Opacity

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

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

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

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

This text has shadow with #AE921E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE921E on black background.


Color preview on white background

This text has color #AE921E on white background.



Black color preview on #AE921E background

This text has black color on #AE921E background.


White color preview on #AE921E background

This text has white color on #AE921E background.