COLOR #AAAC74

HEX: #AAAC74 RGB: (170,172,116)

Color info

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

RGB color model

#AAAC74 color RGB value is (170,172,116).

RGB: (170,172,116) (67%, 67%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 116 of 255 = 45%

170
172
116

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

Portions of RGB colors in percentages

R + G + B = 170 + 172 + 116 = 458 (100%)
R 170 of 458 ~ 37.12%
G 172 of 458 ~ 37.55%
B 116 of 458 ~ 25.33'%

%37.12
%37.55
%25.33

CMYK color model

#AAAC74 color CMYK value is (1,0,33,33).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%

CMYK: (1,0,33,33)
C1M0Y33K33 (1%, 0%, 33%, 33%)
(0.01 / 0.00 / 0.33 / 0.33)

CMYK percentages

%1.16
%0
%32.56
%32.55

Codes

Color #AAAC74 in popluar color models

AA AC 74
RGB 170 172 116
HSL 62° 25.23% 56.47%
HSB/HSV 62° 32.56% 67.45%
CMYK 1.16% 0.00% 32.56%
32.55%

Color #AAAC74 in popluar number systems.

HEX AA AC 74
Decimal 170 172 116
Binary 10101010 10101100 1110100
Octal 252 254 164

Shades and tints

Shades of #AAAC74

#AAAC74
(170,172,116)
#9B9D6A
(155,157,106)
#8C8E60
(140,142,96)
#7D7F56
(125,127,86)
#6E704C
(110,112,76)
#5F6142
(95,97,66)
#505238
(80,82,56)
#41432E
(65,67,46)
#323424
(50,52,36)
#23251A
(35,37,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AAAC74

#AAAC74
(170,172,116)
#B1B380
(177,179,128)
#B8BA8C
(184,186,140)
#BFC198
(191,193,152)
#C6C8A4
(198,200,164)
#CDCFB0
(205,207,176)
#D4D6BC
(212,214,188)
#DBDDC8
(219,221,200)
#E2E4D4
(226,228,212)
#E9EBE0
(233,235,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAC74 color. Also use rgb(170,172,116) instead hex code.

Text Font Color

.myTextColor { color: #AAAC74; }

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

This text font color is #AAAC74.

Background Color

.myBgColor { background-color: #AAAC74; }

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

This div background color is #AAAC74.

Border color

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

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

This div border color is #AAAC74.

Opacity

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

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

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

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

This text has shadow with #AAAC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAC74.

Preview

Color preview on black background

This text has color #AAAC74 on black background.


Color preview on white background

This text has color #AAAC74 on white background.


Black color preview on #AAAC74 background

This text has black color on #AAAC74 background.


White color preview on #AAAC74 background

This text has white color on #AAAC74 background.


Related colors

Complementary color

Complementary color for #hex is #55538B.


I love getcolorcode.com

Triadic colors

1 #74AAAC and #AC74AA with #AAAC74 are triadic colors.

2 #74ACAA and #ACAA74 with #AAAC74 are triadic colors.