COLOR #AA776A

HEX: #AA776A
RGB: (170,119,106)

Color info

#AA776A contains mainly red and green colors. Web safe color of #AA776A is #996666 (or #966).

RGB color model

#AA776A color RGB value is (170,119,106).

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

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 106 of 255 = 42%

170
119
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 106 = 395 (100%)
R 170 of 395 ~ 43.04%
G 119 of 395 ~ 30.13%
B 106 of 395 ~ 26.84%

%43.04
%30.13
%26.84

CMYK color model

#AA776A color CMYK value is (0,30,38,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,30,38,33)
C0M30Y38K33 
(0%,30%,38%,33%)
(0.00/0.30/0.38/0.33)	

CMYK percentages

%0
%30
%37.65
%33.33

Codes

Color #AA776A in popluar color models

AA776A
RGB170119106
HSL12°27.35%54.12%
HSB/HSV12°37.65%66.67%
CMYK0.00%30.00%37.65%
33.33%

Color #AA776A in popluar number systems.

HEXAA776A
Decimal170119106
Binary1010101011101111101010
Octal252167152

Shades and tints

Shades of #AA776A

#AA776A
(170,119,106)
#9B6D61
(155,109,97)
#8C6358
(140,99,88)
#7D594F
(125,89,79)
#6E4F46
(110,79,70)
#5F453D
(95,69,61)
#503B34
(80,59,52)
#41312B
(65,49,43)
#322722
(50,39,34)
#231D19
(35,29,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA776A

#AA776A
(170,119,106)
#B18377
(177,131,119)
#B88F84
(184,143,132)
#BF9B91
(191,155,145)
#C6A79E
(198,167,158)
#CDB3AB
(205,179,171)
#D4BFB8
(212,191,184)
#DBCBC5
(219,203,197)
#E2D7D2
(226,215,210)
#E9E3DF
(233,227,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA776A; }

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

This text font color is #AA776A.


Background Color

.myBgColor { background-color: #AA776A; }

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

This div background color is #AA776A.


Border color

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

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

This div border color is #AA776A.


Opacity

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

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

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

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

This text has shadow with #AA776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA776A on black background.


Color preview on white background

This text has color #AA776A on white background.



Black color preview on #AA776A background

This text has black color on #AA776A background.


White color preview on #AA776A background

This text has white color on #AA776A background.