COLOR #AA9978

HEX: #AA9978
RGB: (170,153,120)

Color info

#AA9978 contains red, green and blue colors in about the same proportion. Web safe color of #AA9978 is #999966 (or #996).

RGB color model

#AA9978 color RGB value is (170,153,120).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 120 of 255 = 47%

170
153
120

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 120 = 443 (100%)
R 170 of 443 ~ 38.37%
G 153 of 443 ~ 34.54%
B 120 of 443 ~ 27.09%

%38.37
%34.54
%27.09

CMYK color model

#AA9978 color CMYK value is (0,10,29,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(0,10,29,33)
C0M10Y29K33 
(0%,10%,29%,33%)
(0.00/0.10/0.29/0.33)	

CMYK percentages

%0
%10
%29.41
%33.33

Codes

Color #AA9978 in popluar color models

AA9978
RGB170153120
HSL40°22.73%56.86%
HSB/HSV40°29.41%66.67%
CMYK0.00%10.00%29.41%
33.33%

Color #AA9978 in popluar number systems.

HEXAA9978
Decimal170153120
Binary10101010100110011111000
Octal252231170

Shades and tints

Shades of #AA9978

#AA9978
(170,153,120)
#9B8C6E
(155,140,110)
#8C7F64
(140,127,100)
#7D725A
(125,114,90)
#6E6550
(110,101,80)
#5F5846
(95,88,70)
#504B3C
(80,75,60)
#413E32
(65,62,50)
#323128
(50,49,40)
#23241E
(35,36,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AA9978

#AA9978
(170,153,120)
#B1A284
(177,162,132)
#B8AB90
(184,171,144)
#BFB49C
(191,180,156)
#C6BDA8
(198,189,168)
#CDC6B4
(205,198,180)
#D4CFC0
(212,207,192)
#DBD8CC
(219,216,204)
#E2E1D8
(226,225,216)
#E9EAE4
(233,234,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9978; }

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

This text font color is #AA9978.


Background Color

.myBgColor { background-color: #AA9978; }

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

This div background color is #AA9978.


Border color

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

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

This div border color is #AA9978.


Opacity

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

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

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

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

This text has shadow with #AA9978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9978 on black background.


Color preview on white background

This text has color #AA9978 on white background.



Black color preview on #AA9978 background

This text has black color on #AA9978 background.


White color preview on #AA9978 background

This text has white color on #AA9978 background.