COLOR #AA955A

HEX: #AA955A
RGB: (170,149,90)

Color info

#AA955A contains mainly red and green colors. Web safe color of #AA955A is #999966 (or #996).

RGB color model

#AA955A color RGB value is (170,149,90).

  • red value is 170;
  • green value is 149;
  • blue value is 90.
RGB:
(170,149,90)
(67%,58%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 90 of 255 = 35%

170
149
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 90 = 409 (100%)
R 170 of 409 ~ 41.56%
G 149 of 409 ~ 36.43%
B 90 of 409 ~ 22%

%41.56
%36.43
%22

CMYK color model

#AA955A color CMYK value is (0,12,47,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,12,47,33)
C0M12Y47K33 
(0%,12%,47%,33%)
(0.00/0.12/0.47/0.33)	

CMYK percentages

%0
%12.35
%47.06
%33.33

Codes

Color #AA955A in popluar color models

AA955A
RGB17014990
HSL44°32.00%50.98%
HSB/HSV44°47.06%66.67%
CMYK0.00%12.35%47.06%
33.33%

Color #AA955A in popluar number systems.

HEXAA955A
Decimal17014990
Binary10101010100101011011010
Octal252225132

Shades and tints

Shades of #AA955A

#AA955A
(170,149,90)
#9B8852
(155,136,82)
#8C7B4A
(140,123,74)
#7D6E42
(125,110,66)
#6E613A
(110,97,58)
#5F5432
(95,84,50)
#50472A
(80,71,42)
#413A22
(65,58,34)
#322D1A
(50,45,26)
#232012
(35,32,18)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #AA955A

#AA955A
(170,149,90)
#B19E69
(177,158,105)
#B8A778
(184,167,120)
#BFB087
(191,176,135)
#C6B996
(198,185,150)
#CDC2A5
(205,194,165)
#D4CBB4
(212,203,180)
#DBD4C3
(219,212,195)
#E2DDD2
(226,221,210)
#E9E6E1
(233,230,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA955A color. Also use rgb(170,149,90) instead hex code.

Text Font Color

.myTextColor { color: #AA955A; }

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

This text font color is #AA955A.


Background Color

.myBgColor { background-color: #AA955A; }

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

This div background color is #AA955A.


Border color

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

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

This div border color is #AA955A.


Opacity

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

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

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

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

This text has shadow with #AA955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA955A on black background.


Color preview on white background

This text has color #AA955A on white background.



Black color preview on #AA955A background

This text has black color on #AA955A background.


White color preview on #AA955A background

This text has white color on #AA955A background.