COLOR #AEB79A

HEX: #AEB79A RGB: (174,183,154)

Color info

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

RGB color model

#AEB79A color RGB value is (174,183,154).

RGB: (174,183,154) (68%, 72%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 154 of 255 = 60%

174
183
154

R + G + B ~ 67%. #AEB79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 183 + 154 = 511 (100%)
R 174 of 511 ~ 34.05%
G 183 of 511 ~ 35.81%
B 154 of 511 ~ 30.14'%

%34.05
%35.81
%30.14

CMYK color model

#AEB79A color CMYK value is (5,0,16,28).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK: (5,0,16,28) C5M0Y16K28 (5%,0%,16%,28%) (0.05/0.00/0.16/0.28) 

CMYK percentages

%4.92
%0
%15.85
%28.24

Codes

Color #AEB79A in popluar color models

AE B7 9A
RGB 174 183 154
HSL 79° 16.76% 66.08%
HSB/HSV 79° 15.85% 71.76%
CMYK 4.92% 0.00% 15.85%
28.24%

Color #AEB79A in popluar number systems.

HEX AE B7 9A
Decimal 174 183 154
Binary 10101110 10110111 10011010
Octal 256 267 232

Shades and tints

Shades of #AEB79A

#AEB79A
(174,183,154)
#9FA78C
(159,167,140)
#90977E
(144,151,126)
#818770
(129,135,112)
#727762
(114,119,98)
#636754
(99,103,84)
#545746
(84,87,70)
#454738
(69,71,56)
#36372A
(54,55,42)
#27271C
(39,39,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #AEB79A

#AEB79A
(174,183,154)
#B5BDA3
(181,189,163)
#BCC3AC
(188,195,172)
#C3C9B5
(195,201,181)
#CACFBE
(202,207,190)
#D1D5C7
(209,213,199)
#D8DBD0
(216,219,208)
#DFE1D9
(223,225,217)
#E6E7E2
(230,231,226)
#EDEDEB
(237,237,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB79A; }

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

This text font color is #AEB79A.

Background Color

.myBgColor { background-color: #AEB79A; }

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

This div background color is #AEB79A.

Border color

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

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

This div border color is #AEB79A.

Opacity

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

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

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

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

This text has shadow with #AEB79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB79A.

Preview

Color preview on black background

This text has color #AEB79A on black background.


Color preview on white background

This text has color #AEB79A on white background.


Black color preview on #AEB79A background

This text has black color on #AEB79A background.


White color preview on #AEB79A background

This text has white color on #AEB79A background.


Related colors

Complementary color

Complementary color for #hex is #514865.


I love getcolorcode.com

Triadic colors

1 #9AAEB7 and #B79AAE with #AEB79A are triadic colors.

2 #9AB7AE and #B7AE9A with #AEB79A are triadic colors.