COLOR #AE966F

HEX: #AE966F
RGB: (174,150,111)

Color info

#AE966F contains mainly red and green colors. Web safe color of #AE966F is #999966 (or #996).

RGB color model

#AE966F color RGB value is (174,150,111).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 111 of 255 = 44%

174
150
111

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 111 = 435 (100%)
R 174 of 435 ~ 40%
G 150 of 435 ~ 34.48%
B 111 of 435 ~ 25.52%

%40
%34.48
%25.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 36.21%
  • key color value is 31.76%
CMYK:
(0,14,36,32)
C0M14Y36K32 
(0%,14%,36%,32%)
(0.00/0.14/0.36/0.32)	

CMYK percentages

%0
%13.79
%36.21
%31.76

Codes

Color #AE966F in popluar color models

AE966F
RGB174150111
HSL37°28.00%55.88%
HSB/HSV37°36.21%68.24%
CMYK0.00%13.79%36.21%
31.76%

Color #AE966F in popluar number systems.

HEXAE966F
Decimal174150111
Binary10101110100101101101111
Octal256226157

Shades and tints

Shades of #AE966F

#AE966F
(174,150,111)
#9F8965
(159,137,101)
#907C5B
(144,124,91)
#816F51
(129,111,81)
#726247
(114,98,71)
#63553D
(99,85,61)
#544833
(84,72,51)
#453B29
(69,59,41)
#362E1F
(54,46,31)
#272115
(39,33,21)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #AE966F

#AE966F
(174,150,111)
#B59F7C
(181,159,124)
#BCA889
(188,168,137)
#C3B196
(195,177,150)
#CABAA3
(202,186,163)
#D1C3B0
(209,195,176)
#D8CCBD
(216,204,189)
#DFD5CA
(223,213,202)
#E6DED7
(230,222,215)
#EDE7E4
(237,231,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE966F; }

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

This text font color is #AE966F.


Background Color

.myBgColor { background-color: #AE966F; }

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

This div background color is #AE966F.


Border color

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

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

This div border color is #AE966F.


Opacity

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

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

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

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

This text has shadow with #AE966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE966F on black background.


Color preview on white background

This text has color #AE966F on white background.



Black color preview on #AE966F background

This text has black color on #AE966F background.


White color preview on #AE966F background

This text has white color on #AE966F background.