COLOR #AAA963

HEX: #AAA963 RGB: (170,169,99)

Color info

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

RGB color model

#AAA963 color RGB value is (170,169,99).

RGB: (170,169,99) (67%, 66%, 39%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 99 of 255 = 39%

170
169
99

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

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 99 = 438 (100%)
R 170 of 438 ~ 38.81%
G 169 of 438 ~ 38.58%
B 99 of 438 ~ 22.6'%

%38.81
%38.58
%22.6

CMYK color model

#AAA963 color CMYK value is (0,1,42,33).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 41.76%
  • key color value is 33.33%

CMYK: (0,1,42,33)
C0M1Y42K33 (0%, 1%, 42%, 33%)
(0.00 / 0.01 / 0.42 / 0.33)

CMYK percentages

%0
%0.59
%41.76
%33.33

Codes

Color #AAA963 in popluar color models

AA A9 63
RGB 170 169 99
HSL 59° 29.46% 52.75%
HSB/HSV 59° 41.76% 66.67%
CMYK 0.00% 0.59% 41.76%
33.33%

Color #AAA963 in popluar number systems.

HEX AA A9 63
Decimal 170 169 99
Binary 10101010 10101001 1100011
Octal 252 251 143

Shades and tints

Shades of #AAA963

#AAA963
(170,169,99)
#9B9A5A
(155,154,90)
#8C8B51
(140,139,81)
#7D7C48
(125,124,72)
#6E6D3F
(110,109,63)
#5F5E36
(95,94,54)
#504F2D
(80,79,45)
#414024
(65,64,36)
#32311B
(50,49,27)
#232212
(35,34,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #AAA963

#AAA963
(170,169,99)
#B1B071
(177,176,113)
#B8B77F
(184,183,127)
#BFBE8D
(191,190,141)
#C6C59B
(198,197,155)
#CDCCA9
(205,204,169)
#D4D3B7
(212,211,183)
#DBDAC5
(219,218,197)
#E2E1D3
(226,225,211)
#E9E8E1
(233,232,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA963; }

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

This text font color is #AAA963.

Background Color

.myBgColor { background-color: #AAA963; }

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

This div background color is #AAA963.

Border color

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

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

This div border color is #AAA963.

Opacity

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

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

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

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

This text has shadow with #AAA963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA963.

Preview

Color preview on black background

This text has color #AAA963 on black background.


Color preview on white background

This text has color #AAA963 on white background.


Black color preview on #AAA963 background

This text has black color on #AAA963 background.


White color preview on #AAA963 background

This text has white color on #AAA963 background.


Related colors

Complementary color

Complementary color for #hex is #55569C.


I love getcolorcode.com

Triadic colors

1 #63AAA9 and #A963AA with #AAA963 are triadic colors.

2 #63A9AA and #A9AA63 with #AAA963 are triadic colors.