COLOR #AA7A63

HEX: #AA7A63
RGB: (170,122,99)

Color info

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

RGB color model

#AA7A63 color RGB value is (170,122,99).

  • red value is 170;
  • green value is 122;
  • blue value is 99.
RGB:
(170,122,99)
(67%,48%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 99 of 255 = 39%

170
122
99

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

Portions of RGB colors in percentages

R + G + B =
170 + 122 + 99 = 391 (100%)
R 170 of 391 ~ 43.48%
G 122 of 391 ~ 31.2%
B 99 of 391 ~ 25.32%

%43.48
%31.2
%25.32

CMYK color model

#AA7A63 color CMYK value is (0,28,42,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(0,28,42,33)
C0M28Y42K33 
(0%,28%,42%,33%)
(0.00/0.28/0.42/0.33)	

CMYK percentages

%0
%28.24
%41.76
%33.33

Codes

Color #AA7A63 in popluar color models

AA7A63
RGB17012299
HSL19°29.46%52.75%
HSB/HSV19°41.76%66.67%
CMYK0.00%28.24%41.76%
33.33%

Color #AA7A63 in popluar number systems.

HEXAA7A63
Decimal17012299
Binary1010101011110101100011
Octal252172143

Shades and tints

Shades of #AA7A63

#AA7A63
(170,122,99)
#9B6F5A
(155,111,90)
#8C6451
(140,100,81)
#7D5948
(125,89,72)
#6E4E3F
(110,78,63)
#5F4336
(95,67,54)
#50382D
(80,56,45)
#412D24
(65,45,36)
#32221B
(50,34,27)
#231712
(35,23,18)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #AA7A63

#AA7A63
(170,122,99)
#B18671
(177,134,113)
#B8927F
(184,146,127)
#BF9E8D
(191,158,141)
#C6AA9B
(198,170,155)
#CDB6A9
(205,182,169)
#D4C2B7
(212,194,183)
#DBCEC5
(219,206,197)
#E2DAD3
(226,218,211)
#E9E6E1
(233,230,225)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7A63; }

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

This text font color is #AA7A63.


Background Color

.myBgColor { background-color: #AA7A63; }

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

This div background color is #AA7A63.


Border color

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

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

This div border color is #AA7A63.


Opacity

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

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

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

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

This text has shadow with #AA7A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7A63 on black background.


Color preview on white background

This text has color #AA7A63 on white background.



Black color preview on #AA7A63 background

This text has black color on #AA7A63 background.


White color preview on #AA7A63 background

This text has white color on #AA7A63 background.