COLOR #AE6F33

HEX: #AE6F33
RGB: (174,111,51)

Color info

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

RGB color model

#AE6F33 color RGB value is (174,111,51).

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

RGB channels and saturation

R 174 of 255 = 68%
G 111 of 255 = 44%
B 51 of 255 = 20%

174
111
51

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

Portions of RGB colors in percentages

R + G + B =
174 + 111 + 51 = 336 (100%)
R 174 of 336 ~ 51.79%
G 111 of 336 ~ 33.04%
B 51 of 336 ~ 15.18%

%51.79
%33.04
%15.18

CMYK color model

#AE6F33 color CMYK value is (0,36,71,32).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 70.69%
  • key color value is 31.76%
CMYK:
(0,36,71,32)
C0M36Y71K32 
(0%,36%,71%,32%)
(0.00/0.36/0.71/0.32)	

CMYK percentages

%0
%36.21
%70.69
%31.76

Codes

Color #AE6F33 in popluar color models

AE6F33
RGB17411151
HSL29°54.67%44.12%
HSB/HSV29°70.69%68.24%
CMYK0.00%36.21%70.69%
31.76%

Color #AE6F33 in popluar number systems.

HEXAE6F33
Decimal17411151
Binary101011101101111110011
Octal25615763

Shades and tints

Shades of #AE6F33

#AE6F33
(174,111,51)
#9F652F
(159,101,47)
#905B2B
(144,91,43)
#815127
(129,81,39)
#724723
(114,71,35)
#633D1F
(99,61,31)
#54331B
(84,51,27)
#452917
(69,41,23)
#361F13
(54,31,19)
#27150F
(39,21,15)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #AE6F33

#AE6F33
(174,111,51)
#B57C45
(181,124,69)
#BC8957
(188,137,87)
#C39669
(195,150,105)
#CAA37B
(202,163,123)
#D1B08D
(209,176,141)
#D8BD9F
(216,189,159)
#DFCAB1
(223,202,177)
#E6D7C3
(230,215,195)
#EDE4D5
(237,228,213)
#F4F1E7
(244,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6F33; }

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

This text font color is #AE6F33.


Background Color

.myBgColor { background-color: #AE6F33; }

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

This div background color is #AE6F33.


Border color

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

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

This div border color is #AE6F33.


Opacity

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

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

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

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

This text has shadow with #AE6F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6F33 on black background.


Color preview on white background

This text has color #AE6F33 on white background.



Black color preview on #AE6F33 background

This text has black color on #AE6F33 background.


White color preview on #AE6F33 background

This text has white color on #AE6F33 background.