COLOR #AEA983

HEX: #AEA983 RGB: (174,169,131)

Color info

#AEA983 contains red, green and blue colors in about the same proportion. Web safe color of #AEA983 is #999999 (or #999).

RGB color model

#AEA983 color RGB value is (174,169,131).

RGB: (174,169,131) (68%, 66%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 131 of 255 = 51%

174
169
131

R + G + B ~ 62%. #AEA983 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 131 = 474 (100%)
R 174 of 474 ~ 36.71%
G 169 of 474 ~ 35.65%
B 131 of 474 ~ 27.64'%

%36.71
%35.65
%27.64

CMYK color model

#AEA983 color CMYK value is (0,3,25,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK: (0,3,25,32) C0M3Y25K32 (0%,3%,25%,32%) (0.00/0.03/0.25/0.32) 

CMYK percentages

%0
%2.87
%24.71
%31.76

Codes

Color #AEA983 in popluar color models

AE A9 83
RGB 174 169 131
HSL 53° 20.98% 59.80%
HSB/HSV 53° 24.71% 68.24%
CMYK 0.00% 2.87% 24.71%
31.76%

Color #AEA983 in popluar number systems.

HEX AE A9 83
Decimal 174 169 131
Binary 10101110 10101001 10000011
Octal 256 251 203

Shades and tints

Shades of #AEA983

#AEA983
(174,169,131)
#9F9A78
(159,154,120)
#908B6D
(144,139,109)
#817C62
(129,124,98)
#726D57
(114,109,87)
#635E4C
(99,94,76)
#544F41
(84,79,65)
#454036
(69,64,54)
#36312B
(54,49,43)
#272220
(39,34,32)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEA983

#AEA983
(174,169,131)
#B5B08E
(181,176,142)
#BCB799
(188,183,153)
#C3BEA4
(195,190,164)
#CAC5AF
(202,197,175)
#D1CCBA
(209,204,186)
#D8D3C5
(216,211,197)
#DFDAD0
(223,218,208)
#E6E1DB
(230,225,219)
#EDE8E6
(237,232,230)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA983; }

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

This text font color is #AEA983.

Background Color

.myBgColor { background-color: #AEA983; }

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

This div background color is #AEA983.

Border color

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

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

This div border color is #AEA983.

Opacity

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

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

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

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

This text has shadow with #AEA983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA983.

Preview

Color preview on black background

This text has color #AEA983 on black background.


Color preview on white background

This text has color #AEA983 on white background.


Black color preview on #AEA983 background

This text has black color on #AEA983 background.


White color preview on #AEA983 background

This text has white color on #AEA983 background.


Related colors

Complementary color

Complementary color for #hex is #51567C.


I love getcolorcode.com

Triadic colors

1 #83AEA9 and #A983AE with #AEA983 are triadic colors.

2 #83A9AE and #A9AE83 with #AEA983 are triadic colors.