COLOR #AE6F45

HEX: #AE6F45
RGB: (174,111,69)

Color info

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

RGB color model

#AE6F45 color RGB value is (174,111,69).

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

RGB channels and saturation

R 174 of 255 = 68%
G 111 of 255 = 44%
B 69 of 255 = 27%

174
111
69

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

Portions of RGB colors in percentages

R + G + B =
174 + 111 + 69 = 354 (100%)
R 174 of 354 ~ 49.15%
G 111 of 354 ~ 31.36%
B 69 of 354 ~ 19.49%

%49.15
%31.36
%19.49

CMYK color model

#AE6F45 color CMYK value is (0,36,60,32).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 60.34%
  • key color value is 31.76%
CMYK:
(0,36,60,32)
C0M36Y60K32 
(0%,36%,60%,32%)
(0.00/0.36/0.60/0.32)	

CMYK percentages

%0
%36.21
%60.34
%31.76

Codes

Color #AE6F45 in popluar color models

AE6F45
RGB17411169
HSL24°43.21%47.65%
HSB/HSV24°60.34%68.24%
CMYK0.00%36.21%60.34%
31.76%

Color #AE6F45 in popluar number systems.

HEXAE6F45
Decimal17411169
Binary1010111011011111000101
Octal256157105

Shades and tints

Shades of #AE6F45

#AE6F45
(174,111,69)
#9F653F
(159,101,63)
#905B39
(144,91,57)
#815133
(129,81,51)
#72472D
(114,71,45)
#633D27
(99,61,39)
#543321
(84,51,33)
#45291B
(69,41,27)
#361F15
(54,31,21)
#27150F
(39,21,15)
#180B09
(24,11,9)
#000000
(0,0,0)

Tints of #AE6F45

#AE6F45
(174,111,69)
#B57C55
(181,124,85)
#BC8965
(188,137,101)
#C39675
(195,150,117)
#CAA385
(202,163,133)
#D1B095
(209,176,149)
#D8BDA5
(216,189,165)
#DFCAB5
(223,202,181)
#E6D7C5
(230,215,197)
#EDE4D5
(237,228,213)
#F4F1E5
(244,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6F45; }

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

This text font color is #AE6F45.


Background Color

.myBgColor { background-color: #AE6F45; }

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

This div background color is #AE6F45.


Border color

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

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

This div border color is #AE6F45.


Opacity

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

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

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

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

This text has shadow with #AE6F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6F45 on black background.


Color preview on white background

This text has color #AE6F45 on white background.



Black color preview on #AE6F45 background

This text has black color on #AE6F45 background.


White color preview on #AE6F45 background

This text has white color on #AE6F45 background.