COLOR #AAA75F

HEX: #AAA75F RGB: (170,167,95)

Color info

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

RGB color model

#AAA75F color RGB value is (170,167,95).

RGB: (170,167,95) (67%, 65%, 37%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 95 of 255 = 37%

170
167
95

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

Portions of RGB colors in percentages

R + G + B = 170 + 167 + 95 = 432 (100%)
R 170 of 432 ~ 39.35%
G 167 of 432 ~ 38.66%
B 95 of 432 ~ 21.99'%

%39.35
%38.66
%21.99

CMYK color model

#AAA75F color CMYK value is (0,2,44,33).

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

CMYK: (0,2,44,33)
C0M2Y44K33 (0%, 2%, 44%, 33%)
(0.00 / 0.02 / 0.44 / 0.33)

CMYK percentages

%0
%1.76
%44.12
%33.33

Codes

Color #AAA75F in popluar color models

AA A7 5F
RGB 170 167 95
HSL 58° 30.61% 51.96%
HSB/HSV 58° 44.12% 66.67%
CMYK 0.00% 1.76% 44.12%
33.33%

Color #AAA75F in popluar number systems.

HEX AA A7 5F
Decimal 170 167 95
Binary 10101010 10100111 1011111
Octal 252 247 137

Shades and tints

Shades of #AAA75F

#AAA75F
(170,167,95)
#9B9857
(155,152,87)
#8C894F
(140,137,79)
#7D7A47
(125,122,71)
#6E6B3F
(110,107,63)
#5F5C37
(95,92,55)
#504D2F
(80,77,47)
#413E27
(65,62,39)
#322F1F
(50,47,31)
#232017
(35,32,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AAA75F

#AAA75F
(170,167,95)
#B1AF6D
(177,175,109)
#B8B77B
(184,183,123)
#BFBF89
(191,191,137)
#C6C797
(198,199,151)
#CDCFA5
(205,207,165)
#D4D7B3
(212,215,179)
#DBDFC1
(219,223,193)
#E2E7CF
(226,231,207)
#E9EFDD
(233,239,221)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA75F; }

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

This text font color is #AAA75F.

Background Color

.myBgColor { background-color: #AAA75F; }

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

This div background color is #AAA75F.

Border color

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

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

This div border color is #AAA75F.

Opacity

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

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

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

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

This text has shadow with #AAA75F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA75F.

Preview

Color preview on black background

This text has color #AAA75F on black background.


Color preview on white background

This text has color #AAA75F on white background.


Black color preview on #AAA75F background

This text has black color on #AAA75F background.


White color preview on #AAA75F background

This text has white color on #AAA75F background.


Related colors

Complementary color

Complementary color for #hex is #5558A0.


I love getcolorcode.com

Triadic colors

1 #5FAAA7 and #A75FAA with #AAA75F are triadic colors.

2 #5FA7AA and #A7AA5F with #AAA75F are triadic colors.