COLOR #AAAB70

HEX: #AAAB70
RGB: (170,171,112)

Color info

#AAAB70 contains red, green and blue colors in about the same proportion. Web safe color of #AAAB70 is #999966 (or #996).

RGB color model

#AAAB70 color RGB value is (170,171,112).

  • red value is 170;
  • green value is 171;
  • blue value is 112.
RGB:
(170,171,112)
(67%,67%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 112 of 255 = 44%

170
171
112

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 112 = 453 (100%)
R 170 of 453 ~ 37.53%
G 171 of 453 ~ 37.75%
B 112 of 453 ~ 24.72%

%37.53
%37.75
%24.72

CMYK color model

#AAAB70 color CMYK value is (1,0,35,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(1,0,35,33)
C1M0Y35K33 
(1%,0%,35%,33%)
(0.01/0.00/0.35/0.33)	

CMYK percentages

%0.58
%0
%34.5
%32.94

Codes

Color #AAAB70 in popluar color models

AAAB70
RGB170171112
HSL61°25.99%55.49%
HSB/HSV61°34.50%67.06%
CMYK0.58%0.00%34.50%
32.94%

Color #AAAB70 in popluar number systems.

HEXAAAB70
Decimal170171112
Binary10101010101010111110000
Octal252253160

Shades and tints

Shades of #AAAB70

#AAAB70
(170,171,112)
#9B9C66
(155,156,102)
#8C8D5C
(140,141,92)
#7D7E52
(125,126,82)
#6E6F48
(110,111,72)
#5F603E
(95,96,62)
#505134
(80,81,52)
#41422A
(65,66,42)
#323320
(50,51,32)
#232416
(35,36,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #AAAB70

#AAAB70
(170,171,112)
#B1B27D
(177,178,125)
#B8B98A
(184,185,138)
#BFC097
(191,192,151)
#C6C7A4
(198,199,164)
#CDCEB1
(205,206,177)
#D4D5BE
(212,213,190)
#DBDCCB
(219,220,203)
#E2E3D8
(226,227,216)
#E9EAE5
(233,234,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAB70 color. Also use rgb(170,171,112) instead hex code.

Text Font Color

.myTextColor { color: #AAAB70; }

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

This text font color is #AAAB70.


Background Color

.myBgColor { background-color: #AAAB70; }

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

This div background color is #AAAB70.


Border color

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

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

This div border color is #AAAB70.


Opacity

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

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

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

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

This text has shadow with #AAAB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB70 on black background.


Color preview on white background

This text has color #AAAB70 on white background.



Black color preview on #AAAB70 background

This text has black color on #AAAB70 background.


White color preview on #AAAB70 background

This text has white color on #AAAB70 background.