COLOR #AA9465

HEX: #AA9465
RGB: (170,148,101)

Color info

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

RGB color model

#AA9465 color RGB value is (170,148,101).

  • red value is 170;
  • green value is 148;
  • blue value is 101.
RGB:
(170,148,101)
(67%,58%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 101 of 255 = 40%

170
148
101

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 101 = 419 (100%)
R 170 of 419 ~ 40.57%
G 148 of 419 ~ 35.32%
B 101 of 419 ~ 24.11%

%40.57
%35.32
%24.11

CMYK color model

#AA9465 color CMYK value is (0,13,41,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 40.59%
  • key color value is 33.33%
CMYK:
(0,13,41,33)
C0M13Y41K33 
(0%,13%,41%,33%)
(0.00/0.13/0.41/0.33)	

CMYK percentages

%0
%12.94
%40.59
%33.33

Codes

Color #AA9465 in popluar color models

AA9465
RGB170148101
HSL41°28.87%53.14%
HSB/HSV41°40.59%66.67%
CMYK0.00%12.94%40.59%
33.33%

Color #AA9465 in popluar number systems.

HEXAA9465
Decimal170148101
Binary10101010100101001100101
Octal252224145

Shades and tints

Shades of #AA9465

#AA9465
(170,148,101)
#9B875C
(155,135,92)
#8C7A53
(140,122,83)
#7D6D4A
(125,109,74)
#6E6041
(110,96,65)
#5F5338
(95,83,56)
#50462F
(80,70,47)
#413926
(65,57,38)
#322C1D
(50,44,29)
#231F14
(35,31,20)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #AA9465

#AA9465
(170,148,101)
#B19D73
(177,157,115)
#B8A681
(184,166,129)
#BFAF8F
(191,175,143)
#C6B89D
(198,184,157)
#CDC1AB
(205,193,171)
#D4CAB9
(212,202,185)
#DBD3C7
(219,211,199)
#E2DCD5
(226,220,213)
#E9E5E3
(233,229,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9465 color. Also use rgb(170,148,101) instead hex code.

Text Font Color

.myTextColor { color: #AA9465; }

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

This text font color is #AA9465.


Background Color

.myBgColor { background-color: #AA9465; }

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

This div background color is #AA9465.


Border color

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

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

This div border color is #AA9465.


Opacity

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

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

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

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

This text has shadow with #AA9465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9465 on black background.


Color preview on white background

This text has color #AA9465 on white background.



Black color preview on #AA9465 background

This text has black color on #AA9465 background.


White color preview on #AA9465 background

This text has white color on #AA9465 background.