COLOR #AA9954

HEX: #AA9954
RGB: (170,153,84)

Color info

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

RGB color model

#AA9954 color RGB value is (170,153,84).

  • red value is 170;
  • green value is 153;
  • blue value is 84.
RGB:
(170,153,84)
(67%,60%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 84 of 255 = 33%

170
153
84

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 84 = 407 (100%)
R 170 of 407 ~ 41.77%
G 153 of 407 ~ 37.59%
B 84 of 407 ~ 20.64%

%41.77
%37.59
%20.64

CMYK color model

#AA9954 color CMYK value is (0,10,51,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 50.59%
  • key color value is 33.33%
CMYK:
(0,10,51,33)
C0M10Y51K33 
(0%,10%,51%,33%)
(0.00/0.10/0.51/0.33)	

CMYK percentages

%0
%10
%50.59
%33.33

Codes

Color #AA9954 in popluar color models

AA9954
RGB17015384
HSL48°33.86%49.80%
HSB/HSV48°50.59%66.67%
CMYK0.00%10.00%50.59%
33.33%

Color #AA9954 in popluar number systems.

HEXAA9954
Decimal17015384
Binary10101010100110011010100
Octal252231124

Shades and tints

Shades of #AA9954

#AA9954
(170,153,84)
#9B8C4D
(155,140,77)
#8C7F46
(140,127,70)
#7D723F
(125,114,63)
#6E6538
(110,101,56)
#5F5831
(95,88,49)
#504B2A
(80,75,42)
#413E23
(65,62,35)
#32311C
(50,49,28)
#232415
(35,36,21)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #AA9954

#AA9954
(170,153,84)
#B1A263
(177,162,99)
#B8AB72
(184,171,114)
#BFB481
(191,180,129)
#C6BD90
(198,189,144)
#CDC69F
(205,198,159)
#D4CFAE
(212,207,174)
#DBD8BD
(219,216,189)
#E2E1CC
(226,225,204)
#E9EADB
(233,234,219)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9954 color. Also use rgb(170,153,84) instead hex code.

Text Font Color

.myTextColor { color: #AA9954; }

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

This text font color is #AA9954.


Background Color

.myBgColor { background-color: #AA9954; }

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

This div background color is #AA9954.


Border color

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

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

This div border color is #AA9954.


Opacity

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

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

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

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

This text has shadow with #AA9954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9954 on black background.


Color preview on white background

This text has color #AA9954 on white background.



Black color preview on #AA9954 background

This text has black color on #AA9954 background.


White color preview on #AA9954 background

This text has white color on #AA9954 background.