COLOR #AA7069

HEX: #AA7069
RGB: (170,112,105)

Color info

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

RGB color model

#AA7069 color RGB value is (170,112,105).

  • red value is 170;
  • green value is 112;
  • blue value is 105.
RGB:
(170,112,105)
(67%,44%,41%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 105 of 255 = 41%

170
112
105

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

Portions of RGB colors in percentages

R + G + B =
170 + 112 + 105 = 387 (100%)
R 170 of 387 ~ 43.93%
G 112 of 387 ~ 28.94%
B 105 of 387 ~ 27.13%

%43.93
%28.94
%27.13

CMYK color model

#AA7069 color CMYK value is (0,34,38,33).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(0,34,38,33)
C0M34Y38K33 
(0%,34%,38%,33%)
(0.00/0.34/0.38/0.33)	

CMYK percentages

%0
%34.12
%38.24
%33.33

Codes

Color #AA7069 in popluar color models

AA7069
RGB170112105
HSL27.66%53.92%
HSB/HSV38.24%66.67%
CMYK0.00%34.12%38.24%
33.33%

Color #AA7069 in popluar number systems.

HEXAA7069
Decimal170112105
Binary1010101011100001101001
Octal252160151

Shades and tints

Shades of #AA7069

#AA7069
(170,112,105)
#9B6660
(155,102,96)
#8C5C57
(140,92,87)
#7D524E
(125,82,78)
#6E4845
(110,72,69)
#5F3E3C
(95,62,60)
#503433
(80,52,51)
#412A2A
(65,42,42)
#322021
(50,32,33)
#231618
(35,22,24)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #AA7069

#AA7069
(170,112,105)
#B17D76
(177,125,118)
#B88A83
(184,138,131)
#BF9790
(191,151,144)
#C6A49D
(198,164,157)
#CDB1AA
(205,177,170)
#D4BEB7
(212,190,183)
#DBCBC4
(219,203,196)
#E2D8D1
(226,216,209)
#E9E5DE
(233,229,222)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7069 color. Also use rgb(170,112,105) instead hex code.

Text Font Color

.myTextColor { color: #AA7069; }

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

This text font color is #AA7069.


Background Color

.myBgColor { background-color: #AA7069; }

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

This div background color is #AA7069.


Border color

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

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

This div border color is #AA7069.


Opacity

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

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

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

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

This text has shadow with #AA7069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7069 on black background.


Color preview on white background

This text has color #AA7069 on white background.



Black color preview on #AA7069 background

This text has black color on #AA7069 background.


White color preview on #AA7069 background

This text has white color on #AA7069 background.