COLOR #AE837B

HEX: #AE837B
RGB: (174,131,123)

Color info

#AE837B contains red, green and blue colors in about the same proportion. Web safe color of #AE837B is #999966 (or #996).

RGB color model

#AE837B color RGB value is (174,131,123).

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

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 123 of 255 = 48%

174
131
123

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

Portions of RGB colors in percentages

R + G + B =
174 + 131 + 123 = 428 (100%)
R 174 of 428 ~ 40.65%
G 131 of 428 ~ 30.61%
B 123 of 428 ~ 28.74%

%40.65
%30.61
%28.74

CMYK color model

#AE837B color CMYK value is (0,25,29,32).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(0,25,29,32)
C0M25Y29K32 
(0%,25%,29%,32%)
(0.00/0.25/0.29/0.32)	

CMYK percentages

%0
%24.71
%29.31
%31.76

Codes

Color #AE837B in popluar color models

AE837B
RGB174131123
HSL23.94%58.24%
HSB/HSV29.31%68.24%
CMYK0.00%24.71%29.31%
31.76%

Color #AE837B in popluar number systems.

HEXAE837B
Decimal174131123
Binary10101110100000111111011
Octal256203173

Shades and tints

Shades of #AE837B

#AE837B
(174,131,123)
#9F7870
(159,120,112)
#906D65
(144,109,101)
#81625A
(129,98,90)
#72574F
(114,87,79)
#634C44
(99,76,68)
#544139
(84,65,57)
#45362E
(69,54,46)
#362B23
(54,43,35)
#272018
(39,32,24)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AE837B

#AE837B
(174,131,123)
#B58E87
(181,142,135)
#BC9993
(188,153,147)
#C3A49F
(195,164,159)
#CAAFAB
(202,175,171)
#D1BAB7
(209,186,183)
#D8C5C3
(216,197,195)
#DFD0CF
(223,208,207)
#E6DBDB
(230,219,219)
#EDE6E7
(237,230,231)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE837B; }

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

This text font color is #AE837B.


Background Color

.myBgColor { background-color: #AE837B; }

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

This div background color is #AE837B.


Border color

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

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

This div border color is #AE837B.


Opacity

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

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

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

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

This text has shadow with #AE837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE837B on black background.


Color preview on white background

This text has color #AE837B on white background.



Black color preview on #AE837B background

This text has black color on #AE837B background.


White color preview on #AE837B background

This text has white color on #AE837B background.