COLOR #AA9169

HEX: #AA9169
RGB: (170,145,105)

Color info

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

RGB color model

#AA9169 color RGB value is (170,145,105).

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

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 105 of 255 = 41%

170
145
105

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 105 = 420 (100%)
R 170 of 420 ~ 40.48%
G 145 of 420 ~ 34.52%
B 105 of 420 ~ 25%

%40.48
%34.52
%25

CMYK color model

#AA9169 color CMYK value is (0,15,38,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(0,15,38,33)
C0M15Y38K33 
(0%,15%,38%,33%)
(0.00/0.15/0.38/0.33)	

CMYK percentages

%0
%14.71
%38.24
%33.33

Codes

Color #AA9169 in popluar color models

AA9169
RGB170145105
HSL37°27.66%53.92%
HSB/HSV37°38.24%66.67%
CMYK0.00%14.71%38.24%
33.33%

Color #AA9169 in popluar number systems.

HEXAA9169
Decimal170145105
Binary10101010100100011101001
Octal252221151

Shades and tints

Shades of #AA9169

#AA9169
(170,145,105)
#9B8460
(155,132,96)
#8C7757
(140,119,87)
#7D6A4E
(125,106,78)
#6E5D45
(110,93,69)
#5F503C
(95,80,60)
#504333
(80,67,51)
#41362A
(65,54,42)
#322921
(50,41,33)
#231C18
(35,28,24)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA9169

#AA9169
(170,145,105)
#B19B76
(177,155,118)
#B8A583
(184,165,131)
#BFAF90
(191,175,144)
#C6B99D
(198,185,157)
#CDC3AA
(205,195,170)
#D4CDB7
(212,205,183)
#DBD7C4
(219,215,196)
#E2E1D1
(226,225,209)
#E9EBDE
(233,235,222)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9169; }

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

This text font color is #AA9169.


Background Color

.myBgColor { background-color: #AA9169; }

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

This div background color is #AA9169.


Border color

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

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

This div border color is #AA9169.


Opacity

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

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

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

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

This text has shadow with #AA9169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9169 on black background.


Color preview on white background

This text has color #AA9169 on white background.



Black color preview on #AA9169 background

This text has black color on #AA9169 background.


White color preview on #AA9169 background

This text has white color on #AA9169 background.