COLOR #AAAD68

HEX: #AAAD68
RGB: (170,173,104)

Color info

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

RGB color model

#AAAD68 color RGB value is (170,173,104).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 104 of 255 = 41%

170
173
104

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 104 = 447 (100%)
R 170 of 447 ~ 38.03%
G 173 of 447 ~ 38.7%
B 104 of 447 ~ 23.27%

%38.03
%38.7
%23.27

CMYK color model

#AAAD68 color CMYK value is (2,0,40,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(2,0,40,32)
C2M0Y40K32 
(2%,0%,40%,32%)
(0.02/0.00/0.40/0.32)	

CMYK percentages

%1.73
%0
%39.88
%32.16

Codes

Color #AAAD68 in popluar color models

AAAD68
RGB170173104
HSL63°29.61%54.31%
HSB/HSV63°39.88%67.84%
CMYK1.73%0.00%39.88%
32.16%

Color #AAAD68 in popluar number systems.

HEXAAAD68
Decimal170173104
Binary10101010101011011101000
Octal252255150

Shades and tints

Shades of #AAAD68

#AAAD68
(170,173,104)
#9B9E5F
(155,158,95)
#8C8F56
(140,143,86)
#7D804D
(125,128,77)
#6E7144
(110,113,68)
#5F623B
(95,98,59)
#505332
(80,83,50)
#414429
(65,68,41)
#323520
(50,53,32)
#232617
(35,38,23)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #AAAD68

#AAAD68
(170,173,104)
#B1B475
(177,180,117)
#B8BB82
(184,187,130)
#BFC28F
(191,194,143)
#C6C99C
(198,201,156)
#CDD0A9
(205,208,169)
#D4D7B6
(212,215,182)
#DBDEC3
(219,222,195)
#E2E5D0
(226,229,208)
#E9ECDD
(233,236,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD68; }

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

This text font color is #AAAD68.


Background Color

.myBgColor { background-color: #AAAD68; }

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

This div background color is #AAAD68.


Border color

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

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

This div border color is #AAAD68.


Opacity

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

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

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

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

This text has shadow with #AAAD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAD68 on black background.


Color preview on white background

This text has color #AAAD68 on white background.



Black color preview on #AAAD68 background

This text has black color on #AAAD68 background.


White color preview on #AAAD68 background

This text has white color on #AAAD68 background.