COLOR #AE774A

HEX: #AE774A RGB: (174,119,74)

Color info

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

RGB color model

#AE774A color RGB value is (174,119,74).

RGB: (174,119,74) (68%, 47%, 29%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 74 of 255 = 29%

174
119
74

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

Portions of RGB colors in percentages

R + G + B = 174 + 119 + 74 = 367 (100%)
R 174 of 367 ~ 47.41%
G 119 of 367 ~ 32.43%
B 74 of 367 ~ 20.16'%

%47.41
%32.43
%20.16

CMYK color model

#AE774A color CMYK value is (0,32,57,32).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 57.47%
  • key color value is 31.76%
CMYK: (0,32,57,32) C0M32Y57K32 (0%,32%,57%,32%) (0.00/0.32/0.57/0.32) 

CMYK percentages

%0
%31.61
%57.47
%31.76

Codes

Color #AE774A in popluar color models

AE 77 4A
RGB 174 119 74
HSL 27° 40.32% 48.63%
HSB/HSV 27° 57.47% 68.24%
CMYK 0.00% 31.61% 57.47%
31.76%

Color #AE774A in popluar number systems.

HEX AE 77 4A
Decimal 174 119 74
Binary 10101110 1110111 1001010
Octal 256 167 112

Shades and tints

Shades of #AE774A

#AE774A
(174,119,74)
#9F6D44
(159,109,68)
#90633E
(144,99,62)
#815938
(129,89,56)
#724F32
(114,79,50)
#63452C
(99,69,44)
#543B26
(84,59,38)
#453120
(69,49,32)
#36271A
(54,39,26)
#271D14
(39,29,20)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #AE774A

#AE774A
(174,119,74)
#B5835A
(181,131,90)
#BC8F6A
(188,143,106)
#C39B7A
(195,155,122)
#CAA78A
(202,167,138)
#D1B39A
(209,179,154)
#D8BFAA
(216,191,170)
#DFCBBA
(223,203,186)
#E6D7CA
(230,215,202)
#EDE3DA
(237,227,218)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE774A color. Also use rgb(174,119,74) instead hex code.

Text Font Color

.myTextColor { color: #AE774A; }

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

This text font color is #AE774A.

Background Color

.myBgColor { background-color: #AE774A; }

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

This div background color is #AE774A.

Border color

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

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

This div border color is #AE774A.

Opacity

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

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

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

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

This text has shadow with #AE774A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE774A.

Preview

Color preview on black background

This text has color #AE774A on black background.


Color preview on white background

This text has color #AE774A on white background.


Black color preview on #AE774A background

This text has black color on #AE774A background.


White color preview on #AE774A background

This text has white color on #AE774A background.


Related colors

Complementary color

Complementary color for #hex is #5188B5.


I love getcolorcode.com

Triadic colors

1 #4AAE77 and #774AAE with #AE774A are triadic colors.

2 #4A77AE and #77AE4A with #AE774A are triadic colors.