COLOR #AEA283

HEX: #AEA283 RGB: (174,162,131)

Color info

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

RGB color model

#AEA283 color RGB value is (174,162,131).

RGB: (174,162,131) (68%, 64%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 131 of 255 = 51%

174
162
131

R + G + B ~ 61%. #AEA283 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 131 = 467 (100%)
R 174 of 467 ~ 37.26%
G 162 of 467 ~ 34.69%
B 131 of 467 ~ 28.05'%

%37.26
%34.69
%28.05

CMYK color model

#AEA283 color CMYK value is (0,7,25,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 24.71%
  • key color value is 31.76%

CMYK: (0,7,25,32)
C0M7Y25K32 (0%, 7%, 25%, 32%)
(0.00 / 0.07 / 0.25 / 0.32)

CMYK percentages

%0
%6.9
%24.71
%31.76

Codes

Color #AEA283 in popluar color models

AE A2 83
RGB 174 162 131
HSL 43° 20.98% 59.80%
HSB/HSV 43° 24.71% 68.24%
CMYK 0.00% 6.90% 24.71%
31.76%

Color #AEA283 in popluar number systems.

HEX AE A2 83
Decimal 174 162 131
Binary 10101110 10100010 10000011
Octal 256 242 203

Shades and tints

Shades of #AEA283

#AEA283
(174,162,131)
#9F9478
(159,148,120)
#90866D
(144,134,109)
#817862
(129,120,98)
#726A57
(114,106,87)
#635C4C
(99,92,76)
#544E41
(84,78,65)
#454036
(69,64,54)
#36322B
(54,50,43)
#272420
(39,36,32)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEA283

#AEA283
(174,162,131)
#B5AA8E
(181,170,142)
#BCB299
(188,178,153)
#C3BAA4
(195,186,164)
#CAC2AF
(202,194,175)
#D1CABA
(209,202,186)
#D8D2C5
(216,210,197)
#DFDAD0
(223,218,208)
#E6E2DB
(230,226,219)
#EDEAE6
(237,234,230)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA283; }

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

This text font color is #AEA283.

Background Color

.myBgColor { background-color: #AEA283; }

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

This div background color is #AEA283.

Border color

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

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

This div border color is #AEA283.

Opacity

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

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

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

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

This text has shadow with #AEA283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA283.

Preview

Color preview on black background

This text has color #AEA283 on black background.


Color preview on white background

This text has color #AEA283 on white background.


Black color preview on #AEA283 background

This text has black color on #AEA283 background.


White color preview on #AEA283 background

This text has white color on #AEA283 background.


Related colors

Complementary color

Complementary color for #hex is #515D7C.


I love getcolorcode.com

Triadic colors

1 #83AEA2 and #A283AE with #AEA283 are triadic colors.

2 #83A2AE and #A2AE83 with #AEA283 are triadic colors.