COLOR #AA7D4C

HEX: #AA7D4C
RGB: (170,125,76)

Color info

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

RGB color model

#AA7D4C color RGB value is (170,125,76).

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

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 76 of 255 = 30%

170
125
76

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

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 76 = 371 (100%)
R 170 of 371 ~ 45.82%
G 125 of 371 ~ 33.69%
B 76 of 371 ~ 20.49%

%45.82
%33.69
%20.49

CMYK color model

#AA7D4C color CMYK value is (0,26,55,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 55.29%
  • key color value is 33.33%
CMYK:
(0,26,55,33)
C0M26Y55K33 
(0%,26%,55%,33%)
(0.00/0.26/0.55/0.33)	

CMYK percentages

%0
%26.47
%55.29
%33.33

Codes

Color #AA7D4C in popluar color models

AA7D4C
RGB17012576
HSL31°38.21%48.24%
HSB/HSV31°55.29%66.67%
CMYK0.00%26.47%55.29%
33.33%

Color #AA7D4C in popluar number systems.

HEXAA7D4C
Decimal17012576
Binary1010101011111011001100
Octal252175114

Shades and tints

Shades of #AA7D4C

#AA7D4C
(170,125,76)
#9B7246
(155,114,70)
#8C6740
(140,103,64)
#7D5C3A
(125,92,58)
#6E5134
(110,81,52)
#5F462E
(95,70,46)
#503B28
(80,59,40)
#413022
(65,48,34)
#32251C
(50,37,28)
#231A16
(35,26,22)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA7D4C

#AA7D4C
(170,125,76)
#B1885C
(177,136,92)
#B8936C
(184,147,108)
#BF9E7C
(191,158,124)
#C6A98C
(198,169,140)
#CDB49C
(205,180,156)
#D4BFAC
(212,191,172)
#DBCABC
(219,202,188)
#E2D5CC
(226,213,204)
#E9E0DC
(233,224,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7D4C; }

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

This text font color is #AA7D4C.


Background Color

.myBgColor { background-color: #AA7D4C; }

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

This div background color is #AA7D4C.


Border color

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

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

This div border color is #AA7D4C.


Opacity

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

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

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

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

This text has shadow with #AA7D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7D4C on black background.


Color preview on white background

This text has color #AA7D4C on white background.



Black color preview on #AA7D4C background

This text has black color on #AA7D4C background.


White color preview on #AA7D4C background

This text has white color on #AA7D4C background.