COLOR #AE6A49

HEX: #AE6A49
RGB: (174,106,73)

Color info

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

RGB color model

#AE6A49 color RGB value is (174,106,73).

  • red value is 174;
  • green value is 106;
  • blue value is 73.
RGB:
(174,106,73)
(68%,42%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 106 of 255 = 42%
B 73 of 255 = 29%

174
106
73

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

Portions of RGB colors in percentages

R + G + B =
174 + 106 + 73 = 353 (100%)
R 174 of 353 ~ 49.29%
G 106 of 353 ~ 30.03%
B 73 of 353 ~ 20.68%

%49.29
%30.03
%20.68

CMYK color model

#AE6A49 color CMYK value is (0,39,58,32).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 58.05%
  • key color value is 31.76%
CMYK:
(0,39,58,32)
C0M39Y58K32 
(0%,39%,58%,32%)
(0.00/0.39/0.58/0.32)	

CMYK percentages

%0
%39.08
%58.05
%31.76

Codes

Color #AE6A49 in popluar color models

AE6A49
RGB17410673
HSL20°40.89%48.43%
HSB/HSV20°58.05%68.24%
CMYK0.00%39.08%58.05%
31.76%

Color #AE6A49 in popluar number systems.

HEXAE6A49
Decimal17410673
Binary1010111011010101001001
Octal256152111

Shades and tints

Shades of #AE6A49

#AE6A49
(174,106,73)
#9F6143
(159,97,67)
#90583D
(144,88,61)
#814F37
(129,79,55)
#724631
(114,70,49)
#633D2B
(99,61,43)
#543425
(84,52,37)
#452B1F
(69,43,31)
#362219
(54,34,25)
#271913
(39,25,19)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AE6A49

#AE6A49
(174,106,73)
#B57759
(181,119,89)
#BC8469
(188,132,105)
#C39179
(195,145,121)
#CA9E89
(202,158,137)
#D1AB99
(209,171,153)
#D8B8A9
(216,184,169)
#DFC5B9
(223,197,185)
#E6D2C9
(230,210,201)
#EDDFD9
(237,223,217)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6A49 color. Also use rgb(174,106,73) instead hex code.

Text Font Color

.myTextColor { color: #AE6A49; }

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

This text font color is #AE6A49.


Background Color

.myBgColor { background-color: #AE6A49; }

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

This div background color is #AE6A49.


Border color

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

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

This div border color is #AE6A49.


Opacity

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

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

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

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

This text has shadow with #AE6A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6A49 on black background.


Color preview on white background

This text has color #AE6A49 on white background.



Black color preview on #AE6A49 background

This text has black color on #AE6A49 background.


White color preview on #AE6A49 background

This text has white color on #AE6A49 background.