COLOR #AEB56A

HEX: #AEB56A RGB: (174,181,106)

Color info

#AEB56A contains mainly red and green colors. Web safe color of #AEB56A is #99CC66 (or #9C6).

RGB color model

#AEB56A color RGB value is (174,181,106).

RGB: (174,181,106) (68%, 71%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 106 of 255 = 42%

174
181
106

R + G + B ~ 60%. #AEB56A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 106 = 461 (100%)
R 174 of 461 ~ 37.74%
G 181 of 461 ~ 39.26%
B 106 of 461 ~ 22.99'%

%37.74
%39.26
%22.99

CMYK color model

#AEB56A color CMYK value is (4,0,41,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 41.44%
  • key color value is 29.02%

CMYK: (4,0,41,29)
C4M0Y41K29 (4%, 0%, 41%, 29%)
(0.04 / 0.00 / 0.41 / 0.29)

CMYK percentages

%3.87
%0
%41.44
%29.02

Codes

Color #AEB56A in popluar color models

AE B5 6A
RGB 174 181 106
HSL 66° 33.63% 56.27%
HSB/HSV 66° 41.44% 70.98%
CMYK 3.87% 0.00% 41.44%
29.02%

Color #AEB56A in popluar number systems.

HEX AE B5 6A
Decimal 174 181 106
Binary 10101110 10110101 1101010
Octal 256 265 152

Shades and tints

Shades of #AEB56A

#AEB56A
(174,181,106)
#9FA561
(159,165,97)
#909558
(144,149,88)
#81854F
(129,133,79)
#727546
(114,117,70)
#63653D
(99,101,61)
#545534
(84,85,52)
#45452B
(69,69,43)
#363522
(54,53,34)
#272519
(39,37,25)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEB56A

#AEB56A
(174,181,106)
#B5BB77
(181,187,119)
#BCC184
(188,193,132)
#C3C791
(195,199,145)
#CACD9E
(202,205,158)
#D1D3AB
(209,211,171)
#D8D9B8
(216,217,184)
#DFDFC5
(223,223,197)
#E6E5D2
(230,229,210)
#EDEBDF
(237,235,223)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB56A color. Also use rgb(174,181,106) instead hex code.

Text Font Color

.myTextColor { color: #AEB56A; }

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

This text font color is #AEB56A.

Background Color

.myBgColor { background-color: #AEB56A; }

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

This div background color is #AEB56A.

Border color

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

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

This div border color is #AEB56A.

Opacity

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

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

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

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

This text has shadow with #AEB56A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB56A.

Preview

Color preview on black background

This text has color #AEB56A on black background.


Color preview on white background

This text has color #AEB56A on white background.


Black color preview on #AEB56A background

This text has black color on #AEB56A background.


White color preview on #AEB56A background

This text has white color on #AEB56A background.


Related colors

Complementary color

Complementary color for #hex is #514A95.


I love getcolorcode.com

Triadic colors

1 #6AAEB5 and #B56AAE with #AEB56A are triadic colors.

2 #6AB5AE and #B5AE6A with #AEB56A are triadic colors.