COLOR #AA7B6D

HEX: #AA7B6D
RGB: (170,123,109)

Color info

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

RGB color model

#AA7B6D color RGB value is (170,123,109).

  • red value is 170;
  • green value is 123;
  • blue value is 109.
RGB:
(170,123,109)
(67%,48%,43%)

RGB channels and saturation

R 170 of 255 = 67%
G 123 of 255 = 48%
B 109 of 255 = 43%

170
123
109

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

Portions of RGB colors in percentages

R + G + B =
170 + 123 + 109 = 402 (100%)
R 170 of 402 ~ 42.29%
G 123 of 402 ~ 30.6%
B 109 of 402 ~ 27.11%

%42.29
%30.6
%27.11

CMYK color model

#AA7B6D color CMYK value is (0,28,36,33).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(0,28,36,33)
C0M28Y36K33 
(0%,28%,36%,33%)
(0.00/0.28/0.36/0.33)	

CMYK percentages

%0
%27.65
%35.88
%33.33

Codes

Color #AA7B6D in popluar color models

AA7B6D
RGB170123109
HSL14°26.41%54.71%
HSB/HSV14°35.88%66.67%
CMYK0.00%27.65%35.88%
33.33%

Color #AA7B6D in popluar number systems.

HEXAA7B6D
Decimal170123109
Binary1010101011110111101101
Octal252173155

Shades and tints

Shades of #AA7B6D

#AA7B6D
(170,123,109)
#9B7064
(155,112,100)
#8C655B
(140,101,91)
#7D5A52
(125,90,82)
#6E4F49
(110,79,73)
#5F4440
(95,68,64)
#503937
(80,57,55)
#412E2E
(65,46,46)
#322325
(50,35,37)
#23181C
(35,24,28)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #AA7B6D

#AA7B6D
(170,123,109)
#B1877A
(177,135,122)
#B89387
(184,147,135)
#BF9F94
(191,159,148)
#C6ABA1
(198,171,161)
#CDB7AE
(205,183,174)
#D4C3BB
(212,195,187)
#DBCFC8
(219,207,200)
#E2DBD5
(226,219,213)
#E9E7E2
(233,231,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7B6D color. Also use rgb(170,123,109) instead hex code.

Text Font Color

.myTextColor { color: #AA7B6D; }

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

This text font color is #AA7B6D.


Background Color

.myBgColor { background-color: #AA7B6D; }

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

This div background color is #AA7B6D.


Border color

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

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

This div border color is #AA7B6D.


Opacity

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

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

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

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

This text has shadow with #AA7B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7B6D on black background.


Color preview on white background

This text has color #AA7B6D on white background.



Black color preview on #AA7B6D background

This text has black color on #AA7B6D background.


White color preview on #AA7B6D background

This text has white color on #AA7B6D background.