COLOR #AAAB7D

HEX: #AAAB7D RGB: (170,171,125)

Color info

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

RGB color model

#AAAB7D color RGB value is (170,171,125).

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

RGB channels and saturation

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

170
171
125

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

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 125 = 466 (100%)
R 170 of 466 ~ 36.48%
G 171 of 466 ~ 36.7%
B 125 of 466 ~ 26.82'%

%36.48
%36.7
%26.82

CMYK color model

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

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • 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
%26.9
%32.94

Codes

Color #AAAB7D in popluar color models

AA AB 7D
RGB 170 171 125
HSL 61° 21.50% 58.04%
HSB/HSV 61° 26.90% 67.06%
CMYK 0.58% 0.00% 26.90%
32.94%

Color #AAAB7D in popluar number systems.

HEX AA AB 7D
Decimal 170 171 125
Binary 10101010 10101011 1111101
Octal 252 253 175

Shades and tints

Shades of #AAAB7D

#AAAB7D
(170,171,125)
#9B9C72
(155,156,114)
#8C8D67
(140,141,103)
#7D7E5C
(125,126,92)
#6E6F51
(110,111,81)
#5F6046
(95,96,70)
#50513B
(80,81,59)
#414230
(65,66,48)
#323325
(50,51,37)
#23241A
(35,36,26)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AAAB7D

#AAAB7D
(170,171,125)
#B1B288
(177,178,136)
#B8B993
(184,185,147)
#BFC09E
(191,192,158)
#C6C7A9
(198,199,169)
#CDCEB4
(205,206,180)
#D4D5BF
(212,213,191)
#DBDCCA
(219,220,202)
#E2E3D5
(226,227,213)
#E9EAE0
(233,234,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB7D; }

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

This text font color is #AAAB7D.

Background Color

.myBgColor { background-color: #AAAB7D; }

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

This div background color is #AAAB7D.

Border color

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

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

This div border color is #AAAB7D.

Opacity

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

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

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

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

This text has shadow with #AAAB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAB7D.

Preview

Color preview on black background

This text has color #AAAB7D on black background.


Color preview on white background

This text has color #AAAB7D on white background.


Black color preview on #AAAB7D background

This text has black color on #AAAB7D background.


White color preview on #AAAB7D background

This text has white color on #AAAB7D background.


Related colors

Complementary color

Complementary color for #hex is #555482.


I love getcolorcode.com

Triadic colors

1 #7DAAAB and #AB7DAA with #AAAB7D are triadic colors.

2 #7DABAA and #ABAA7D with #AAAB7D are triadic colors.