COLOR #AEA556

HEX: #AEA556 RGB: (174,165,86)

Color info

#AEA556 contains mainly red and green colors. Web safe color of #AEA556 is #999966 (or #996).

RGB color model

#AEA556 color RGB value is (174,165,86).

RGB: (174,165,86) (68%, 65%, 34%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 86 of 255 = 34%

174
165
86

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 86 = 425 (100%)
R 174 of 425 ~ 40.94%
G 165 of 425 ~ 38.82%
B 86 of 425 ~ 20.24'%

%40.94
%38.82
%20.24

CMYK color model

#AEA556 color CMYK value is (0,5,51,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 50.57%
  • key color value is 31.76%
CMYK: (0,5,51,32) C0M5Y51K32 (0%,5%,51%,32%) (0.00/0.05/0.51/0.32) 

CMYK percentages

%0
%5.17
%50.57
%31.76

Codes

Color #AEA556 in popluar color models

AE A5 56
RGB 174 165 86
HSL 54° 35.20% 50.98%
HSB/HSV 54° 50.57% 68.24%
CMYK 0.00% 5.17% 50.57%
31.76%

Color #AEA556 in popluar number systems.

HEX AE A5 56
Decimal 174 165 86
Binary 10101110 10100101 1010110
Octal 256 245 126

Shades and tints

Shades of #AEA556

#AEA556
(174,165,86)
#9F964F
(159,150,79)
#908748
(144,135,72)
#817841
(129,120,65)
#72693A
(114,105,58)
#635A33
(99,90,51)
#544B2C
(84,75,44)
#453C25
(69,60,37)
#362D1E
(54,45,30)
#271E17
(39,30,23)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AEA556

#AEA556
(174,165,86)
#B5AD65
(181,173,101)
#BCB574
(188,181,116)
#C3BD83
(195,189,131)
#CAC592
(202,197,146)
#D1CDA1
(209,205,161)
#D8D5B0
(216,213,176)
#DFDDBF
(223,221,191)
#E6E5CE
(230,229,206)
#EDEDDD
(237,237,221)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA556 color. Also use rgb(174,165,86) instead hex code.

Text Font Color

.myTextColor { color: #AEA556; }

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

This text font color is #AEA556.

Background Color

.myBgColor { background-color: #AEA556; }

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

This div background color is #AEA556.

Border color

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

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

This div border color is #AEA556.

Opacity

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

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

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

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

This text has shadow with #AEA556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA556.

Preview

Color preview on black background

This text has color #AEA556 on black background.


Color preview on white background

This text has color #AEA556 on white background.


Black color preview on #AEA556 background

This text has black color on #AEA556 background.


White color preview on #AEA556 background

This text has white color on #AEA556 background.


Related colors

Complementary color

Complementary color for #hex is #515AA9.


I love getcolorcode.com

Triadic colors

1 #56AEA5 and #A556AE with #AEA556 are triadic colors.

2 #56A5AE and #A5AE56 with #AEA556 are triadic colors.