COLOR #AEBC7A

HEX: #AEBC7A RGB: (174,188,122)

Color info

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

RGB color model

#AEBC7A color RGB value is (174,188,122).

RGB: (174,188,122) (68%, 74%, 48%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 122 of 255 = 48%

174
188
122

R + G + B ~ 63%. #AEBC7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 122 = 484 (100%)
R 174 of 484 ~ 35.95%
G 188 of 484 ~ 38.84%
B 122 of 484 ~ 25.21'%

%35.95
%38.84
%25.21

CMYK color model

#AEBC7A color CMYK value is (7,0,35,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 26.27%
CMYK: (7,0,35,26) C7M0Y35K26 (7%,0%,35%,26%) (0.07/0.00/0.35/0.26) 

CMYK percentages

%7.45
%0
%35.11
%26.27

Codes

Color #AEBC7A in popluar color models

AE BC 7A
RGB 174 188 122
HSL 73° 33.00% 60.78%
HSB/HSV 73° 35.11% 73.73%
CMYK 7.45% 0.00% 35.11%
26.27%

Color #AEBC7A in popluar number systems.

HEX AE BC 7A
Decimal 174 188 122
Binary 10101110 10111100 1111010
Octal 256 274 172

Shades and tints

Shades of #AEBC7A

#AEBC7A
(174,188,122)
#9FAB6F
(159,171,111)
#909A64
(144,154,100)
#818959
(129,137,89)
#72784E
(114,120,78)
#636743
(99,103,67)
#545638
(84,86,56)
#45452D
(69,69,45)
#363422
(54,52,34)
#272317
(39,35,23)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #AEBC7A

#AEBC7A
(174,188,122)
#B5C286
(181,194,134)
#BCC892
(188,200,146)
#C3CE9E
(195,206,158)
#CAD4AA
(202,212,170)
#D1DAB6
(209,218,182)
#D8E0C2
(216,224,194)
#DFE6CE
(223,230,206)
#E6ECDA
(230,236,218)
#EDF2E6
(237,242,230)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC7A color. Also use rgb(174,188,122) instead hex code.

Text Font Color

.myTextColor { color: #AEBC7A; }

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

This text font color is #AEBC7A.

Background Color

.myBgColor { background-color: #AEBC7A; }

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

This div background color is #AEBC7A.

Border color

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

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

This div border color is #AEBC7A.

Opacity

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

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

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

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

This text has shadow with #AEBC7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBC7A.

Preview

Color preview on black background

This text has color #AEBC7A on black background.


Color preview on white background

This text has color #AEBC7A on white background.


Black color preview on #AEBC7A background

This text has black color on #AEBC7A background.


White color preview on #AEBC7A background

This text has white color on #AEBC7A background.


Related colors

Complementary color

Complementary color for #hex is #514385.


I love getcolorcode.com

Triadic colors

1 #7AAEBC and #BC7AAE with #AEBC7A are triadic colors.

2 #7ABCAE and #BCAE7A with #AEBC7A are triadic colors.