COLOR #AA9277

HEX: #AA9277
RGB: (170,146,119)

Color info

#AA9277 contains red, green and blue colors in about the same proportion. Web safe color of #AA9277 is #999966 (or #996).

RGB color model

#AA9277 color RGB value is (170,146,119).

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

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 119 of 255 = 47%

170
146
119

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

Portions of RGB colors in percentages

R + G + B =
170 + 146 + 119 = 435 (100%)
R 170 of 435 ~ 39.08%
G 146 of 435 ~ 33.56%
B 119 of 435 ~ 27.36%

%39.08
%33.56
%27.36

CMYK color model

#AA9277 color CMYK value is (0,14,30,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(0,14,30,33)
C0M14Y30K33 
(0%,14%,30%,33%)
(0.00/0.14/0.30/0.33)	

CMYK percentages

%0
%14.12
%30
%33.33

Codes

Color #AA9277 in popluar color models

AA9277
RGB170146119
HSL32°23.08%56.67%
HSB/HSV32°30.00%66.67%
CMYK0.00%14.12%30.00%
33.33%

Color #AA9277 in popluar number systems.

HEXAA9277
Decimal170146119
Binary10101010100100101110111
Octal252222167

Shades and tints

Shades of #AA9277

#AA9277
(170,146,119)
#9B856D
(155,133,109)
#8C7863
(140,120,99)
#7D6B59
(125,107,89)
#6E5E4F
(110,94,79)
#5F5145
(95,81,69)
#50443B
(80,68,59)
#413731
(65,55,49)
#322A27
(50,42,39)
#231D1D
(35,29,29)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AA9277

#AA9277
(170,146,119)
#B19B83
(177,155,131)
#B8A48F
(184,164,143)
#BFAD9B
(191,173,155)
#C6B6A7
(198,182,167)
#CDBFB3
(205,191,179)
#D4C8BF
(212,200,191)
#DBD1CB
(219,209,203)
#E2DAD7
(226,218,215)
#E9E3E3
(233,227,227)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9277; }

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

This text font color is #AA9277.


Background Color

.myBgColor { background-color: #AA9277; }

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

This div background color is #AA9277.


Border color

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

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

This div border color is #AA9277.


Opacity

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

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

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

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

This text has shadow with #AA9277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9277 on black background.


Color preview on white background

This text has color #AA9277 on white background.



Black color preview on #AA9277 background

This text has black color on #AA9277 background.


White color preview on #AA9277 background

This text has white color on #AA9277 background.