COLOR #AEB891

HEX: #AEB891 RGB: (174,184,145)

Color info

#AEB891 contains red, green and blue colors in about the same proportion. Web safe color of #AEB891 is #99CC99 (or #9C9).

RGB color model

#AEB891 color RGB value is (174,184,145).

RGB: (174,184,145) (68%, 72%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 145 of 255 = 57%

174
184
145

R + G + B ~ 66%. #AEB891 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 184 + 145 = 503 (100%)
R 174 of 503 ~ 34.59%
G 184 of 503 ~ 36.58%
B 145 of 503 ~ 28.83'%

%34.59
%36.58
%28.83

CMYK color model

#AEB891 color CMYK value is (5,0,21,28).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%

CMYK: (5,0,21,28)
C5M0Y21K28 (5%, 0%, 21%, 28%)
(0.05 / 0.00 / 0.21 / 0.28)

CMYK percentages

%5.43
%0
%21.2
%27.84

Codes

Color #AEB891 in popluar color models

AE B8 91
RGB 174 184 145
HSL 75° 21.55% 64.51%
HSB/HSV 75° 21.20% 72.16%
CMYK 5.43% 0.00% 21.20%
27.84%

Color #AEB891 in popluar number systems.

HEX AE B8 91
Decimal 174 184 145
Binary 10101110 10111000 10010001
Octal 256 270 221

Shades and tints

Shades of #AEB891

#AEB891
(174,184,145)
#9FA884
(159,168,132)
#909877
(144,152,119)
#81886A
(129,136,106)
#72785D
(114,120,93)
#636850
(99,104,80)
#545843
(84,88,67)
#454836
(69,72,54)
#363829
(54,56,41)
#27281C
(39,40,28)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEB891

#AEB891
(174,184,145)
#B5BE9B
(181,190,155)
#BCC4A5
(188,196,165)
#C3CAAF
(195,202,175)
#CAD0B9
(202,208,185)
#D1D6C3
(209,214,195)
#D8DCCD
(216,220,205)
#DFE2D7
(223,226,215)
#E6E8E1
(230,232,225)
#EDEEEB
(237,238,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB891 color. Also use rgb(174,184,145) instead hex code.

Text Font Color

.myTextColor { color: #AEB891; }

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

This text font color is #AEB891.

Background Color

.myBgColor { background-color: #AEB891; }

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

This div background color is #AEB891.

Border color

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

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

This div border color is #AEB891.

Opacity

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

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

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

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

This text has shadow with #AEB891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB891.

Preview

Color preview on black background

This text has color #AEB891 on black background.


Color preview on white background

This text has color #AEB891 on white background.


Black color preview on #AEB891 background

This text has black color on #AEB891 background.


White color preview on #AEB891 background

This text has white color on #AEB891 background.


Related colors

Complementary color

Complementary color for #hex is #51476E.


I love getcolorcode.com

Triadic colors

1 #91AEB8 and #B891AE with #AEB891 are triadic colors.

2 #91B8AE and #B8AE91 with #AEB891 are triadic colors.