COLOR #AAAD92

HEX: #AAAD92
RGB: (170,173,146)

Color info

#AAAD92 contains red, green and blue colors in about the same proportion. Web safe color of #AAAD92 is #999999 (or #999).

RGB color model

#AAAD92 color RGB value is (170,173,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 146 of 255 = 57%

170
173
146

R + G + B ~ 64%. #AAAD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 146 = 489 (100%)
R 170 of 489 ~ 34.76%
G 173 of 489 ~ 35.38%
B 146 of 489 ~ 29.86%

%34.76
%35.38
%29.86

CMYK color model

#AAAD92 color CMYK value is (2,0,16,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(2,0,16,32)
C2M0Y16K32 
(2%,0%,16%,32%)
(0.02/0.00/0.16/0.32)	

CMYK percentages

%1.73
%0
%15.61
%32.16

Codes

Color #AAAD92 in popluar color models

AAAD92
RGB170173146
HSL67°14.14%62.55%
HSB/HSV67°15.61%67.84%
CMYK1.73%0.00%15.61%
32.16%

Color #AAAD92 in popluar number systems.

HEXAAAD92
Decimal170173146
Binary101010101010110110010010
Octal252255222

Shades and tints

Shades of #AAAD92

#AAAD92
(170,173,146)
#9B9E85
(155,158,133)
#8C8F78
(140,143,120)
#7D806B
(125,128,107)
#6E715E
(110,113,94)
#5F6251
(95,98,81)
#505344
(80,83,68)
#414437
(65,68,55)
#32352A
(50,53,42)
#23261D
(35,38,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AAAD92

#AAAD92
(170,173,146)
#B1B49B
(177,180,155)
#B8BBA4
(184,187,164)
#BFC2AD
(191,194,173)
#C6C9B6
(198,201,182)
#CDD0BF
(205,208,191)
#D4D7C8
(212,215,200)
#DBDED1
(219,222,209)
#E2E5DA
(226,229,218)
#E9ECE3
(233,236,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD92; }

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

This text font color is #AAAD92.


Background Color

.myBgColor { background-color: #AAAD92; }

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

This div background color is #AAAD92.


Border color

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

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

This div border color is #AAAD92.


Opacity

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

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

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

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

This text has shadow with #AAAD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAD92 on black background.


Color preview on white background

This text has color #AAAD92 on white background.



Black color preview on #AAAD92 background

This text has black color on #AAAD92 background.


White color preview on #AAAD92 background

This text has white color on #AAAD92 background.