COLOR #AEB384

HEX: #AEB384 RGB: (174,179,132)

Color info

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

RGB color model

#AEB384 color RGB value is (174,179,132).

RGB: (174,179,132) (68%, 70%, 52%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 132 of 255 = 52%

174
179
132

R + G + B ~ 63%. #AEB384 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 132 = 485 (100%)
R 174 of 485 ~ 35.88%
G 179 of 485 ~ 36.91%
B 132 of 485 ~ 27.22'%

%35.88
%36.91
%27.22

CMYK color model

#AEB384 color CMYK value is (3,0,26,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 29.80%

CMYK: (3,0,26,30)
C3M0Y26K30 (3%, 0%, 26%, 30%)
(0.03 / 0.00 / 0.26 / 0.30)

CMYK percentages

%2.79
%0
%26.26
%29.8

Codes

Color #AEB384 in popluar color models

AE B3 84
RGB 174 179 132
HSL 66° 23.62% 60.98%
HSB/HSV 66° 26.26% 70.20%
CMYK 2.79% 0.00% 26.26%
29.80%

Color #AEB384 in popluar number systems.

HEX AE B3 84
Decimal 174 179 132
Binary 10101110 10110011 10000100
Octal 256 263 204

Shades and tints

Shades of #AEB384

#AEB384
(174,179,132)
#9FA378
(159,163,120)
#90936C
(144,147,108)
#818360
(129,131,96)
#727354
(114,115,84)
#636348
(99,99,72)
#54533C
(84,83,60)
#454330
(69,67,48)
#363324
(54,51,36)
#272318
(39,35,24)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #AEB384

#AEB384
(174,179,132)
#B5B98F
(181,185,143)
#BCBF9A
(188,191,154)
#C3C5A5
(195,197,165)
#CACBB0
(202,203,176)
#D1D1BB
(209,209,187)
#D8D7C6
(216,215,198)
#DFDDD1
(223,221,209)
#E6E3DC
(230,227,220)
#EDE9E7
(237,233,231)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB384 color. Also use rgb(174,179,132) instead hex code.

Text Font Color

.myTextColor { color: #AEB384; }

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

This text font color is #AEB384.

Background Color

.myBgColor { background-color: #AEB384; }

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

This div background color is #AEB384.

Border color

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

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

This div border color is #AEB384.

Opacity

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

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

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

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

This text has shadow with #AEB384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB384.

Preview

Color preview on black background

This text has color #AEB384 on black background.


Color preview on white background

This text has color #AEB384 on white background.


Black color preview on #AEB384 background

This text has black color on #AEB384 background.


White color preview on #AEB384 background

This text has white color on #AEB384 background.


Related colors

Complementary color

Complementary color for #hex is #514C7B.


I love getcolorcode.com

Triadic colors

1 #84AEB3 and #B384AE with #AEB384 are triadic colors.

2 #84B3AE and #B3AE84 with #AEB384 are triadic colors.