COLOR #AAAB7C

HEX: #AAAB7C RGB: (170,171,124)

Color info

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

RGB color model

#AAAB7C color RGB value is (170,171,124).

RGB: (170,171,124) (67%, 67%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 124 of 255 = 49%

170
171
124

R + G + B ~ 61%. #AAAB7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 124 = 465 (100%)
R 170 of 465 ~ 36.56%
G 171 of 465 ~ 36.77%
B 124 of 465 ~ 26.67'%

%36.56
%36.77
%26.67

CMYK color model

#AAAB7C color CMYK value is (1,0,27,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK: (1,0,27,33) C1M0Y27K33 (1%,0%,27%,33%) (0.01/0.00/0.27/0.33) 

CMYK percentages

%0.58
%0
%27.49
%32.94

Codes

Color #AAAB7C in popluar color models

AA AB 7C
RGB 170 171 124
HSL 61° 21.86% 57.84%
HSB/HSV 61° 27.49% 67.06%
CMYK 0.58% 0.00% 27.49%
32.94%

Color #AAAB7C in popluar number systems.

HEX AA AB 7C
Decimal 170 171 124
Binary 10101010 10101011 1111100
Octal 252 253 174

Shades and tints

Shades of #AAAB7C

#AAAB7C
(170,171,124)
#9B9C71
(155,156,113)
#8C8D66
(140,141,102)
#7D7E5B
(125,126,91)
#6E6F50
(110,111,80)
#5F6045
(95,96,69)
#50513A
(80,81,58)
#41422F
(65,66,47)
#323324
(50,51,36)
#232419
(35,36,25)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AAAB7C

#AAAB7C
(170,171,124)
#B1B287
(177,178,135)
#B8B992
(184,185,146)
#BFC09D
(191,192,157)
#C6C7A8
(198,199,168)
#CDCEB3
(205,206,179)
#D4D5BE
(212,213,190)
#DBDCC9
(219,220,201)
#E2E3D4
(226,227,212)
#E9EADF
(233,234,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB7C; }

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

This text font color is #AAAB7C.

Background Color

.myBgColor { background-color: #AAAB7C; }

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

This div background color is #AAAB7C.

Border color

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

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

This div border color is #AAAB7C.

Opacity

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

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

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

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

This text has shadow with #AAAB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAB7C.

Preview

Color preview on black background

This text has color #AAAB7C on black background.


Color preview on white background

This text has color #AAAB7C on white background.


Black color preview on #AAAB7C background

This text has black color on #AAAB7C background.


White color preview on #AAAB7C background

This text has white color on #AAAB7C background.


Related colors

Complementary color

Complementary color for #hex is #555483.


I love getcolorcode.com

Triadic colors

1 #7CAAAB and #AB7CAA with #AAAB7C are triadic colors.

2 #7CABAA and #ABAA7C with #AAAB7C are triadic colors.