COLOR #AEB98D

HEX: #AEB98D RGB: (174,185,141)

Color info

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

RGB color model

#AEB98D color RGB value is (174,185,141).

RGB: (174,185,141) (68%, 73%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 141 of 255 = 55%

174
185
141

R + G + B ~ 65%. #AEB98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 141 = 500 (100%)
R 174 of 500 ~ 34.8%
G 185 of 500 ~ 37%
B 141 of 500 ~ 28.2'%

%34.8
%37
%28.2

CMYK color model

#AEB98D color CMYK value is (6,0,24,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (6,0,24,27)
C6M0Y24K27 (6%, 0%, 24%, 27%)
(0.06 / 0.00 / 0.24 / 0.27)

CMYK percentages

%5.95
%0
%23.78
%27.45

Codes

Color #AEB98D in popluar color models

AE B9 8D
RGB 174 185 141
HSL 75° 23.91% 63.92%
HSB/HSV 75° 23.78% 72.55%
CMYK 5.95% 0.00% 23.78%
27.45%

Color #AEB98D in popluar number systems.

HEX AE B9 8D
Decimal 174 185 141
Binary 10101110 10111001 10001101
Octal 256 271 215

Shades and tints

Shades of #AEB98D

#AEB98D
(174,185,141)
#9FA981
(159,169,129)
#909975
(144,153,117)
#818969
(129,137,105)
#72795D
(114,121,93)
#636951
(99,105,81)
#545945
(84,89,69)
#454939
(69,73,57)
#36392D
(54,57,45)
#272921
(39,41,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEB98D

#AEB98D
(174,185,141)
#B5BF97
(181,191,151)
#BCC5A1
(188,197,161)
#C3CBAB
(195,203,171)
#CAD1B5
(202,209,181)
#D1D7BF
(209,215,191)
#D8DDC9
(216,221,201)
#DFE3D3
(223,227,211)
#E6E9DD
(230,233,221)
#EDEFE7
(237,239,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB98D color. Also use rgb(174,185,141) instead hex code.

Text Font Color

.myTextColor { color: #AEB98D; }

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

This text font color is #AEB98D.

Background Color

.myBgColor { background-color: #AEB98D; }

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

This div background color is #AEB98D.

Border color

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

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

This div border color is #AEB98D.

Opacity

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

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

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

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

This text has shadow with #AEB98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB98D.

Preview

Color preview on black background

This text has color #AEB98D on black background.


Color preview on white background

This text has color #AEB98D on white background.


Black color preview on #AEB98D background

This text has black color on #AEB98D background.


White color preview on #AEB98D background

This text has white color on #AEB98D background.


Related colors

Complementary color

Complementary color for #hex is #514672.


I love getcolorcode.com

Triadic colors

1 #8DAEB9 and #B98DAE with #AEB98D are triadic colors.

2 #8DB9AE and #B9AE8D with #AEB98D are triadic colors.