COLOR #AA7977

HEX: #AA7977
RGB: (170,121,119)

Color info

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

RGB color model

#AA7977 color RGB value is (170,121,119).

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

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 119 of 255 = 47%

170
121
119

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

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 119 = 410 (100%)
R 170 of 410 ~ 41.46%
G 121 of 410 ~ 29.51%
B 119 of 410 ~ 29.02%

%41.46
%29.51
%29.02

CMYK color model

#AA7977 color CMYK value is (0,29,30,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(0,29,30,33)
C0M29Y30K33 
(0%,29%,30%,33%)
(0.00/0.29/0.30/0.33)	

CMYK percentages

%0
%28.82
%30
%33.33

Codes

Color #AA7977 in popluar color models

AA7977
RGB170121119
HSL23.08%56.67%
HSB/HSV30.00%66.67%
CMYK0.00%28.82%30.00%
33.33%

Color #AA7977 in popluar number systems.

HEXAA7977
Decimal170121119
Binary1010101011110011110111
Octal252171167

Shades and tints

Shades of #AA7977

#AA7977
(170,121,119)
#9B6E6D
(155,110,109)
#8C6363
(140,99,99)
#7D5859
(125,88,89)
#6E4D4F
(110,77,79)
#5F4245
(95,66,69)
#50373B
(80,55,59)
#412C31
(65,44,49)
#322127
(50,33,39)
#23161D
(35,22,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #AA7977

#AA7977
(170,121,119)
#B18583
(177,133,131)
#B8918F
(184,145,143)
#BF9D9B
(191,157,155)
#C6A9A7
(198,169,167)
#CDB5B3
(205,181,179)
#D4C1BF
(212,193,191)
#DBCDCB
(219,205,203)
#E2D9D7
(226,217,215)
#E9E5E3
(233,229,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7977; }

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

This text font color is #AA7977.


Background Color

.myBgColor { background-color: #AA7977; }

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

This div background color is #AA7977.


Border color

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

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

This div border color is #AA7977.


Opacity

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

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

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

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

This text has shadow with #AA7977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7977 on black background.


Color preview on white background

This text has color #AA7977 on white background.



Black color preview on #AA7977 background

This text has black color on #AA7977 background.


White color preview on #AA7977 background

This text has white color on #AA7977 background.