COLOR #AA984F

HEX: #AA984F
RGB: (170,152,79)

Color info

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

RGB color model

#AA984F color RGB value is (170,152,79).

  • red value is 170;
  • green value is 152;
  • blue value is 79.
RGB:
(170,152,79)
(67%,60%,31%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 79 of 255 = 31%

170
152
79

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

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 79 = 401 (100%)
R 170 of 401 ~ 42.39%
G 152 of 401 ~ 37.91%
B 79 of 401 ~ 19.7%

%42.39
%37.91
%19.7

CMYK color model

#AA984F color CMYK value is (0,11,54,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 53.53%
  • key color value is 33.33%
CMYK:
(0,11,54,33)
C0M11Y54K33 
(0%,11%,54%,33%)
(0.00/0.11/0.54/0.33)	

CMYK percentages

%0
%10.59
%53.53
%33.33

Codes

Color #AA984F in popluar color models

AA984F
RGB17015279
HSL48°36.55%48.82%
HSB/HSV48°53.53%66.67%
CMYK0.00%10.59%53.53%
33.33%

Color #AA984F in popluar number systems.

HEXAA984F
Decimal17015279
Binary10101010100110001001111
Octal252230117

Shades and tints

Shades of #AA984F

#AA984F
(170,152,79)
#9B8B48
(155,139,72)
#8C7E41
(140,126,65)
#7D713A
(125,113,58)
#6E6433
(110,100,51)
#5F572C
(95,87,44)
#504A25
(80,74,37)
#413D1E
(65,61,30)
#323017
(50,48,23)
#232310
(35,35,16)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #AA984F

#AA984F
(170,152,79)
#B1A15F
(177,161,95)
#B8AA6F
(184,170,111)
#BFB37F
(191,179,127)
#C6BC8F
(198,188,143)
#CDC59F
(205,197,159)
#D4CEAF
(212,206,175)
#DBD7BF
(219,215,191)
#E2E0CF
(226,224,207)
#E9E9DF
(233,233,223)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA984F color. Also use rgb(170,152,79) instead hex code.

Text Font Color

.myTextColor { color: #AA984F; }

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

This text font color is #AA984F.


Background Color

.myBgColor { background-color: #AA984F; }

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

This div background color is #AA984F.


Border color

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

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

This div border color is #AA984F.


Opacity

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

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

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

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

This text has shadow with #AA984F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA984F on black background.


Color preview on white background

This text has color #AA984F on white background.



Black color preview on #AA984F background

This text has black color on #AA984F background.


White color preview on #AA984F background

This text has white color on #AA984F background.