COLOR #AA9251

HEX: #AA9251 RGB: (170,146,81)

Color info

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

RGB color model

#AA9251 color RGB value is (170,146,81).

RGB: (170,146,81) (67%, 57%, 32%)

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 81 of 255 = 32%

170
146
81

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

Portions of RGB colors in percentages

R + G + B = 170 + 146 + 81 = 397 (100%)
R 170 of 397 ~ 42.82%
G 146 of 397 ~ 36.78%
B 81 of 397 ~ 20.4'%

%42.82
%36.78
%20.4

CMYK color model

#AA9251 color CMYK value is (0,14,52,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 52.35%
  • key color value is 33.33%

CMYK: (0,14,52,33)
C0M14Y52K33 (0%, 14%, 52%, 33%)
(0.00 / 0.14 / 0.52 / 0.33)

CMYK percentages

%0
%14.12
%52.35
%33.33

Codes

Color #AA9251 in popluar color models

AA 92 51
RGB 170 146 81
HSL 44° 35.46% 49.22%
HSB/HSV 44° 52.35% 66.67%
CMYK 0.00% 14.12% 52.35%
33.33%

Color #AA9251 in popluar number systems.

HEX AA 92 51
Decimal 170 146 81
Binary 10101010 10010010 1010001
Octal 252 222 121

Shades and tints

Shades of #AA9251

#AA9251
(170,146,81)
#9B854A
(155,133,74)
#8C7843
(140,120,67)
#7D6B3C
(125,107,60)
#6E5E35
(110,94,53)
#5F512E
(95,81,46)
#504427
(80,68,39)
#413720
(65,55,32)
#322A19
(50,42,25)
#231D12
(35,29,18)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #AA9251

#AA9251
(170,146,81)
#B19B60
(177,155,96)
#B8A46F
(184,164,111)
#BFAD7E
(191,173,126)
#C6B68D
(198,182,141)
#CDBF9C
(205,191,156)
#D4C8AB
(212,200,171)
#DBD1BA
(219,209,186)
#E2DAC9
(226,218,201)
#E9E3D8
(233,227,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9251; }

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

This text font color is #AA9251.

Background Color

.myBgColor { background-color: #AA9251; }

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

This div background color is #AA9251.

Border color

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

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

This div border color is #AA9251.

Opacity

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

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

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

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

This text has shadow with #AA9251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9251.

Preview

Color preview on black background

This text has color #AA9251 on black background.


Color preview on white background

This text has color #AA9251 on white background.


Black color preview on #AA9251 background

This text has black color on #AA9251 background.


White color preview on #AA9251 background

This text has white color on #AA9251 background.


Related colors

Complementary color

Complementary color for #hex is #556DAE.


I love getcolorcode.com

Triadic colors

1 #51AA92 and #9251AA with #AA9251 are triadic colors.

2 #5192AA and #92AA51 with #AA9251 are triadic colors.