COLOR #AE6F36

HEX: #AE6F36
RGB: (174,111,54)

Color info

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

RGB color model

#AE6F36 color RGB value is (174,111,54).

  • red value is 174;
  • green value is 111;
  • blue value is 54.
RGB:
(174,111,54)
(68%,44%,21%)

RGB channels and saturation

R 174 of 255 = 68%
G 111 of 255 = 44%
B 54 of 255 = 21%

174
111
54

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

Portions of RGB colors in percentages

R + G + B =
174 + 111 + 54 = 339 (100%)
R 174 of 339 ~ 51.33%
G 111 of 339 ~ 32.74%
B 54 of 339 ~ 15.93%

%51.33
%32.74
%15.93

CMYK color model

#AE6F36 color CMYK value is (0,36,69,32).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 68.97%
  • key color value is 31.76%
CMYK:
(0,36,69,32)
C0M36Y69K32 
(0%,36%,69%,32%)
(0.00/0.36/0.69/0.32)	

CMYK percentages

%0
%36.21
%68.97
%31.76

Codes

Color #AE6F36 in popluar color models

AE6F36
RGB17411154
HSL29°52.63%44.71%
HSB/HSV29°68.97%68.24%
CMYK0.00%36.21%68.97%
31.76%

Color #AE6F36 in popluar number systems.

HEXAE6F36
Decimal17411154
Binary101011101101111110110
Octal25615766

Shades and tints

Shades of #AE6F36

#AE6F36
(174,111,54)
#9F6532
(159,101,50)
#905B2E
(144,91,46)
#81512A
(129,81,42)
#724726
(114,71,38)
#633D22
(99,61,34)
#54331E
(84,51,30)
#45291A
(69,41,26)
#361F16
(54,31,22)
#271512
(39,21,18)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #AE6F36

#AE6F36
(174,111,54)
#B57C48
(181,124,72)
#BC895A
(188,137,90)
#C3966C
(195,150,108)
#CAA37E
(202,163,126)
#D1B090
(209,176,144)
#D8BDA2
(216,189,162)
#DFCAB4
(223,202,180)
#E6D7C6
(230,215,198)
#EDE4D8
(237,228,216)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6F36 color. Also use rgb(174,111,54) instead hex code.

Text Font Color

.myTextColor { color: #AE6F36; }

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

This text font color is #AE6F36.


Background Color

.myBgColor { background-color: #AE6F36; }

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

This div background color is #AE6F36.


Border color

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

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

This div border color is #AE6F36.


Opacity

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

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

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

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

This text has shadow with #AE6F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6F36 on black background.


Color preview on white background

This text has color #AE6F36 on white background.



Black color preview on #AE6F36 background

This text has black color on #AE6F36 background.


White color preview on #AE6F36 background

This text has white color on #AE6F36 background.