COLOR #AEAD78

HEX: #AEAD78 RGB: (174,173,120)

Color info

#AEAD78 contains red, green and blue colors in about the same proportion. Web safe color of #AEAD78 is #999966 (or #996).

RGB color model

#AEAD78 color RGB value is (174,173,120).

RGB: (174,173,120) (68%, 68%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 120 of 255 = 47%

174
173
120

R + G + B ~ 61%. #AEAD78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 173 + 120 = 467 (100%)
R 174 of 467 ~ 37.26%
G 173 of 467 ~ 37.04%
B 120 of 467 ~ 25.7'%

%37.26
%37.04
%25.7

CMYK color model

#AEAD78 color CMYK value is (0,1,31,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 31.03%
  • key color value is 31.76%

CMYK: (0,1,31,32)
C0M1Y31K32 (0%, 1%, 31%, 32%)
(0.00 / 0.01 / 0.31 / 0.32)

CMYK percentages

%0
%0.57
%31.03
%31.76

Codes

Color #AEAD78 in popluar color models

AE AD 78
RGB 174 173 120
HSL 59° 25.00% 57.65%
HSB/HSV 59° 31.03% 68.24%
CMYK 0.00% 0.57% 31.03%
31.76%

Color #AEAD78 in popluar number systems.

HEX AE AD 78
Decimal 174 173 120
Binary 10101110 10101101 1111000
Octal 256 255 170

Shades and tints

Shades of #AEAD78

#AEAD78
(174,173,120)
#9F9E6E
(159,158,110)
#908F64
(144,143,100)
#81805A
(129,128,90)
#727150
(114,113,80)
#636246
(99,98,70)
#54533C
(84,83,60)
#454432
(69,68,50)
#363528
(54,53,40)
#27261E
(39,38,30)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEAD78

#AEAD78
(174,173,120)
#B5B484
(181,180,132)
#BCBB90
(188,187,144)
#C3C29C
(195,194,156)
#CAC9A8
(202,201,168)
#D1D0B4
(209,208,180)
#D8D7C0
(216,215,192)
#DFDECC
(223,222,204)
#E6E5D8
(230,229,216)
#EDECE4
(237,236,228)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAD78 color. Also use rgb(174,173,120) instead hex code.

Text Font Color

.myTextColor { color: #AEAD78; }

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

This text font color is #AEAD78.

Background Color

.myBgColor { background-color: #AEAD78; }

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

This div background color is #AEAD78.

Border color

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

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

This div border color is #AEAD78.

Opacity

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

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

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

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

This text has shadow with #AEAD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAD78.

Preview

Color preview on black background

This text has color #AEAD78 on black background.


Color preview on white background

This text has color #AEAD78 on white background.


Black color preview on #AEAD78 background

This text has black color on #AEAD78 background.


White color preview on #AEAD78 background

This text has white color on #AEAD78 background.


Related colors

Complementary color

Complementary color for #hex is #515287.


I love getcolorcode.com

Triadic colors

1 #78AEAD and #AD78AE with #AEAD78 are triadic colors.

2 #78ADAE and #ADAE78 with #AEAD78 are triadic colors.