COLOR #AAAD63

HEX: #AAAD63
RGB: (170,173,99)

Color info

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

RGB color model

#AAAD63 color RGB value is (170,173,99).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 99 of 255 = 39%

170
173
99

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 99 = 442 (100%)
R 170 of 442 ~ 38.46%
G 173 of 442 ~ 39.14%
B 99 of 442 ~ 22.4%

%38.46
%39.14
%22.4

CMYK color model

#AAAD63 color CMYK value is (2,0,43,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 32.16%
CMYK:
(2,0,43,32)
C2M0Y43K32 
(2%,0%,43%,32%)
(0.02/0.00/0.43/0.32)	

CMYK percentages

%1.73
%0
%42.77
%32.16

Codes

Color #AAAD63 in popluar color models

AAAD63
RGB17017399
HSL62°31.09%53.33%
HSB/HSV62°42.77%67.84%
CMYK1.73%0.00%42.77%
32.16%

Color #AAAD63 in popluar number systems.

HEXAAAD63
Decimal17017399
Binary10101010101011011100011
Octal252255143

Shades and tints

Shades of #AAAD63

#AAAD63
(170,173,99)
#9B9E5A
(155,158,90)
#8C8F51
(140,143,81)
#7D8048
(125,128,72)
#6E713F
(110,113,63)
#5F6236
(95,98,54)
#50532D
(80,83,45)
#414424
(65,68,36)
#32351B
(50,53,27)
#232612
(35,38,18)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #AAAD63

#AAAD63
(170,173,99)
#B1B471
(177,180,113)
#B8BB7F
(184,187,127)
#BFC28D
(191,194,141)
#C6C99B
(198,201,155)
#CDD0A9
(205,208,169)
#D4D7B7
(212,215,183)
#DBDEC5
(219,222,197)
#E2E5D3
(226,229,211)
#E9ECE1
(233,236,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD63; }

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

This text font color is #AAAD63.


Background Color

.myBgColor { background-color: #AAAD63; }

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

This div background color is #AAAD63.


Border color

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

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

This div border color is #AAAD63.


Opacity

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

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

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

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

This text has shadow with #AAAD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAD63 on black background.


Color preview on white background

This text has color #AAAD63 on white background.



Black color preview on #AAAD63 background

This text has black color on #AAAD63 background.


White color preview on #AAAD63 background

This text has white color on #AAAD63 background.