COLOR #AE7B48

HEX: #AE7B48
RGB: (174,123,72)

Color info

#AE7B48 contains mainly red and green colors. Web safe color of #AE7B48 is #996633 (or #963).

RGB color model

#AE7B48 color RGB value is (174,123,72).

  • red value is 174;
  • green value is 123;
  • blue value is 72.
RGB:
(174,123,72)
(68%,48%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 72 of 255 = 28%

174
123
72

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

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 72 = 369 (100%)
R 174 of 369 ~ 47.15%
G 123 of 369 ~ 33.33%
B 72 of 369 ~ 19.51%

%47.15
%33.33
%19.51

CMYK color model

#AE7B48 color CMYK value is (0,29,59,32).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 58.62%
  • key color value is 31.76%
CMYK:
(0,29,59,32)
C0M29Y59K32 
(0%,29%,59%,32%)
(0.00/0.29/0.59/0.32)	

CMYK percentages

%0
%29.31
%58.62
%31.76

Codes

Color #AE7B48 in popluar color models

AE7B48
RGB17412372
HSL30°41.46%48.24%
HSB/HSV30°58.62%68.24%
CMYK0.00%29.31%58.62%
31.76%

Color #AE7B48 in popluar number systems.

HEXAE7B48
Decimal17412372
Binary1010111011110111001000
Octal256173110

Shades and tints

Shades of #AE7B48

#AE7B48
(174,123,72)
#9F7042
(159,112,66)
#90653C
(144,101,60)
#815A36
(129,90,54)
#724F30
(114,79,48)
#63442A
(99,68,42)
#543924
(84,57,36)
#452E1E
(69,46,30)
#362318
(54,35,24)
#271812
(39,24,18)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #AE7B48

#AE7B48
(174,123,72)
#B58758
(181,135,88)
#BC9368
(188,147,104)
#C39F78
(195,159,120)
#CAAB88
(202,171,136)
#D1B798
(209,183,152)
#D8C3A8
(216,195,168)
#DFCFB8
(223,207,184)
#E6DBC8
(230,219,200)
#EDE7D8
(237,231,216)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7B48 color. Also use rgb(174,123,72) instead hex code.

Text Font Color

.myTextColor { color: #AE7B48; }

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

This text font color is #AE7B48.


Background Color

.myBgColor { background-color: #AE7B48; }

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

This div background color is #AE7B48.


Border color

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

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

This div border color is #AE7B48.


Opacity

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

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

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

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

This text has shadow with #AE7B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7B48 on black background.


Color preview on white background

This text has color #AE7B48 on white background.



Black color preview on #AE7B48 background

This text has black color on #AE7B48 background.


White color preview on #AE7B48 background

This text has white color on #AE7B48 background.