COLOR #AE8A0E

HEX: #AE8A0E RGB: (174,138,14)

Color info

#AE8A0E contains mainly red and green colors. Web safe color of #AE8A0E is #999900 (or #990).

RGB color model

#AE8A0E color RGB value is (174,138,14).

RGB: (174,138,14) (68%, 54%, 5%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 14 of 255 = 5%

174
138
14

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

Portions of RGB colors in percentages

R + G + B = 174 + 138 + 14 = 326 (100%)
R 174 of 326 ~ 53.37%
G 138 of 326 ~ 42.33%
B 14 of 326 ~ 4.29'%

%53.37
%42.33

CMYK color model

#AE8A0E color CMYK value is (0,21,92,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 91.95%
  • key color value is 31.76%

CMYK: (0,21,92,32)
C0M21Y92K32 (0%, 21%, 92%, 32%)
(0.00 / 0.21 / 0.92 / 0.32)

CMYK percentages

%0
%20.69
%91.95
%31.76

Codes

Color #AE8A0E in popluar color models

AE 8A 0E
RGB 174 138 14
HSL 47° 85.11% 36.86%
HSB/HSV 47° 91.95% 68.24%
CMYK 0.00% 20.69% 91.95%
31.76%

Color #AE8A0E in popluar number systems.

HEX AE 8A 0E
Decimal 174 138 14
Binary 10101110 10001010 1110
Octal 256 212 16

Shades and tints

Shades of #AE8A0E

#AE8A0E
(174,138,14)
#9F7E0D
(159,126,13)
#90720C
(144,114,12)
#81660B
(129,102,11)
#725A0A
(114,90,10)
#634E09
(99,78,9)
#544208
(84,66,8)
#453607
(69,54,7)
#362A06
(54,42,6)
#271E05
(39,30,5)
#181204
(24,18,4)
#000000
(0,0,0)

Tints of #AE8A0E

#AE8A0E
(174,138,14)
#B59423
(181,148,35)
#BC9E38
(188,158,56)
#C3A84D
(195,168,77)
#CAB262
(202,178,98)
#D1BC77
(209,188,119)
#D8C68C
(216,198,140)
#DFD0A1
(223,208,161)
#E6DAB6
(230,218,182)
#EDE4CB
(237,228,203)
#F4EEE0
(244,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A0E color. Also use rgb(174,138,14) instead hex code.

Text Font Color

.myTextColor { color: #AE8A0E; }

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

This text font color is #AE8A0E.

Background Color

.myBgColor { background-color: #AE8A0E; }

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

This div background color is #AE8A0E.

Border color

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

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

This div border color is #AE8A0E.

Opacity

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

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

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

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

This text has shadow with #AE8A0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8A0E.

Preview

Color preview on black background

This text has color #AE8A0E on black background.


Color preview on white background

This text has color #AE8A0E on white background.


Black color preview on #AE8A0E background

This text has black color on #AE8A0E background.


White color preview on #AE8A0E background

This text has white color on #AE8A0E background.


Related colors

Complementary color

Complementary color for #AE8A0E is #5175F1.


I love getcolorcode.com

Triadic colors

1 #0EAE8A and #8A0EAE with #AE8A0E are triadic colors.

2 #0E8AAE and #8AAE0E with #AE8A0E are triadic colors.