COLOR #AA797A

HEX: #AA797A RGB: (170,121,122)

Color info

#AA797A contains red, green and blue colors in about the same proportion. Web safe color of #AA797A is #996666 (or #966).

RGB color model

#AA797A color RGB value is (170,121,122).

RGB: (170,121,122) (67%, 47%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 122 of 255 = 48%

170
121
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 121 + 122 = 413 (100%)
R 170 of 413 ~ 41.16%
G 121 of 413 ~ 29.3%
B 122 of 413 ~ 29.54'%

%41.16
%29.3
%29.54

CMYK color model

#AA797A color CMYK value is (0,29,28,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,29,28,33)
C0M29Y28K33 (0%, 29%, 28%, 33%)
(0.00 / 0.29 / 0.28 / 0.33)

CMYK percentages

%0
%28.82
%28.24
%33.33

Codes

Color #AA797A in popluar color models

AA 79 7A
RGB 170 121 122
HSL 359° 22.37% 57.06%
HSB/HSV 359° 28.82% 66.67%
CMYK 0.00% 28.82% 28.24%
33.33%

Color #AA797A in popluar number systems.

HEX AA 79 7A
Decimal 170 121 122
Binary 10101010 1111001 1111010
Octal 252 171 172

Shades and tints

Shades of #AA797A

#AA797A
(170,121,122)
#9B6E6F
(155,110,111)
#8C6364
(140,99,100)
#7D5859
(125,88,89)
#6E4D4E
(110,77,78)
#5F4243
(95,66,67)
#503738
(80,55,56)
#412C2D
(65,44,45)
#322122
(50,33,34)
#231617
(35,22,23)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #AA797A

#AA797A
(170,121,122)
#B18586
(177,133,134)
#B89192
(184,145,146)
#BF9D9E
(191,157,158)
#C6A9AA
(198,169,170)
#CDB5B6
(205,181,182)
#D4C1C2
(212,193,194)
#DBCDCE
(219,205,206)
#E2D9DA
(226,217,218)
#E9E5E6
(233,229,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA797A; }

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

This text font color is #AA797A.

Background Color

.myBgColor { background-color: #AA797A; }

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

This div background color is #AA797A.

Border color

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

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

This div border color is #AA797A.

Opacity

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

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

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

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

This text has shadow with #AA797A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA797A.

Preview

Color preview on black background

This text has color #AA797A on black background.


Color preview on white background

This text has color #AA797A on white background.


Black color preview on #AA797A background

This text has black color on #AA797A background.


White color preview on #AA797A background

This text has white color on #AA797A background.


Related colors

Complementary color

Complementary color for #hex is #558685.


I love getcolorcode.com

Triadic colors

1 #7AAA79 and #797AAA with #AA797A are triadic colors.

2 #7A79AA and #79AA7A with #AA797A are triadic colors.