COLOR #AE735A

HEX: #AE735A
RGB: (174,115,90)

Color info

#AE735A contains mainly red and green colors. Web safe color of #AE735A is #996666 (or #966).

RGB color model

#AE735A color RGB value is (174,115,90).

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

RGB channels and saturation

R 174 of 255 = 68%
G 115 of 255 = 45%
B 90 of 255 = 35%

174
115
90

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

Portions of RGB colors in percentages

R + G + B =
174 + 115 + 90 = 379 (100%)
R 174 of 379 ~ 45.91%
G 115 of 379 ~ 30.34%
B 90 of 379 ~ 23.75%

%45.91
%30.34
%23.75

CMYK color model

#AE735A color CMYK value is (0,34,48,32).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 48.28%
  • key color value is 31.76%
CMYK:
(0,34,48,32)
C0M34Y48K32 
(0%,34%,48%,32%)
(0.00/0.34/0.48/0.32)	

CMYK percentages

%0
%33.91
%48.28
%31.76

Codes

Color #AE735A in popluar color models

AE735A
RGB17411590
HSL18°34.15%51.76%
HSB/HSV18°48.28%68.24%
CMYK0.00%33.91%48.28%
31.76%

Color #AE735A in popluar number systems.

HEXAE735A
Decimal17411590
Binary1010111011100111011010
Octal256163132

Shades and tints

Shades of #AE735A

#AE735A
(174,115,90)
#9F6952
(159,105,82)
#905F4A
(144,95,74)
#815542
(129,85,66)
#724B3A
(114,75,58)
#634132
(99,65,50)
#54372A
(84,55,42)
#452D22
(69,45,34)
#36231A
(54,35,26)
#271912
(39,25,18)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #AE735A

#AE735A
(174,115,90)
#B57F69
(181,127,105)
#BC8B78
(188,139,120)
#C39787
(195,151,135)
#CAA396
(202,163,150)
#D1AFA5
(209,175,165)
#D8BBB4
(216,187,180)
#DFC7C3
(223,199,195)
#E6D3D2
(230,211,210)
#EDDFE1
(237,223,225)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE735A; }

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

This text font color is #AE735A.


Background Color

.myBgColor { background-color: #AE735A; }

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

This div background color is #AE735A.


Border color

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

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

This div border color is #AE735A.


Opacity

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

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

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

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

This text has shadow with #AE735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE735A on black background.


Color preview on white background

This text has color #AE735A on white background.



Black color preview on #AE735A background

This text has black color on #AE735A background.


White color preview on #AE735A background

This text has white color on #AE735A background.