COLOR #AE9060

HEX: #AE9060
RGB: (174,144,96)

Color info

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

RGB color model

#AE9060 color RGB value is (174,144,96).

  • red value is 174;
  • green value is 144;
  • blue value is 96.
RGB:
(174,144,96)
(68%,56%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 96 of 255 = 38%

174
144
96

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

Portions of RGB colors in percentages

R + G + B =
174 + 144 + 96 = 414 (100%)
R 174 of 414 ~ 42.03%
G 144 of 414 ~ 34.78%
B 96 of 414 ~ 23.19%

%42.03
%34.78
%23.19

CMYK color model

#AE9060 color CMYK value is (0,17,45,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(0,17,45,32)
C0M17Y45K32 
(0%,17%,45%,32%)
(0.00/0.17/0.45/0.32)	

CMYK percentages

%0
%17.24
%44.83
%31.76

Codes

Color #AE9060 in popluar color models

AE9060
RGB17414496
HSL37°32.50%52.94%
HSB/HSV37°44.83%68.24%
CMYK0.00%17.24%44.83%
31.76%

Color #AE9060 in popluar number systems.

HEXAE9060
Decimal17414496
Binary10101110100100001100000
Octal256220140

Shades and tints

Shades of #AE9060

#AE9060
(174,144,96)
#9F8358
(159,131,88)
#907650
(144,118,80)
#816948
(129,105,72)
#725C40
(114,92,64)
#634F38
(99,79,56)
#544230
(84,66,48)
#453528
(69,53,40)
#362820
(54,40,32)
#271B18
(39,27,24)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE9060

#AE9060
(174,144,96)
#B59A6E
(181,154,110)
#BCA47C
(188,164,124)
#C3AE8A
(195,174,138)
#CAB898
(202,184,152)
#D1C2A6
(209,194,166)
#D8CCB4
(216,204,180)
#DFD6C2
(223,214,194)
#E6E0D0
(230,224,208)
#EDEADE
(237,234,222)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9060 color. Also use rgb(174,144,96) instead hex code.

Text Font Color

.myTextColor { color: #AE9060; }

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

This text font color is #AE9060.


Background Color

.myBgColor { background-color: #AE9060; }

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

This div background color is #AE9060.


Border color

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

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

This div border color is #AE9060.


Opacity

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

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

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

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

This text has shadow with #AE9060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9060 on black background.


Color preview on white background

This text has color #AE9060 on white background.



Black color preview on #AE9060 background

This text has black color on #AE9060 background.


White color preview on #AE9060 background

This text has white color on #AE9060 background.