COLOR #AA9850

HEX: #AA9850 RGB: (170,152,80)

Color info

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

RGB color model

#AA9850 color RGB value is (170,152,80).

RGB: (170,152,80) (67%, 60%, 31%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 80 of 255 = 31%

170
152
80

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 80 = 402 (100%)
R 170 of 402 ~ 42.29%
G 152 of 402 ~ 37.81%
B 80 of 402 ~ 19.9'%

%42.29
%37.81
%19.9

CMYK color model

#AA9850 color CMYK value is (0,11,53,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 52.94%
  • key color value is 33.33%

CMYK: (0,11,53,33)
C0M11Y53K33 (0%, 11%, 53%, 33%)
(0.00 / 0.11 / 0.53 / 0.33)

CMYK percentages

%0
%10.59
%52.94
%33.33

Codes

Color #AA9850 in popluar color models

AA 98 50
RGB 170 152 80
HSL 48° 36.00% 49.02%
HSB/HSV 48° 52.94% 66.67%
CMYK 0.00% 10.59% 52.94%
33.33%

Color #AA9850 in popluar number systems.

HEX AA 98 50
Decimal 170 152 80
Binary 10101010 10011000 1010000
Octal 252 230 120

Shades and tints

Shades of #AA9850

#AA9850
(170,152,80)
#9B8B49
(155,139,73)
#8C7E42
(140,126,66)
#7D713B
(125,113,59)
#6E6434
(110,100,52)
#5F572D
(95,87,45)
#504A26
(80,74,38)
#413D1F
(65,61,31)
#323018
(50,48,24)
#232311
(35,35,17)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #AA9850

#AA9850
(170,152,80)
#B1A15F
(177,161,95)
#B8AA6E
(184,170,110)
#BFB37D
(191,179,125)
#C6BC8C
(198,188,140)
#CDC59B
(205,197,155)
#D4CEAA
(212,206,170)
#DBD7B9
(219,215,185)
#E2E0C8
(226,224,200)
#E9E9D7
(233,233,215)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9850 color. Also use rgb(170,152,80) instead hex code.

Text Font Color

.myTextColor { color: #AA9850; }

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

This text font color is #AA9850.

Background Color

.myBgColor { background-color: #AA9850; }

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

This div background color is #AA9850.

Border color

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

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

This div border color is #AA9850.

Opacity

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

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

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

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

This text has shadow with #AA9850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9850.

Preview

Color preview on black background

This text has color #AA9850 on black background.


Color preview on white background

This text has color #AA9850 on white background.


Black color preview on #AA9850 background

This text has black color on #AA9850 background.


White color preview on #AA9850 background

This text has white color on #AA9850 background.


Related colors

Complementary color

Complementary color for #hex is #5567AF.


I love getcolorcode.com

Triadic colors

1 #50AA98 and #9850AA with #AA9850 are triadic colors.

2 #5098AA and #98AA50 with #AA9850 are triadic colors.