COLOR #AE8A5A

HEX: #AE8A5A
RGB: (174,138,90)

Color info

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

RGB color model

#AE8A5A color RGB value is (174,138,90).

  • red value is 174;
  • green value is 138;
  • blue value is 90.
RGB:
(174,138,90)
(68%,54%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 90 of 255 = 35%

174
138
90

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

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 90 = 402 (100%)
R 174 of 402 ~ 43.28%
G 138 of 402 ~ 34.33%
B 90 of 402 ~ 22.39%

%43.28
%34.33
%22.39

CMYK color model

#AE8A5A color CMYK value is (0,21,48,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 48.28%
  • key color value is 31.76%
CMYK:
(0,21,48,32)
C0M21Y48K32 
(0%,21%,48%,32%)
(0.00/0.21/0.48/0.32)	

CMYK percentages

%0
%20.69
%48.28
%31.76

Codes

Color #AE8A5A in popluar color models

AE8A5A
RGB17413890
HSL34°34.15%51.76%
HSB/HSV34°48.28%68.24%
CMYK0.00%20.69%48.28%
31.76%

Color #AE8A5A in popluar number systems.

HEXAE8A5A
Decimal17413890
Binary10101110100010101011010
Octal256212132

Shades and tints

Shades of #AE8A5A

#AE8A5A
(174,138,90)
#9F7E52
(159,126,82)
#90724A
(144,114,74)
#816642
(129,102,66)
#725A3A
(114,90,58)
#634E32
(99,78,50)
#54422A
(84,66,42)
#453622
(69,54,34)
#362A1A
(54,42,26)
#271E12
(39,30,18)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #AE8A5A

#AE8A5A
(174,138,90)
#B59469
(181,148,105)
#BC9E78
(188,158,120)
#C3A887
(195,168,135)
#CAB296
(202,178,150)
#D1BCA5
(209,188,165)
#D8C6B4
(216,198,180)
#DFD0C3
(223,208,195)
#E6DAD2
(230,218,210)
#EDE4E1
(237,228,225)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A5A color. Also use rgb(174,138,90) instead hex code.

Text Font Color

.myTextColor { color: #AE8A5A; }

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

This text font color is #AE8A5A.


Background Color

.myBgColor { background-color: #AE8A5A; }

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

This div background color is #AE8A5A.


Border color

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

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

This div border color is #AE8A5A.


Opacity

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

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

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

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

This text has shadow with #AE8A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8A5A on black background.


Color preview on white background

This text has color #AE8A5A on white background.



Black color preview on #AE8A5A background

This text has black color on #AE8A5A background.


White color preview on #AE8A5A background

This text has white color on #AE8A5A background.