COLOR #AE9469

HEX: #AE9469
RGB: (174,148,105)

Color info

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

RGB color model

#AE9469 color RGB value is (174,148,105).

  • red value is 174;
  • green value is 148;
  • blue value is 105.
RGB:
(174,148,105)
(68%,58%,41%)

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 105 of 255 = 41%

174
148
105

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

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 105 = 427 (100%)
R 174 of 427 ~ 40.75%
G 148 of 427 ~ 34.66%
B 105 of 427 ~ 24.59%

%40.75
%34.66
%24.59

CMYK color model

#AE9469 color CMYK value is (0,15,40,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 39.66%
  • key color value is 31.76%
CMYK:
(0,15,40,32)
C0M15Y40K32 
(0%,15%,40%,32%)
(0.00/0.15/0.40/0.32)	

CMYK percentages

%0
%14.94
%39.66
%31.76

Codes

Color #AE9469 in popluar color models

AE9469
RGB174148105
HSL37°29.87%54.71%
HSB/HSV37°39.66%68.24%
CMYK0.00%14.94%39.66%
31.76%

Color #AE9469 in popluar number systems.

HEXAE9469
Decimal174148105
Binary10101110100101001101001
Octal256224151

Shades and tints

Shades of #AE9469

#AE9469
(174,148,105)
#9F8760
(159,135,96)
#907A57
(144,122,87)
#816D4E
(129,109,78)
#726045
(114,96,69)
#63533C
(99,83,60)
#544633
(84,70,51)
#45392A
(69,57,42)
#362C21
(54,44,33)
#271F18
(39,31,24)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AE9469

#AE9469
(174,148,105)
#B59D76
(181,157,118)
#BCA683
(188,166,131)
#C3AF90
(195,175,144)
#CAB89D
(202,184,157)
#D1C1AA
(209,193,170)
#D8CAB7
(216,202,183)
#DFD3C4
(223,211,196)
#E6DCD1
(230,220,209)
#EDE5DE
(237,229,222)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9469 color. Also use rgb(174,148,105) instead hex code.

Text Font Color

.myTextColor { color: #AE9469; }

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

This text font color is #AE9469.


Background Color

.myBgColor { background-color: #AE9469; }

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

This div background color is #AE9469.


Border color

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

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

This div border color is #AE9469.


Opacity

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

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

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

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

This text has shadow with #AE9469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9469 on black background.


Color preview on white background

This text has color #AE9469 on white background.



Black color preview on #AE9469 background

This text has black color on #AE9469 background.


White color preview on #AE9469 background

This text has white color on #AE9469 background.