COLOR #AE6932

HEX: #AE6932 RGB: (174,105,50)

Color info

#AE6932 contains mainly red color. Web safe color of #AE6932 is #996633 (or #963).

RGB color model

#AE6932 color RGB value is (174,105,50).

RGB: (174,105,50) (68%, 41%, 20%)

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 50 of 255 = 20%

174
105
50

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

Portions of RGB colors in percentages

R + G + B = 174 + 105 + 50 = 329 (100%)
R 174 of 329 ~ 52.89%
G 105 of 329 ~ 31.91%
B 50 of 329 ~ 15.2'%

%52.89
%31.91
%15.2

CMYK color model

#AE6932 color CMYK value is (0,40,71,32).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 71.26%
  • key color value is 31.76%

CMYK: (0,40,71,32)
C0M40Y71K32 (0%, 40%, 71%, 32%)
(0.00 / 0.40 / 0.71 / 0.32)

CMYK percentages

%0
%39.66
%71.26
%31.76

Codes

Color #AE6932 in popluar color models

AE 69 32
RGB 174 105 50
HSL 27° 55.36% 43.92%
HSB/HSV 27° 71.26% 68.24%
CMYK 0.00% 39.66% 71.26%
31.76%

Color #AE6932 in popluar number systems.

HEX AE 69 32
Decimal 174 105 50
Binary 10101110 1101001 110010
Octal 256 151 62

Shades and tints

Shades of #AE6932

#AE6932
(174,105,50)
#9F602E
(159,96,46)
#90572A
(144,87,42)
#814E26
(129,78,38)
#724522
(114,69,34)
#633C1E
(99,60,30)
#54331A
(84,51,26)
#452A16
(69,42,22)
#362112
(54,33,18)
#27180E
(39,24,14)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #AE6932

#AE6932
(174,105,50)
#B57644
(181,118,68)
#BC8356
(188,131,86)
#C39068
(195,144,104)
#CA9D7A
(202,157,122)
#D1AA8C
(209,170,140)
#D8B79E
(216,183,158)
#DFC4B0
(223,196,176)
#E6D1C2
(230,209,194)
#EDDED4
(237,222,212)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6932 color. Also use rgb(174,105,50) instead hex code.

Text Font Color

.myTextColor { color: #AE6932; }

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

This text font color is #AE6932.

Background Color

.myBgColor { background-color: #AE6932; }

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

This div background color is #AE6932.

Border color

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

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

This div border color is #AE6932.

Opacity

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

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

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

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

This text has shadow with #AE6932 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6932.

Preview

Color preview on black background

This text has color #AE6932 on black background.


Color preview on white background

This text has color #AE6932 on white background.


Black color preview on #AE6932 background

This text has black color on #AE6932 background.


White color preview on #AE6932 background

This text has white color on #AE6932 background.


Related colors

Complementary color

Complementary color for #hex is #5196CD.


I love getcolorcode.com

Triadic colors

1 #32AE69 and #6932AE with #AE6932 are triadic colors.

2 #3269AE and #69AE32 with #AE6932 are triadic colors.