COLOR #AE905E

HEX: #AE905E
RGB: (174,144,94)

Color info

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

RGB color model

#AE905E color RGB value is (174,144,94).

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

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 94 of 255 = 37%

174
144
94

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

Portions of RGB colors in percentages

R + G + B =
174 + 144 + 94 = 412 (100%)
R 174 of 412 ~ 42.23%
G 144 of 412 ~ 34.95%
B 94 of 412 ~ 22.82%

%42.23
%34.95
%22.82

CMYK color model

#AE905E color CMYK value is (0,17,46,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 45.98%
  • key color value is 31.76%
CMYK:
(0,17,46,32)
C0M17Y46K32 
(0%,17%,46%,32%)
(0.00/0.17/0.46/0.32)	

CMYK percentages

%0
%17.24
%45.98
%31.76

Codes

Color #AE905E in popluar color models

AE905E
RGB17414494
HSL38°33.06%52.55%
HSB/HSV38°45.98%68.24%
CMYK0.00%17.24%45.98%
31.76%

Color #AE905E in popluar number systems.

HEXAE905E
Decimal17414494
Binary10101110100100001011110
Octal256220136

Shades and tints

Shades of #AE905E

#AE905E
(174,144,94)
#9F8356
(159,131,86)
#90764E
(144,118,78)
#816946
(129,105,70)
#725C3E
(114,92,62)
#634F36
(99,79,54)
#54422E
(84,66,46)
#453526
(69,53,38)
#36281E
(54,40,30)
#271B16
(39,27,22)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE905E

#AE905E
(174,144,94)
#B59A6C
(181,154,108)
#BCA47A
(188,164,122)
#C3AE88
(195,174,136)
#CAB896
(202,184,150)
#D1C2A4
(209,194,164)
#D8CCB2
(216,204,178)
#DFD6C0
(223,214,192)
#E6E0CE
(230,224,206)
#EDEADC
(237,234,220)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE905E; }

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

This text font color is #AE905E.


Background Color

.myBgColor { background-color: #AE905E; }

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

This div background color is #AE905E.


Border color

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

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

This div border color is #AE905E.


Opacity

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

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

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

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

This text has shadow with #AE905E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE905E on black background.


Color preview on white background

This text has color #AE905E on white background.



Black color preview on #AE905E background

This text has black color on #AE905E background.


White color preview on #AE905E background

This text has white color on #AE905E background.