COLOR #AA9963

HEX: #AA9963
RGB: (170,153,99)

Color info

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

RGB color model

#AA9963 color RGB value is (170,153,99).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 99 of 255 = 39%

170
153
99

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 99 = 422 (100%)
R 170 of 422 ~ 40.28%
G 153 of 422 ~ 36.26%
B 99 of 422 ~ 23.46%

%40.28
%36.26
%23.46

CMYK color model

#AA9963 color CMYK value is (0,10,42,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(0,10,42,33)
C0M10Y42K33 
(0%,10%,42%,33%)
(0.00/0.10/0.42/0.33)	

CMYK percentages

%0
%10
%41.76
%33.33

Codes

Color #AA9963 in popluar color models

AA9963
RGB17015399
HSL46°29.46%52.75%
HSB/HSV46°41.76%66.67%
CMYK0.00%10.00%41.76%
33.33%

Color #AA9963 in popluar number systems.

HEXAA9963
Decimal17015399
Binary10101010100110011100011
Octal252231143

Shades and tints

Shades of #AA9963

#AA9963
(170,153,99)
#9B8C5A
(155,140,90)
#8C7F51
(140,127,81)
#7D7248
(125,114,72)
#6E653F
(110,101,63)
#5F5836
(95,88,54)
#504B2D
(80,75,45)
#413E24
(65,62,36)
#32311B
(50,49,27)
#232412
(35,36,18)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #AA9963

#AA9963
(170,153,99)
#B1A271
(177,162,113)
#B8AB7F
(184,171,127)
#BFB48D
(191,180,141)
#C6BD9B
(198,189,155)
#CDC6A9
(205,198,169)
#D4CFB7
(212,207,183)
#DBD8C5
(219,216,197)
#E2E1D3
(226,225,211)
#E9EAE1
(233,234,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9963; }

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

This text font color is #AA9963.


Background Color

.myBgColor { background-color: #AA9963; }

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

This div background color is #AA9963.


Border color

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

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

This div border color is #AA9963.


Opacity

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

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

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

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

This text has shadow with #AA9963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9963 on black background.


Color preview on white background

This text has color #AA9963 on white background.



Black color preview on #AA9963 background

This text has black color on #AA9963 background.


White color preview on #AA9963 background

This text has white color on #AA9963 background.