COLOR #AA9E64

HEX: #AA9E64
RGB: (170,158,100)

Color info

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

RGB color model

#AA9E64 color RGB value is (170,158,100).

  • red value is 170;
  • green value is 158;
  • blue value is 100.
RGB:
(170,158,100)
(67%,62%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 100 of 255 = 39%

170
158
100

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

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 100 = 428 (100%)
R 170 of 428 ~ 39.72%
G 158 of 428 ~ 36.92%
B 100 of 428 ~ 23.36%

%39.72
%36.92
%23.36

CMYK color model

#AA9E64 color CMYK value is (0,7,41,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(0,7,41,33)
C0M7Y41K33 
(0%,7%,41%,33%)
(0.00/0.07/0.41/0.33)	

CMYK percentages

%0
%7.06
%41.18
%33.33

Codes

Color #AA9E64 in popluar color models

AA9E64
RGB170158100
HSL50°29.17%52.94%
HSB/HSV50°41.18%66.67%
CMYK0.00%7.06%41.18%
33.33%

Color #AA9E64 in popluar number systems.

HEXAA9E64
Decimal170158100
Binary10101010100111101100100
Octal252236144

Shades and tints

Shades of #AA9E64

#AA9E64
(170,158,100)
#9B905B
(155,144,91)
#8C8252
(140,130,82)
#7D7449
(125,116,73)
#6E6640
(110,102,64)
#5F5837
(95,88,55)
#504A2E
(80,74,46)
#413C25
(65,60,37)
#322E1C
(50,46,28)
#232013
(35,32,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #AA9E64

#AA9E64
(170,158,100)
#B1A672
(177,166,114)
#B8AE80
(184,174,128)
#BFB68E
(191,182,142)
#C6BE9C
(198,190,156)
#CDC6AA
(205,198,170)
#D4CEB8
(212,206,184)
#DBD6C6
(219,214,198)
#E2DED4
(226,222,212)
#E9E6E2
(233,230,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9E64 color. Also use rgb(170,158,100) instead hex code.

Text Font Color

.myTextColor { color: #AA9E64; }

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

This text font color is #AA9E64.


Background Color

.myBgColor { background-color: #AA9E64; }

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

This div background color is #AA9E64.


Border color

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

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

This div border color is #AA9E64.


Opacity

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

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

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

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

This text has shadow with #AA9E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9E64 on black background.


Color preview on white background

This text has color #AA9E64 on white background.



Black color preview on #AA9E64 background

This text has black color on #AA9E64 background.


White color preview on #AA9E64 background

This text has white color on #AA9E64 background.