COLOR #AA965C

HEX: #AA965C RGB: (170,150,92)

Color info

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

RGB color model

#AA965C color RGB value is (170,150,92).

RGB: (170,150,92) (67%, 59%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 92 of 255 = 36%

170
150
92

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 92 = 412 (100%)
R 170 of 412 ~ 41.26%
G 150 of 412 ~ 36.41%
B 92 of 412 ~ 22.33'%

%41.26
%36.41
%22.33

CMYK color model

#AA965C color CMYK value is (0,12,46,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 45.88%
  • key color value is 33.33%

CMYK: (0,12,46,33)
C0M12Y46K33 (0%, 12%, 46%, 33%)
(0.00 / 0.12 / 0.46 / 0.33)

CMYK percentages

%0
%11.76
%45.88
%33.33

Codes

Color #AA965C in popluar color models

AA 96 5C
RGB 170 150 92
HSL 45° 31.45% 51.37%
HSB/HSV 45° 45.88% 66.67%
CMYK 0.00% 11.76% 45.88%
33.33%

Color #AA965C in popluar number systems.

HEX AA 96 5C
Decimal 170 150 92
Binary 10101010 10010110 1011100
Octal 252 226 134

Shades and tints

Shades of #AA965C

#AA965C
(170,150,92)
#9B8954
(155,137,84)
#8C7C4C
(140,124,76)
#7D6F44
(125,111,68)
#6E623C
(110,98,60)
#5F5534
(95,85,52)
#50482C
(80,72,44)
#413B24
(65,59,36)
#322E1C
(50,46,28)
#232114
(35,33,20)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #AA965C

#AA965C
(170,150,92)
#B19F6A
(177,159,106)
#B8A878
(184,168,120)
#BFB186
(191,177,134)
#C6BA94
(198,186,148)
#CDC3A2
(205,195,162)
#D4CCB0
(212,204,176)
#DBD5BE
(219,213,190)
#E2DECC
(226,222,204)
#E9E7DA
(233,231,218)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA965C color. Also use rgb(170,150,92) instead hex code.

Text Font Color

.myTextColor { color: #AA965C; }

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

This text font color is #AA965C.

Background Color

.myBgColor { background-color: #AA965C; }

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

This div background color is #AA965C.

Border color

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

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

This div border color is #AA965C.

Opacity

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

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

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

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

This text has shadow with #AA965C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA965C.

Preview

Color preview on black background

This text has color #AA965C on black background.


Color preview on white background

This text has color #AA965C on white background.


Black color preview on #AA965C background

This text has black color on #AA965C background.


White color preview on #AA965C background

This text has white color on #AA965C background.


Related colors

Complementary color

Complementary color for #hex is #5569A3.


I love getcolorcode.com

Triadic colors

1 #5CAA96 and #965CAA with #AA965C are triadic colors.

2 #5C96AA and #96AA5C with #AA965C are triadic colors.