COLOR #AA967B

HEX: #AA967B
RGB: (170,150,123)

Color info

#AA967B contains red, green and blue colors in about the same proportion. Web safe color of #AA967B is #999966 (or #996).

RGB color model

#AA967B color RGB value is (170,150,123).

  • red value is 170;
  • green value is 150;
  • blue value is 123.
RGB:
(170,150,123)
(67%,59%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 123 of 255 = 48%

170
150
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 123 = 443 (100%)
R 170 of 443 ~ 38.37%
G 150 of 443 ~ 33.86%
B 123 of 443 ~ 27.77%

%38.37
%33.86
%27.77

CMYK color model

#AA967B color CMYK value is (0,12,28,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(0,12,28,33)
C0M12Y28K33 
(0%,12%,28%,33%)
(0.00/0.12/0.28/0.33)	

CMYK percentages

%0
%11.76
%27.65
%33.33

Codes

Color #AA967B in popluar color models

AA967B
RGB170150123
HSL34°21.66%57.45%
HSB/HSV34°27.65%66.67%
CMYK0.00%11.76%27.65%
33.33%

Color #AA967B in popluar number systems.

HEXAA967B
Decimal170150123
Binary10101010100101101111011
Octal252226173

Shades and tints

Shades of #AA967B

#AA967B
(170,150,123)
#9B8970
(155,137,112)
#8C7C65
(140,124,101)
#7D6F5A
(125,111,90)
#6E624F
(110,98,79)
#5F5544
(95,85,68)
#504839
(80,72,57)
#413B2E
(65,59,46)
#322E23
(50,46,35)
#232118
(35,33,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AA967B

#AA967B
(170,150,123)
#B19F87
(177,159,135)
#B8A893
(184,168,147)
#BFB19F
(191,177,159)
#C6BAAB
(198,186,171)
#CDC3B7
(205,195,183)
#D4CCC3
(212,204,195)
#DBD5CF
(219,213,207)
#E2DEDB
(226,222,219)
#E9E7E7
(233,231,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA967B; }

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

This text font color is #AA967B.


Background Color

.myBgColor { background-color: #AA967B; }

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

This div background color is #AA967B.


Border color

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

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

This div border color is #AA967B.


Opacity

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

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

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

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

This text has shadow with #AA967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA967B on black background.


Color preview on white background

This text has color #AA967B on white background.



Black color preview on #AA967B background

This text has black color on #AA967B background.


White color preview on #AA967B background

This text has white color on #AA967B background.