COLOR #AA9D75

HEX: #AA9D75
RGB: (170,157,117)

Color info

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

RGB color model

#AA9D75 color RGB value is (170,157,117).

  • red value is 170;
  • green value is 157;
  • blue value is 117.
RGB:
(170,157,117)
(67%,62%,46%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 117 of 255 = 46%

170
157
117

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

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 117 = 444 (100%)
R 170 of 444 ~ 38.29%
G 157 of 444 ~ 35.36%
B 117 of 444 ~ 26.35%

%38.29
%35.36
%26.35

CMYK color model

#AA9D75 color CMYK value is (0,8,31,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 31.18%
  • key color value is 33.33%
CMYK:
(0,8,31,33)
C0M8Y31K33 
(0%,8%,31%,33%)
(0.00/0.08/0.31/0.33)	

CMYK percentages

%0
%7.65
%31.18
%33.33

Codes

Color #AA9D75 in popluar color models

AA9D75
RGB170157117
HSL45°23.77%56.27%
HSB/HSV45°31.18%66.67%
CMYK0.00%7.65%31.18%
33.33%

Color #AA9D75 in popluar number systems.

HEXAA9D75
Decimal170157117
Binary10101010100111011110101
Octal252235165

Shades and tints

Shades of #AA9D75

#AA9D75
(170,157,117)
#9B8F6B
(155,143,107)
#8C8161
(140,129,97)
#7D7357
(125,115,87)
#6E654D
(110,101,77)
#5F5743
(95,87,67)
#504939
(80,73,57)
#413B2F
(65,59,47)
#322D25
(50,45,37)
#231F1B
(35,31,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AA9D75

#AA9D75
(170,157,117)
#B1A581
(177,165,129)
#B8AD8D
(184,173,141)
#BFB599
(191,181,153)
#C6BDA5
(198,189,165)
#CDC5B1
(205,197,177)
#D4CDBD
(212,205,189)
#DBD5C9
(219,213,201)
#E2DDD5
(226,221,213)
#E9E5E1
(233,229,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9D75 color. Also use rgb(170,157,117) instead hex code.

Text Font Color

.myTextColor { color: #AA9D75; }

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

This text font color is #AA9D75.


Background Color

.myBgColor { background-color: #AA9D75; }

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

This div background color is #AA9D75.


Border color

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

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

This div border color is #AA9D75.


Opacity

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

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

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

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

This text has shadow with #AA9D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9D75 on black background.


Color preview on white background

This text has color #AA9D75 on white background.



Black color preview on #AA9D75 background

This text has black color on #AA9D75 background.


White color preview on #AA9D75 background

This text has white color on #AA9D75 background.