COLOR #AE6B16

HEX: #AE6B16
RGB: (174,107,22)

Color info

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

RGB color model

#AE6B16 color RGB value is (174,107,22).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 22 of 255 = 9%

174
107
22

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 22 = 303 (100%)
R 174 of 303 ~ 57.43%
G 107 of 303 ~ 35.31%
B 22 of 303 ~ 7.26%

%57.43
%35.31

CMYK color model

#AE6B16 color CMYK value is (0,39,87,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 87.36%
  • key color value is 31.76%
CMYK:
(0,39,87,32)
C0M39Y87K32 
(0%,39%,87%,32%)
(0.00/0.39/0.87/0.32)	

CMYK percentages

%0
%38.51
%87.36
%31.76

Codes

Color #AE6B16 in popluar color models

AE6B16
RGB17410722
HSL34°77.55%38.43%
HSB/HSV34°87.36%68.24%
CMYK0.00%38.51%87.36%
31.76%

Color #AE6B16 in popluar number systems.

HEXAE6B16
Decimal17410722
Binary10101110110101110110
Octal25615326

Shades and tints

Shades of #AE6B16

#AE6B16
(174,107,22)
#9F6214
(159,98,20)
#905912
(144,89,18)
#815010
(129,80,16)
#72470E
(114,71,14)
#633E0C
(99,62,12)
#54350A
(84,53,10)
#452C08
(69,44,8)
#362306
(54,35,6)
#271A04
(39,26,4)
#181102
(24,17,2)
#000000
(0,0,0)

Tints of #AE6B16

#AE6B16
(174,107,22)
#B5782B
(181,120,43)
#BC8540
(188,133,64)
#C39255
(195,146,85)
#CA9F6A
(202,159,106)
#D1AC7F
(209,172,127)
#D8B994
(216,185,148)
#DFC6A9
(223,198,169)
#E6D3BE
(230,211,190)
#EDE0D3
(237,224,211)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6B16; }

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

This text font color is #AE6B16.


Background Color

.myBgColor { background-color: #AE6B16; }

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

This div background color is #AE6B16.


Border color

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

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

This div border color is #AE6B16.


Opacity

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

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

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

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

This text has shadow with #AE6B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6B16 on black background.


Color preview on white background

This text has color #AE6B16 on white background.



Black color preview on #AE6B16 background

This text has black color on #AE6B16 background.


White color preview on #AE6B16 background

This text has white color on #AE6B16 background.