COLOR #AE6844

HEX: #AE6844
RGB: (174,104,68)

Color info

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

RGB color model

#AE6844 color RGB value is (174,104,68).

  • red value is 174;
  • green value is 104;
  • blue value is 68.
RGB:
(174,104,68)
(68%,41%,27%)

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 68 of 255 = 27%

174
104
68

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

Portions of RGB colors in percentages

R + G + B =
174 + 104 + 68 = 346 (100%)
R 174 of 346 ~ 50.29%
G 104 of 346 ~ 30.06%
B 68 of 346 ~ 19.65%

%50.29
%30.06
%19.65

CMYK color model

#AE6844 color CMYK value is (0,40,61,32).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 60.92%
  • key color value is 31.76%
CMYK:
(0,40,61,32)
C0M40Y61K32 
(0%,40%,61%,32%)
(0.00/0.40/0.61/0.32)	

CMYK percentages

%0
%40.23
%60.92
%31.76

Codes

Color #AE6844 in popluar color models

AE6844
RGB17410468
HSL20°43.80%47.45%
HSB/HSV20°60.92%68.24%
CMYK0.00%40.23%60.92%
31.76%

Color #AE6844 in popluar number systems.

HEXAE6844
Decimal17410468
Binary1010111011010001000100
Octal256150104

Shades and tints

Shades of #AE6844

#AE6844
(174,104,68)
#9F5F3E
(159,95,62)
#905638
(144,86,56)
#814D32
(129,77,50)
#72442C
(114,68,44)
#633B26
(99,59,38)
#543220
(84,50,32)
#45291A
(69,41,26)
#362014
(54,32,20)
#27170E
(39,23,14)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #AE6844

#AE6844
(174,104,68)
#B57555
(181,117,85)
#BC8266
(188,130,102)
#C38F77
(195,143,119)
#CA9C88
(202,156,136)
#D1A999
(209,169,153)
#D8B6AA
(216,182,170)
#DFC3BB
(223,195,187)
#E6D0CC
(230,208,204)
#EDDDDD
(237,221,221)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6844 color. Also use rgb(174,104,68) instead hex code.

Text Font Color

.myTextColor { color: #AE6844; }

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

This text font color is #AE6844.


Background Color

.myBgColor { background-color: #AE6844; }

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

This div background color is #AE6844.


Border color

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

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

This div border color is #AE6844.


Opacity

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

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

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

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

This text has shadow with #AE6844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6844 on black background.


Color preview on white background

This text has color #AE6844 on white background.



Black color preview on #AE6844 background

This text has black color on #AE6844 background.


White color preview on #AE6844 background

This text has white color on #AE6844 background.