COLOR #AEAA64

HEX: #AEAA64 RGB: (174,170,100)

Color info

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

RGB color model

#AEAA64 color RGB value is (174,170,100).

RGB: (174,170,100) (68%, 67%, 39%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 100 of 255 = 39%

174
170
100

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

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 100 = 444 (100%)
R 174 of 444 ~ 39.19%
G 170 of 444 ~ 38.29%
B 100 of 444 ~ 22.52'%

%39.19
%38.29
%22.52

CMYK color model

#AEAA64 color CMYK value is (0,2,43,32).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (0,2,43,32)
C0M2Y43K32 (0%, 2%, 43%, 32%)
(0.00 / 0.02 / 0.43 / 0.32)

CMYK percentages

%0
%2.3
%42.53
%31.76

Codes

Color #AEAA64 in popluar color models

AE AA 64
RGB 174 170 100
HSL 57° 31.36% 53.73%
HSB/HSV 57° 42.53% 68.24%
CMYK 0.00% 2.30% 42.53%
31.76%

Color #AEAA64 in popluar number systems.

HEX AE AA 64
Decimal 174 170 100
Binary 10101110 10101010 1100100
Octal 256 252 144

Shades and tints

Shades of #AEAA64

#AEAA64
(174,170,100)
#9F9B5B
(159,155,91)
#908C52
(144,140,82)
#817D49
(129,125,73)
#726E40
(114,110,64)
#635F37
(99,95,55)
#54502E
(84,80,46)
#454125
(69,65,37)
#36321C
(54,50,28)
#272313
(39,35,19)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #AEAA64

#AEAA64
(174,170,100)
#B5B172
(181,177,114)
#BCB880
(188,184,128)
#C3BF8E
(195,191,142)
#CAC69C
(202,198,156)
#D1CDAA
(209,205,170)
#D8D4B8
(216,212,184)
#DFDBC6
(223,219,198)
#E6E2D4
(230,226,212)
#EDE9E2
(237,233,226)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAA64 color. Also use rgb(174,170,100) instead hex code.

Text Font Color

.myTextColor { color: #AEAA64; }

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

This text font color is #AEAA64.

Background Color

.myBgColor { background-color: #AEAA64; }

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

This div background color is #AEAA64.

Border color

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

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

This div border color is #AEAA64.

Opacity

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

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

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

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

This text has shadow with #AEAA64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAA64.

Preview

Color preview on black background

This text has color #AEAA64 on black background.


Color preview on white background

This text has color #AEAA64 on white background.


Black color preview on #AEAA64 background

This text has black color on #AEAA64 background.


White color preview on #AEAA64 background

This text has white color on #AEAA64 background.


Related colors

Complementary color

Complementary color for #hex is #51559B.


I love getcolorcode.com

Triadic colors

1 #64AEAA and #AA64AE with #AEAA64 are triadic colors.

2 #64AAAE and #AAAE64 with #AEAA64 are triadic colors.