COLOR #AA9872

HEX: #AA9872 RGB: (170,152,114)

Color info

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

RGB color model

#AA9872 color RGB value is (170,152,114).

RGB: (170,152,114) (67%, 60%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 114 of 255 = 45%

170
152
114

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 114 = 436 (100%)
R 170 of 436 ~ 38.99%
G 152 of 436 ~ 34.86%
B 114 of 436 ~ 26.15'%

%38.99
%34.86
%26.15

CMYK color model

#AA9872 color CMYK value is (0,11,33,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 32.94%
  • key color value is 33.33%

CMYK: (0,11,33,33)
C0M11Y33K33 (0%, 11%, 33%, 33%)
(0.00 / 0.11 / 0.33 / 0.33)

CMYK percentages

%0
%10.59
%32.94
%33.33

Codes

Color #AA9872 in popluar color models

AA 98 72
RGB 170 152 114
HSL 41° 24.78% 55.69%
HSB/HSV 41° 32.94% 66.67%
CMYK 0.00% 10.59% 32.94%
33.33%

Color #AA9872 in popluar number systems.

HEX AA 98 72
Decimal 170 152 114
Binary 10101010 10011000 1110010
Octal 252 230 162

Shades and tints

Shades of #AA9872

#AA9872
(170,152,114)
#9B8B68
(155,139,104)
#8C7E5E
(140,126,94)
#7D7154
(125,113,84)
#6E644A
(110,100,74)
#5F5740
(95,87,64)
#504A36
(80,74,54)
#413D2C
(65,61,44)
#323022
(50,48,34)
#232318
(35,35,24)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #AA9872

#AA9872
(170,152,114)
#B1A17E
(177,161,126)
#B8AA8A
(184,170,138)
#BFB396
(191,179,150)
#C6BCA2
(198,188,162)
#CDC5AE
(205,197,174)
#D4CEBA
(212,206,186)
#DBD7C6
(219,215,198)
#E2E0D2
(226,224,210)
#E9E9DE
(233,233,222)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9872 color. Also use rgb(170,152,114) instead hex code.

Text Font Color

.myTextColor { color: #AA9872; }

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

This text font color is #AA9872.

Background Color

.myBgColor { background-color: #AA9872; }

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

This div background color is #AA9872.

Border color

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

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

This div border color is #AA9872.

Opacity

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

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

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

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

This text has shadow with #AA9872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9872.

Preview

Color preview on black background

This text has color #AA9872 on black background.


Color preview on white background

This text has color #AA9872 on white background.


Black color preview on #AA9872 background

This text has black color on #AA9872 background.


White color preview on #AA9872 background

This text has white color on #AA9872 background.


Related colors

Complementary color

Complementary color for #hex is #55678D.


I love getcolorcode.com

Triadic colors

1 #72AA98 and #9872AA with #AA9872 are triadic colors.

2 #7298AA and #98AA72 with #AA9872 are triadic colors.