COLOR #AEB284

HEX: #AEB284 RGB: (174,178,132)

Color info

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

RGB color model

#AEB284 color RGB value is (174,178,132).

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

RGB channels and saturation

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

174
178
132

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 132 = 484 (100%)
R 174 of 484 ~ 35.95%
G 178 of 484 ~ 36.78%
B 132 of 484 ~ 27.27'%

%35.95
%36.78
%27.27

CMYK color model

#AEB284 color CMYK value is (2,0,26,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%

CMYK: (2,0,26,30)
C2M0Y26K30 (2%, 0%, 26%, 30%)
(0.02 / 0.00 / 0.26 / 0.30)

CMYK percentages

%2.25
%0
%25.84
%30.2

Codes

Color #AEB284 in popluar color models

AE B2 84
RGB 174 178 132
HSL 65° 23.00% 60.78%
HSB/HSV 65° 25.84% 69.80%
CMYK 2.25% 0.00% 25.84%
30.20%

Color #AEB284 in popluar number systems.

HEX AE B2 84
Decimal 174 178 132
Binary 10101110 10110010 10000100
Octal 256 262 204

Shades and tints

Shades of #AEB284

#AEB284
(174,178,132)
#9FA278
(159,162,120)
#90926C
(144,146,108)
#818260
(129,130,96)
#727254
(114,114,84)
#636248
(99,98,72)
#54523C
(84,82,60)
#454230
(69,66,48)
#363224
(54,50,36)
#272218
(39,34,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #AEB284

#AEB284
(174,178,132)
#B5B98F
(181,185,143)
#BCC09A
(188,192,154)
#C3C7A5
(195,199,165)
#CACEB0
(202,206,176)
#D1D5BB
(209,213,187)
#D8DCC6
(216,220,198)
#DFE3D1
(223,227,209)
#E6EADC
(230,234,220)
#EDF1E7
(237,241,231)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB284; }

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

This text font color is #AEB284.

Background Color

.myBgColor { background-color: #AEB284; }

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

This div background color is #AEB284.

Border color

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

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

This div border color is #AEB284.

Opacity

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

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

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

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

This text has shadow with #AEB284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB284.

Preview

Color preview on black background

This text has color #AEB284 on black background.


Color preview on white background

This text has color #AEB284 on white background.


Black color preview on #AEB284 background

This text has black color on #AEB284 background.


White color preview on #AEB284 background

This text has white color on #AEB284 background.


Related colors

Complementary color

Complementary color for #hex is #514D7B.


I love getcolorcode.com

Triadic colors

1 #84AEB2 and #B284AE with #AEB284 are triadic colors.

2 #84B2AE and #B2AE84 with #AEB284 are triadic colors.