COLOR #AA8B77

HEX: #AA8B77 RGB: (170,139,119)

Color info

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

RGB color model

#AA8B77 color RGB value is (170,139,119).

RGB: (170,139,119) (67%, 55%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 119 of 255 = 47%

170
139
119

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 119 = 428 (100%)
R 170 of 428 ~ 39.72%
G 139 of 428 ~ 32.48%
B 119 of 428 ~ 27.8'%

%39.72
%32.48
%27.8

CMYK color model

#AA8B77 color CMYK value is (0,18,30,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 30.00%
  • key color value is 33.33%

CMYK: (0,18,30,33)
C0M18Y30K33 (0%, 18%, 30%, 33%)
(0.00 / 0.18 / 0.30 / 0.33)

CMYK percentages

%0
%18.24
%30
%33.33

Codes

Color #AA8B77 in popluar color models

AA 8B 77
RGB 170 139 119
HSL 24° 23.08% 56.67%
HSB/HSV 24° 30.00% 66.67%
CMYK 0.00% 18.24% 30.00%
33.33%

Color #AA8B77 in popluar number systems.

HEX AA 8B 77
Decimal 170 139 119
Binary 10101010 10001011 1110111
Octal 252 213 167

Shades and tints

Shades of #AA8B77

#AA8B77
(170,139,119)
#9B7F6D
(155,127,109)
#8C7363
(140,115,99)
#7D6759
(125,103,89)
#6E5B4F
(110,91,79)
#5F4F45
(95,79,69)
#50433B
(80,67,59)
#413731
(65,55,49)
#322B27
(50,43,39)
#231F1D
(35,31,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AA8B77

#AA8B77
(170,139,119)
#B19583
(177,149,131)
#B89F8F
(184,159,143)
#BFA99B
(191,169,155)
#C6B3A7
(198,179,167)
#CDBDB3
(205,189,179)
#D4C7BF
(212,199,191)
#DBD1CB
(219,209,203)
#E2DBD7
(226,219,215)
#E9E5E3
(233,229,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8B77 color. Also use rgb(170,139,119) instead hex code.

Text Font Color

.myTextColor { color: #AA8B77; }

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

This text font color is #AA8B77.

Background Color

.myBgColor { background-color: #AA8B77; }

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

This div background color is #AA8B77.

Border color

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

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

This div border color is #AA8B77.

Opacity

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

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

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

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

This text has shadow with #AA8B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B77.

Preview

Color preview on black background

This text has color #AA8B77 on black background.


Color preview on white background

This text has color #AA8B77 on white background.


Black color preview on #AA8B77 background

This text has black color on #AA8B77 background.


White color preview on #AA8B77 background

This text has white color on #AA8B77 background.


Related colors

Complementary color

Complementary color for #hex is #557488.


I love getcolorcode.com

Triadic colors

1 #77AA8B and #8B77AA with #AA8B77 are triadic colors.

2 #778BAA and #8BAA77 with #AA8B77 are triadic colors.