COLOR #AAA75A

HEX: #AAA75A RGB: (170,167,90)

Color info

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

RGB color model

#AAA75A color RGB value is (170,167,90).

RGB: (170,167,90) (67%, 65%, 35%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 90 of 255 = 35%

170
167
90

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

Portions of RGB colors in percentages

R + G + B = 170 + 167 + 90 = 427 (100%)
R 170 of 427 ~ 39.81%
G 167 of 427 ~ 39.11%
B 90 of 427 ~ 21.08'%

%39.81
%39.11
%21.08

CMYK color model

#AAA75A color CMYK value is (0,2,47,33).

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

CMYK: (0,2,47,33)
C0M2Y47K33 (0%, 2%, 47%, 33%)
(0.00 / 0.02 / 0.47 / 0.33)

CMYK percentages

%0
%1.76
%47.06
%33.33

Codes

Color #AAA75A in popluar color models

AA A7 5A
RGB 170 167 90
HSL 58° 32.00% 50.98%
HSB/HSV 58° 47.06% 66.67%
CMYK 0.00% 1.76% 47.06%
33.33%

Color #AAA75A in popluar number systems.

HEX AA A7 5A
Decimal 170 167 90
Binary 10101010 10100111 1011010
Octal 252 247 132

Shades and tints

Shades of #AAA75A

#AAA75A
(170,167,90)
#9B9852
(155,152,82)
#8C894A
(140,137,74)
#7D7A42
(125,122,66)
#6E6B3A
(110,107,58)
#5F5C32
(95,92,50)
#504D2A
(80,77,42)
#413E22
(65,62,34)
#322F1A
(50,47,26)
#232012
(35,32,18)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #AAA75A

#AAA75A
(170,167,90)
#B1AF69
(177,175,105)
#B8B778
(184,183,120)
#BFBF87
(191,191,135)
#C6C796
(198,199,150)
#CDCFA5
(205,207,165)
#D4D7B4
(212,215,180)
#DBDFC3
(219,223,195)
#E2E7D2
(226,231,210)
#E9EFE1
(233,239,225)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA75A; }

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

This text font color is #AAA75A.

Background Color

.myBgColor { background-color: #AAA75A; }

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

This div background color is #AAA75A.

Border color

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

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

This div border color is #AAA75A.

Opacity

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

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

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

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

This text has shadow with #AAA75A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA75A.

Preview

Color preview on black background

This text has color #AAA75A on black background.


Color preview on white background

This text has color #AAA75A on white background.


Black color preview on #AAA75A background

This text has black color on #AAA75A background.


White color preview on #AAA75A background

This text has white color on #AAA75A background.


Related colors

Complementary color

Complementary color for #hex is #5558A5.


I love getcolorcode.com

Triadic colors

1 #5AAAA7 and #A75AAA with #AAA75A are triadic colors.

2 #5AA7AA and #A7AA5A with #AAA75A are triadic colors.