COLOR #AA9167

HEX: #AA9167
RGB: (170,145,103)

Color info

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

RGB color model

#AA9167 color RGB value is (170,145,103).

  • red value is 170;
  • green value is 145;
  • blue value is 103.
RGB:
(170,145,103)
(67%,57%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 103 of 255 = 40%

170
145
103

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 103 = 418 (100%)
R 170 of 418 ~ 40.67%
G 145 of 418 ~ 34.69%
B 103 of 418 ~ 24.64%

%40.67
%34.69
%24.64

CMYK color model

#AA9167 color CMYK value is (0,15,39,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 39.41%
  • key color value is 33.33%
CMYK:
(0,15,39,33)
C0M15Y39K33 
(0%,15%,39%,33%)
(0.00/0.15/0.39/0.33)	

CMYK percentages

%0
%14.71
%39.41
%33.33

Codes

Color #AA9167 in popluar color models

AA9167
RGB170145103
HSL38°28.27%53.53%
HSB/HSV38°39.41%66.67%
CMYK0.00%14.71%39.41%
33.33%

Color #AA9167 in popluar number systems.

HEXAA9167
Decimal170145103
Binary10101010100100011100111
Octal252221147

Shades and tints

Shades of #AA9167

#AA9167
(170,145,103)
#9B845E
(155,132,94)
#8C7755
(140,119,85)
#7D6A4C
(125,106,76)
#6E5D43
(110,93,67)
#5F503A
(95,80,58)
#504331
(80,67,49)
#413628
(65,54,40)
#32291F
(50,41,31)
#231C16
(35,28,22)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA9167

#AA9167
(170,145,103)
#B19B74
(177,155,116)
#B8A581
(184,165,129)
#BFAF8E
(191,175,142)
#C6B99B
(198,185,155)
#CDC3A8
(205,195,168)
#D4CDB5
(212,205,181)
#DBD7C2
(219,215,194)
#E2E1CF
(226,225,207)
#E9EBDC
(233,235,220)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9167 color. Also use rgb(170,145,103) instead hex code.

Text Font Color

.myTextColor { color: #AA9167; }

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

This text font color is #AA9167.


Background Color

.myBgColor { background-color: #AA9167; }

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

This div background color is #AA9167.


Border color

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

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

This div border color is #AA9167.


Opacity

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

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

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

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

This text has shadow with #AA9167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9167 on black background.


Color preview on white background

This text has color #AA9167 on white background.



Black color preview on #AA9167 background

This text has black color on #AA9167 background.


White color preview on #AA9167 background

This text has white color on #AA9167 background.