COLOR #AAB079

HEX: #AAB079 RGB: (170,176,121)

Color info

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

RGB color model

#AAB079 color RGB value is (170,176,121).

RGB: (170,176,121) (67%, 69%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 121 of 255 = 47%

170
176
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 121 = 467 (100%)
R 170 of 467 ~ 36.4%
G 176 of 467 ~ 37.69%
B 121 of 467 ~ 25.91'%

%36.4
%37.69
%25.91

CMYK color model

#AAB079 color CMYK value is (3,0,31,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 30.98%

CMYK: (3,0,31,31)
C3M0Y31K31 (3%, 0%, 31%, 31%)
(0.03 / 0.00 / 0.31 / 0.31)

CMYK percentages

%3.41
%0
%31.25
%30.98

Codes

Color #AAB079 in popluar color models

AA B0 79
RGB 170 176 121
HSL 67° 25.82% 58.24%
HSB/HSV 67° 31.25% 69.02%
CMYK 3.41% 0.00% 31.25%
30.98%

Color #AAB079 in popluar number systems.

HEX AA B0 79
Decimal 170 176 121
Binary 10101010 10110000 1111001
Octal 252 260 171

Shades and tints

Shades of #AAB079

#AAB079
(170,176,121)
#9BA06E
(155,160,110)
#8C9063
(140,144,99)
#7D8058
(125,128,88)
#6E704D
(110,112,77)
#5F6042
(95,96,66)
#505037
(80,80,55)
#41402C
(65,64,44)
#323021
(50,48,33)
#232016
(35,32,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #AAB079

#AAB079
(170,176,121)
#B1B785
(177,183,133)
#B8BE91
(184,190,145)
#BFC59D
(191,197,157)
#C6CCA9
(198,204,169)
#CDD3B5
(205,211,181)
#D4DAC1
(212,218,193)
#DBE1CD
(219,225,205)
#E2E8D9
(226,232,217)
#E9EFE5
(233,239,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB079 color. Also use rgb(170,176,121) instead hex code.

Text Font Color

.myTextColor { color: #AAB079; }

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

This text font color is #AAB079.

Background Color

.myBgColor { background-color: #AAB079; }

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

This div background color is #AAB079.

Border color

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

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

This div border color is #AAB079.

Opacity

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

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

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

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

This text has shadow with #AAB079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB079.

Preview

Color preview on black background

This text has color #AAB079 on black background.


Color preview on white background

This text has color #AAB079 on white background.


Black color preview on #AAB079 background

This text has black color on #AAB079 background.


White color preview on #AAB079 background

This text has white color on #AAB079 background.


Related colors

Complementary color

Complementary color for #hex is #554F86.


I love getcolorcode.com

Triadic colors

1 #79AAB0 and #B079AA with #AAB079 are triadic colors.

2 #79B0AA and #B0AA79 with #AAB079 are triadic colors.