COLOR #AA9469

HEX: #AA9469
RGB: (170,148,105)

Color info

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

RGB color model

#AA9469 color RGB value is (170,148,105).

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

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 105 of 255 = 41%

170
148
105

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 105 = 423 (100%)
R 170 of 423 ~ 40.19%
G 148 of 423 ~ 34.99%
B 105 of 423 ~ 24.82%

%40.19
%34.99
%24.82

CMYK color model

#AA9469 color CMYK value is (0,13,38,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(0,13,38,33)
C0M13Y38K33 
(0%,13%,38%,33%)
(0.00/0.13/0.38/0.33)	

CMYK percentages

%0
%12.94
%38.24
%33.33

Codes

Color #AA9469 in popluar color models

AA9469
RGB170148105
HSL40°27.66%53.92%
HSB/HSV40°38.24%66.67%
CMYK0.00%12.94%38.24%
33.33%

Color #AA9469 in popluar number systems.

HEXAA9469
Decimal170148105
Binary10101010100101001101001
Octal252224151

Shades and tints

Shades of #AA9469

#AA9469
(170,148,105)
#9B8760
(155,135,96)
#8C7A57
(140,122,87)
#7D6D4E
(125,109,78)
#6E6045
(110,96,69)
#5F533C
(95,83,60)
#504633
(80,70,51)
#41392A
(65,57,42)
#322C21
(50,44,33)
#231F18
(35,31,24)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AA9469

#AA9469
(170,148,105)
#B19D76
(177,157,118)
#B8A683
(184,166,131)
#BFAF90
(191,175,144)
#C6B89D
(198,184,157)
#CDC1AA
(205,193,170)
#D4CAB7
(212,202,183)
#DBD3C4
(219,211,196)
#E2DCD1
(226,220,209)
#E9E5DE
(233,229,222)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9469; }

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

This text font color is #AA9469.


Background Color

.myBgColor { background-color: #AA9469; }

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

This div background color is #AA9469.


Border color

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

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

This div border color is #AA9469.


Opacity

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

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

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

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

This text has shadow with #AA9469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9469 on black background.


Color preview on white background

This text has color #AA9469 on white background.



Black color preview on #AA9469 background

This text has black color on #AA9469 background.


White color preview on #AA9469 background

This text has white color on #AA9469 background.