COLOR #AE7F4B

HEX: #AE7F4B
RGB: (174,127,75)

Color info

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

RGB color model

#AE7F4B color RGB value is (174,127,75).

  • red value is 174;
  • green value is 127;
  • blue value is 75.
RGB:
(174,127,75)
(68%,50%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 75 of 255 = 29%

174
127
75

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 75 = 376 (100%)
R 174 of 376 ~ 46.28%
G 127 of 376 ~ 33.78%
B 75 of 376 ~ 19.95%

%46.28
%33.78
%19.95

CMYK color model

#AE7F4B color CMYK value is (0,27,57,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(0,27,57,32)
C0M27Y57K32 
(0%,27%,57%,32%)
(0.00/0.27/0.57/0.32)	

CMYK percentages

%0
%27.01
%56.9
%31.76

Codes

Color #AE7F4B in popluar color models

AE7F4B
RGB17412775
HSL32°39.76%48.82%
HSB/HSV32°56.90%68.24%
CMYK0.00%27.01%56.90%
31.76%

Color #AE7F4B in popluar number systems.

HEXAE7F4B
Decimal17412775
Binary1010111011111111001011
Octal256177113

Shades and tints

Shades of #AE7F4B

#AE7F4B
(174,127,75)
#9F7445
(159,116,69)
#90693F
(144,105,63)
#815E39
(129,94,57)
#725333
(114,83,51)
#63482D
(99,72,45)
#543D27
(84,61,39)
#453221
(69,50,33)
#36271B
(54,39,27)
#271C15
(39,28,21)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AE7F4B

#AE7F4B
(174,127,75)
#B58A5B
(181,138,91)
#BC956B
(188,149,107)
#C3A07B
(195,160,123)
#CAAB8B
(202,171,139)
#D1B69B
(209,182,155)
#D8C1AB
(216,193,171)
#DFCCBB
(223,204,187)
#E6D7CB
(230,215,203)
#EDE2DB
(237,226,219)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7F4B color. Also use rgb(174,127,75) instead hex code.

Text Font Color

.myTextColor { color: #AE7F4B; }

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

This text font color is #AE7F4B.


Background Color

.myBgColor { background-color: #AE7F4B; }

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

This div background color is #AE7F4B.


Border color

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

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

This div border color is #AE7F4B.


Opacity

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

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

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

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

This text has shadow with #AE7F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7F4B on black background.


Color preview on white background

This text has color #AE7F4B on white background.



Black color preview on #AE7F4B background

This text has black color on #AE7F4B background.


White color preview on #AE7F4B background

This text has white color on #AE7F4B background.