COLOR #AE766F

HEX: #AE766F
RGB: (174,118,111)

Color info

#AE766F contains mainly red and green colors. Web safe color of #AE766F is #996666 (or #966).

RGB color model

#AE766F color RGB value is (174,118,111).

  • red value is 174;
  • green value is 118;
  • blue value is 111.
RGB: (174,118,111) (68%,46%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 118 of 255 = 46%
B 111 of 255 = 44%

174
118
111

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

Portions of RGB colors in percentages

R + G + B =
174 + 118 + 111 = 403 (100%)
R 174 of 403 ~ 43.18%
G 118 of 403 ~ 29.28%
B 111 of 403 ~ 27.54%

%43.18
%29.28
%27.54

CMYK color model

#AE766F color CMYK value is (0,32,36,32).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 36.21%
  • key color value is 31.76%
CMYK: (0,32,36,32) C0M32Y36K32 (0%,32%,36%,32%) (0.00/0.32/0.36/0.32)

CMYK percentages

%0
%32.18
%36.21
%31.76

Codes

Color #AE766F in popluar color models

AE766F
RGB174118111
HSL28.00%55.88%
HSB/HSV36.21%68.24%
CMYK0.00%32.18%36.21%
31.76%

Color #AE766F in popluar number systems.

HEXAE766F
Decimal174118111
Binary1010111011101101101111
Octal256166157

Shades and tints

Shades of #AE766F

#AE766F
(174,118,111)
#9F6C65
(159,108,101)
#90625B
(144,98,91)
#815851
(129,88,81)
#724E47
(114,78,71)
#63443D
(99,68,61)
#543A33
(84,58,51)
#453029
(69,48,41)
#36261F
(54,38,31)
#271C15
(39,28,21)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #AE766F

#AE766F
(174,118,111)
#B5827C
(181,130,124)
#BC8E89
(188,142,137)
#C39A96
(195,154,150)
#CAA6A3
(202,166,163)
#D1B2B0
(209,178,176)
#D8BEBD
(216,190,189)
#DFCACA
(223,202,202)
#E6D6D7
(230,214,215)
#EDE2E4
(237,226,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE766F color. Also use rgb(174,118,111) instead hex code.

Text Font Color

.myTextColor { color: #AE766F; }

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

This text font color is #AE766F.


Background Color

.myBgColor { background-color: #AE766F; }

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

This div background color is #AE766F.


Border color

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

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

This div border color is #AE766F.


Opacity

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

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

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

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

This text has shadow with #AE766F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE766F on black background.


Color preview on white background

This text has color #AE766F on white background.



Black color preview on #AE766F background

This text has black color on #AE766F background.


White color preview on #AE766F background

This text has white color on #AE766F background.