COLOR #AEB29A

HEX: #AEB29A RGB: (174,178,154)

Color info

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

RGB color model

#AEB29A color RGB value is (174,178,154).

RGB: (174,178,154) (68%, 70%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 154 of 255 = 60%

174
178
154

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 154 = 506 (100%)
R 174 of 506 ~ 34.39%
G 178 of 506 ~ 35.18%
B 154 of 506 ~ 30.43'%

%34.39
%35.18
%30.43

CMYK color model

#AEB29A color CMYK value is (2,0,13,30).

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

CMYK: (2,0,13,30)
C2M0Y13K30 (2%, 0%, 13%, 30%)
(0.02 / 0.00 / 0.13 / 0.30)

CMYK percentages

%2.25
%0
%13.48
%30.2

Codes

Color #AEB29A in popluar color models

AE B2 9A
RGB 174 178 154
HSL 70° 13.48% 65.10%
HSB/HSV 70° 13.48% 69.80%
CMYK 2.25% 0.00% 13.48%
30.20%

Color #AEB29A in popluar number systems.

HEX AE B2 9A
Decimal 174 178 154
Binary 10101110 10110010 10011010
Octal 256 262 232

Shades and tints

Shades of #AEB29A

#AEB29A
(174,178,154)
#9FA28C
(159,162,140)
#90927E
(144,146,126)
#818270
(129,130,112)
#727262
(114,114,98)
#636254
(99,98,84)
#545246
(84,82,70)
#454238
(69,66,56)
#36322A
(54,50,42)
#27221C
(39,34,28)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #AEB29A

#AEB29A
(174,178,154)
#B5B9A3
(181,185,163)
#BCC0AC
(188,192,172)
#C3C7B5
(195,199,181)
#CACEBE
(202,206,190)
#D1D5C7
(209,213,199)
#D8DCD0
(216,220,208)
#DFE3D9
(223,227,217)
#E6EAE2
(230,234,226)
#EDF1EB
(237,241,235)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB29A; }

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

This text font color is #AEB29A.

Background Color

.myBgColor { background-color: #AEB29A; }

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

This div background color is #AEB29A.

Border color

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

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

This div border color is #AEB29A.

Opacity

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

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

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

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

This text has shadow with #AEB29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB29A.

Preview

Color preview on black background

This text has color #AEB29A on black background.


Color preview on white background

This text has color #AEB29A on white background.


Black color preview on #AEB29A background

This text has black color on #AEB29A background.


White color preview on #AEB29A background

This text has white color on #AEB29A background.


Related colors

Complementary color

Complementary color for #hex is #514D65.


I love getcolorcode.com

Triadic colors

1 #9AAEB2 and #B29AAE with #AEB29A are triadic colors.

2 #9AB2AE and #B2AE9A with #AEB29A are triadic colors.