COLOR #AAAE6C

HEX: #AAAE6C
RGB: (170,174,108)

Color info

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

RGB color model

#AAAE6C color RGB value is (170,174,108).

  • red value is 170;
  • green value is 174;
  • blue value is 108.
RGB:
(170,174,108)
(67%,68%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 108 of 255 = 42%

170
174
108

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

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 108 = 452 (100%)
R 170 of 452 ~ 37.61%
G 174 of 452 ~ 38.5%
B 108 of 452 ~ 23.89%

%37.61
%38.5
%23.89

CMYK color model

#AAAE6C color CMYK value is (2,0,38,32).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 31.76%
CMYK:
(2,0,38,32)
C2M0Y38K32 
(2%,0%,38%,32%)
(0.02/0.00/0.38/0.32)	

CMYK percentages

%2.3
%0
%37.93
%31.76

Codes

Color #AAAE6C in popluar color models

AAAE6C
RGB170174108
HSL64°28.95%55.29%
HSB/HSV64°37.93%68.24%
CMYK2.30%0.00%37.93%
31.76%

Color #AAAE6C in popluar number systems.

HEXAAAE6C
Decimal170174108
Binary10101010101011101101100
Octal252256154

Shades and tints

Shades of #AAAE6C

#AAAE6C
(170,174,108)
#9B9F63
(155,159,99)
#8C905A
(140,144,90)
#7D8151
(125,129,81)
#6E7248
(110,114,72)
#5F633F
(95,99,63)
#505436
(80,84,54)
#41452D
(65,69,45)
#323624
(50,54,36)
#23271B
(35,39,27)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #AAAE6C

#AAAE6C
(170,174,108)
#B1B579
(177,181,121)
#B8BC86
(184,188,134)
#BFC393
(191,195,147)
#C6CAA0
(198,202,160)
#CDD1AD
(205,209,173)
#D4D8BA
(212,216,186)
#DBDFC7
(219,223,199)
#E2E6D4
(226,230,212)
#E9EDE1
(233,237,225)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAE6C color. Also use rgb(170,174,108) instead hex code.

Text Font Color

.myTextColor { color: #AAAE6C; }

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

This text font color is #AAAE6C.


Background Color

.myBgColor { background-color: #AAAE6C; }

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

This div background color is #AAAE6C.


Border color

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

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

This div border color is #AAAE6C.


Opacity

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

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

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

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

This text has shadow with #AAAE6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAE6C on black background.


Color preview on white background

This text has color #AAAE6C on white background.



Black color preview on #AAAE6C background

This text has black color on #AAAE6C background.


White color preview on #AAAE6C background

This text has white color on #AAAE6C background.