COLOR #AA774C

HEX: #AA774C
RGB: (170,119,76)

Color info

#AA774C contains mainly red and green colors. Web safe color of #AA774C is #996633 (or #963).

RGB color model

#AA774C color RGB value is (170,119,76).

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

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 76 of 255 = 30%

170
119
76

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 76 = 365 (100%)
R 170 of 365 ~ 46.58%
G 119 of 365 ~ 32.6%
B 76 of 365 ~ 20.82%

%46.58
%32.6
%20.82

CMYK color model

#AA774C color CMYK value is (0,30,55,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 55.29%
  • key color value is 33.33%
CMYK:
(0,30,55,33)
C0M30Y55K33 
(0%,30%,55%,33%)
(0.00/0.30/0.55/0.33)	

CMYK percentages

%0
%30
%55.29
%33.33

Codes

Color #AA774C in popluar color models

AA774C
RGB17011976
HSL27°38.21%48.24%
HSB/HSV27°55.29%66.67%
CMYK0.00%30.00%55.29%
33.33%

Color #AA774C in popluar number systems.

HEXAA774C
Decimal17011976
Binary1010101011101111001100
Octal252167114

Shades and tints

Shades of #AA774C

#AA774C
(170,119,76)
#9B6D46
(155,109,70)
#8C6340
(140,99,64)
#7D593A
(125,89,58)
#6E4F34
(110,79,52)
#5F452E
(95,69,46)
#503B28
(80,59,40)
#413122
(65,49,34)
#32271C
(50,39,28)
#231D16
(35,29,22)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA774C

#AA774C
(170,119,76)
#B1835C
(177,131,92)
#B88F6C
(184,143,108)
#BF9B7C
(191,155,124)
#C6A78C
(198,167,140)
#CDB39C
(205,179,156)
#D4BFAC
(212,191,172)
#DBCBBC
(219,203,188)
#E2D7CC
(226,215,204)
#E9E3DC
(233,227,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA774C; }

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

This text font color is #AA774C.


Background Color

.myBgColor { background-color: #AA774C; }

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

This div background color is #AA774C.


Border color

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

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

This div border color is #AA774C.


Opacity

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

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

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

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

This text has shadow with #AA774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA774C on black background.


Color preview on white background

This text has color #AA774C on white background.



Black color preview on #AA774C background

This text has black color on #AA774C background.


White color preview on #AA774C background

This text has white color on #AA774C background.