COLOR #AAA773

HEX: #AAA773 RGB: (170,167,115)

Color info

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

RGB color model

#AAA773 color RGB value is (170,167,115).

RGB: (170,167,115) (67%, 65%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 115 of 255 = 45%

170
167
115

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

Portions of RGB colors in percentages

R + G + B = 170 + 167 + 115 = 452 (100%)
R 170 of 452 ~ 37.61%
G 167 of 452 ~ 36.95%
B 115 of 452 ~ 25.44'%

%37.61
%36.95
%25.44

CMYK color model

#AAA773 color CMYK value is (0,2,32,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 32.35%
  • key color value is 33.33%

CMYK: (0,2,32,33)
C0M2Y32K33 (0%, 2%, 32%, 33%)
(0.00 / 0.02 / 0.32 / 0.33)

CMYK percentages

%0
%1.76
%32.35
%33.33

Codes

Color #AAA773 in popluar color models

AA A7 73
RGB 170 167 115
HSL 57° 24.44% 55.88%
HSB/HSV 57° 32.35% 66.67%
CMYK 0.00% 1.76% 32.35%
33.33%

Color #AAA773 in popluar number systems.

HEX AA A7 73
Decimal 170 167 115
Binary 10101010 10100111 1110011
Octal 252 247 163

Shades and tints

Shades of #AAA773

#AAA773
(170,167,115)
#9B9869
(155,152,105)
#8C895F
(140,137,95)
#7D7A55
(125,122,85)
#6E6B4B
(110,107,75)
#5F5C41
(95,92,65)
#504D37
(80,77,55)
#413E2D
(65,62,45)
#322F23
(50,47,35)
#232019
(35,32,25)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AAA773

#AAA773
(170,167,115)
#B1AF7F
(177,175,127)
#B8B78B
(184,183,139)
#BFBF97
(191,191,151)
#C6C7A3
(198,199,163)
#CDCFAF
(205,207,175)
#D4D7BB
(212,215,187)
#DBDFC7
(219,223,199)
#E2E7D3
(226,231,211)
#E9EFDF
(233,239,223)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA773 color. Also use rgb(170,167,115) instead hex code.

Text Font Color

.myTextColor { color: #AAA773; }

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

This text font color is #AAA773.

Background Color

.myBgColor { background-color: #AAA773; }

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

This div background color is #AAA773.

Border color

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

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

This div border color is #AAA773.

Opacity

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

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

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

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

This text has shadow with #AAA773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA773.

Preview

Color preview on black background

This text has color #AAA773 on black background.


Color preview on white background

This text has color #AAA773 on white background.


Black color preview on #AAA773 background

This text has black color on #AAA773 background.


White color preview on #AAA773 background

This text has white color on #AAA773 background.


Related colors

Complementary color

Complementary color for #hex is #55588C.


I love getcolorcode.com

Triadic colors

1 #73AAA7 and #A773AA with #AAA773 are triadic colors.

2 #73A7AA and #A7AA73 with #AAA773 are triadic colors.