COLOR #AA9280

HEX: #AA9280
RGB: (170,146,128)

Color info

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

RGB color model

#AA9280 color RGB value is (170,146,128).

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

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 128 of 255 = 50%

170
146
128

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

Portions of RGB colors in percentages

R + G + B =
170 + 146 + 128 = 444 (100%)
R 170 of 444 ~ 38.29%
G 146 of 444 ~ 32.88%
B 128 of 444 ~ 28.83%

%38.29
%32.88
%28.83

CMYK color model

#AA9280 color CMYK value is (0,14,25,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(0,14,25,33)
C0M14Y25K33 
(0%,14%,25%,33%)
(0.00/0.14/0.25/0.33)	

CMYK percentages

%0
%14.12
%24.71
%33.33

Codes

Color #AA9280 in popluar color models

AA9280
RGB170146128
HSL26°19.81%58.43%
HSB/HSV26°24.71%66.67%
CMYK0.00%14.12%24.71%
33.33%

Color #AA9280 in popluar number systems.

HEXAA9280
Decimal170146128
Binary101010101001001010000000
Octal252222200

Shades and tints

Shades of #AA9280

#AA9280
(170,146,128)
#9B8575
(155,133,117)
#8C786A
(140,120,106)
#7D6B5F
(125,107,95)
#6E5E54
(110,94,84)
#5F5149
(95,81,73)
#50443E
(80,68,62)
#413733
(65,55,51)
#322A28
(50,42,40)
#231D1D
(35,29,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA9280

#AA9280
(170,146,128)
#B19B8B
(177,155,139)
#B8A496
(184,164,150)
#BFADA1
(191,173,161)
#C6B6AC
(198,182,172)
#CDBFB7
(205,191,183)
#D4C8C2
(212,200,194)
#DBD1CD
(219,209,205)
#E2DAD8
(226,218,216)
#E9E3E3
(233,227,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9280; }

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

This text font color is #AA9280.


Background Color

.myBgColor { background-color: #AA9280; }

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

This div background color is #AA9280.


Border color

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

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

This div border color is #AA9280.


Opacity

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

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

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

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

This text has shadow with #AA9280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9280 on black background.


Color preview on white background

This text has color #AA9280 on white background.



Black color preview on #AA9280 background

This text has black color on #AA9280 background.


White color preview on #AA9280 background

This text has white color on #AA9280 background.