COLOR #AE6B3D

HEX: #AE6B3D
RGB: (174,107,61)

Color info

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

RGB color model

#AE6B3D color RGB value is (174,107,61).

  • red value is 174;
  • green value is 107;
  • blue value is 61.
RGB:
(174,107,61)
(68%,42%,24%)

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 61 of 255 = 24%

174
107
61

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 61 = 342 (100%)
R 174 of 342 ~ 50.88%
G 107 of 342 ~ 31.29%
B 61 of 342 ~ 17.84%

%50.88
%31.29
%17.84

CMYK color model

#AE6B3D color CMYK value is (0,39,65,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 64.94%
  • key color value is 31.76%
CMYK:
(0,39,65,32)
C0M39Y65K32 
(0%,39%,65%,32%)
(0.00/0.39/0.65/0.32)	

CMYK percentages

%0
%38.51
%64.94
%31.76

Codes

Color #AE6B3D in popluar color models

AE6B3D
RGB17410761
HSL24°48.09%46.08%
HSB/HSV24°64.94%68.24%
CMYK0.00%38.51%64.94%
31.76%

Color #AE6B3D in popluar number systems.

HEXAE6B3D
Decimal17410761
Binary101011101101011111101
Octal25615375

Shades and tints

Shades of #AE6B3D

#AE6B3D
(174,107,61)
#9F6238
(159,98,56)
#905933
(144,89,51)
#81502E
(129,80,46)
#724729
(114,71,41)
#633E24
(99,62,36)
#54351F
(84,53,31)
#452C1A
(69,44,26)
#362315
(54,35,21)
#271A10
(39,26,16)
#18110B
(24,17,11)
#000000
(0,0,0)

Tints of #AE6B3D

#AE6B3D
(174,107,61)
#B5784E
(181,120,78)
#BC855F
(188,133,95)
#C39270
(195,146,112)
#CA9F81
(202,159,129)
#D1AC92
(209,172,146)
#D8B9A3
(216,185,163)
#DFC6B4
(223,198,180)
#E6D3C5
(230,211,197)
#EDE0D6
(237,224,214)
#F4EDE7
(244,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6B3D color. Also use rgb(174,107,61) instead hex code.

Text Font Color

.myTextColor { color: #AE6B3D; }

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

This text font color is #AE6B3D.


Background Color

.myBgColor { background-color: #AE6B3D; }

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

This div background color is #AE6B3D.


Border color

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

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

This div border color is #AE6B3D.


Opacity

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

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

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

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

This text has shadow with #AE6B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6B3D on black background.


Color preview on white background

This text has color #AE6B3D on white background.



Black color preview on #AE6B3D background

This text has black color on #AE6B3D background.


White color preview on #AE6B3D background

This text has white color on #AE6B3D background.