COLOR #AE6216

HEX: #AE6216
RGB: (174,98,22)

Color info

#AE6216 contains mainly red color. Web safe color of #AE6216 is #996600 (or #960).

RGB color model

#AE6216 color RGB value is (174,98,22).

  • red value is 174;
  • green value is 98;
  • blue value is 22.
RGB:
(174,98,22)
(68%,38%,9%)

RGB channels and saturation

R 174 of 255 = 68%
G 98 of 255 = 38%
B 22 of 255 = 9%

174
98
22

R + G + B ~ 38%. #AE6216 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 98 + 22 = 294 (100%)
R 174 of 294 ~ 59.18%
G 98 of 294 ~ 33.33%
B 22 of 294 ~ 7.48%

%59.18
%33.33

CMYK color model

#AE6216 color CMYK value is (0,44,87,32).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 87.36%
  • key color value is 31.76%
CMYK:
(0,44,87,32)
C0M44Y87K32 
(0%,44%,87%,32%)
(0.00/0.44/0.87/0.32)	

CMYK percentages

%0
%43.68
%87.36
%31.76

Codes

Color #AE6216 in popluar color models

AE6216
RGB1749822
HSL30°77.55%38.43%
HSB/HSV30°87.36%68.24%
CMYK0.00%43.68%87.36%
31.76%

Color #AE6216 in popluar number systems.

HEXAE6216
Decimal1749822
Binary10101110110001010110
Octal25614226

Shades and tints

Shades of #AE6216

#AE6216
(174,98,22)
#9F5A14
(159,90,20)
#905212
(144,82,18)
#814A10
(129,74,16)
#72420E
(114,66,14)
#633A0C
(99,58,12)
#54320A
(84,50,10)
#452A08
(69,42,8)
#362206
(54,34,6)
#271A04
(39,26,4)
#181202
(24,18,2)
#000000
(0,0,0)

Tints of #AE6216

#AE6216
(174,98,22)
#B5702B
(181,112,43)
#BC7E40
(188,126,64)
#C38C55
(195,140,85)
#CA9A6A
(202,154,106)
#D1A87F
(209,168,127)
#D8B694
(216,182,148)
#DFC4A9
(223,196,169)
#E6D2BE
(230,210,190)
#EDE0D3
(237,224,211)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6216 color. Also use rgb(174,98,22) instead hex code.

Text Font Color

.myTextColor { color: #AE6216; }

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

This text font color is #AE6216.


Background Color

.myBgColor { background-color: #AE6216; }

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

This div background color is #AE6216.


Border color

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

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

This div border color is #AE6216.


Opacity

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

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

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

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

This text has shadow with #AE6216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6216 on black background.


Color preview on white background

This text has color #AE6216 on white background.



Black color preview on #AE6216 background

This text has black color on #AE6216 background.


White color preview on #AE6216 background

This text has white color on #AE6216 background.