COLOR #AE8730

HEX: #AE8730
RGB: (174,135,48)

Color info

#AE8730 contains mainly red and green colors. Web safe color of #AE8730 is #999933 (or #993).

RGB color model

#AE8730 color RGB value is (174,135,48).

  • red value is 174;
  • green value is 135;
  • blue value is 48.
RGB:
(174,135,48)
(68%,53%,19%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 48 of 255 = 19%

174
135
48

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

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 48 = 357 (100%)
R 174 of 357 ~ 48.74%
G 135 of 357 ~ 37.82%
B 48 of 357 ~ 13.45%

%48.74
%37.82
%13.45

CMYK color model

#AE8730 color CMYK value is (0,22,72,32).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 72.41%
  • key color value is 31.76%
CMYK:
(0,22,72,32)
C0M22Y72K32 
(0%,22%,72%,32%)
(0.00/0.22/0.72/0.32)	

CMYK percentages

%0
%22.41
%72.41
%31.76

Codes

Color #AE8730 in popluar color models

AE8730
RGB17413548
HSL41°56.76%43.53%
HSB/HSV41°72.41%68.24%
CMYK0.00%22.41%72.41%
31.76%

Color #AE8730 in popluar number systems.

HEXAE8730
Decimal17413548
Binary1010111010000111110000
Octal25620760

Shades and tints

Shades of #AE8730

#AE8730
(174,135,48)
#9F7B2C
(159,123,44)
#906F28
(144,111,40)
#816324
(129,99,36)
#725720
(114,87,32)
#634B1C
(99,75,28)
#543F18
(84,63,24)
#453314
(69,51,20)
#362710
(54,39,16)
#271B0C
(39,27,12)
#180F08
(24,15,8)
#000000
(0,0,0)

Tints of #AE8730

#AE8730
(174,135,48)
#B59142
(181,145,66)
#BC9B54
(188,155,84)
#C3A566
(195,165,102)
#CAAF78
(202,175,120)
#D1B98A
(209,185,138)
#D8C39C
(216,195,156)
#DFCDAE
(223,205,174)
#E6D7C0
(230,215,192)
#EDE1D2
(237,225,210)
#F4EBE4
(244,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8730 color. Also use rgb(174,135,48) instead hex code.

Text Font Color

.myTextColor { color: #AE8730; }

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

This text font color is #AE8730.


Background Color

.myBgColor { background-color: #AE8730; }

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

This div background color is #AE8730.


Border color

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

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

This div border color is #AE8730.


Opacity

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

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

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

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

This text has shadow with #AE8730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8730 on black background.


Color preview on white background

This text has color #AE8730 on white background.



Black color preview on #AE8730 background

This text has black color on #AE8730 background.


White color preview on #AE8730 background

This text has white color on #AE8730 background.