COLOR #AA8A79

HEX: #AA8A79
RGB: (170,138,121)

Color info

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

RGB color model

#AA8A79 color RGB value is (170,138,121).

  • red value is 170;
  • green value is 138;
  • blue value is 121.
RGB: (170,138,121) (67%,54%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 121 of 255 = 47%

170
138
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 121 = 429 (100%)
R 170 of 429 ~ 39.63%
G 138 of 429 ~ 32.17%
B 121 of 429 ~ 28.21%

%39.63
%32.17
%28.21

CMYK color model

#AA8A79 color CMYK value is (0,19,29,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK: (0,19,29,33) C0M19Y29K33 (0%,19%,29%,33%) (0.00/0.19/0.29/0.33)

CMYK percentages

%0
%18.82
%28.82
%33.33

Codes

Color #AA8A79 in popluar color models

AA8A79
RGB170138121
HSL21°22.37%57.06%
HSB/HSV21°28.82%66.67%
CMYK0.00%18.82%28.82%
33.33%

Color #AA8A79 in popluar number systems.

HEXAA8A79
Decimal170138121
Binary10101010100010101111001
Octal252212171

Shades and tints

Shades of #AA8A79

#AA8A79
(170,138,121)
#9B7E6E
(155,126,110)
#8C7263
(140,114,99)
#7D6658
(125,102,88)
#6E5A4D
(110,90,77)
#5F4E42
(95,78,66)
#504237
(80,66,55)
#41362C
(65,54,44)
#322A21
(50,42,33)
#231E16
(35,30,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #AA8A79

#AA8A79
(170,138,121)
#B19485
(177,148,133)
#B89E91
(184,158,145)
#BFA89D
(191,168,157)
#C6B2A9
(198,178,169)
#CDBCB5
(205,188,181)
#D4C6C1
(212,198,193)
#DBD0CD
(219,208,205)
#E2DAD9
(226,218,217)
#E9E4E5
(233,228,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A79; }

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

This text font color is #AA8A79.


Background Color

.myBgColor { background-color: #AA8A79; }

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

This div background color is #AA8A79.


Border color

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

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

This div border color is #AA8A79.


Opacity

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

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

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

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

This text has shadow with #AA8A79 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #AA8A79; -webkit-box-shadow:	1px 1px 3px 2px #AA8A79; box-shadow:	1px 1px 3px 2px #AA8A79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AA8A79; -webkit-box-shadow: 1px 1px 3px 2px #AA8A79; box-shadow:1px 1px 3px 2px #AA8A79;">
Div content here</div>
This div box has shadow with color #AA8A79.

Preview

Color preview on black background

This text has color #AA8A79 on black background.


Color preview on white background

This text has color #AA8A79 on white background.



Black color preview on #AA8A79 background

This text has black color on #AA8A79 background.


White color preview on #AA8A79 background

This text has white color on #AA8A79 background.