COLOR #AA997B

HEX: #AA997B
RGB: (170,153,123)

Color info

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

RGB color model

#AA997B color RGB value is (170,153,123).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 123 of 255 = 48%

170
153
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 123 = 446 (100%)
R 170 of 446 ~ 38.12%
G 153 of 446 ~ 34.3%
B 123 of 446 ~ 27.58%

%38.12
%34.3
%27.58

CMYK color model

#AA997B color CMYK value is (0,10,28,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(0,10,28,33)
C0M10Y28K33 
(0%,10%,28%,33%)
(0.00/0.10/0.28/0.33)	

CMYK percentages

%0
%10
%27.65
%33.33

Codes

Color #AA997B in popluar color models

AA997B
RGB170153123
HSL38°21.66%57.45%
HSB/HSV38°27.65%66.67%
CMYK0.00%10.00%27.65%
33.33%

Color #AA997B in popluar number systems.

HEXAA997B
Decimal170153123
Binary10101010100110011111011
Octal252231173

Shades and tints

Shades of #AA997B

#AA997B
(170,153,123)
#9B8C70
(155,140,112)
#8C7F65
(140,127,101)
#7D725A
(125,114,90)
#6E654F
(110,101,79)
#5F5844
(95,88,68)
#504B39
(80,75,57)
#413E2E
(65,62,46)
#323123
(50,49,35)
#232418
(35,36,24)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #AA997B

#AA997B
(170,153,123)
#B1A287
(177,162,135)
#B8AB93
(184,171,147)
#BFB49F
(191,180,159)
#C6BDAB
(198,189,171)
#CDC6B7
(205,198,183)
#D4CFC3
(212,207,195)
#DBD8CF
(219,216,207)
#E2E1DB
(226,225,219)
#E9EAE7
(233,234,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA997B; }

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

This text font color is #AA997B.


Background Color

.myBgColor { background-color: #AA997B; }

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

This div background color is #AA997B.


Border color

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

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

This div border color is #AA997B.


Opacity

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

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

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

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

This text has shadow with #AA997B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA997B on black background.


Color preview on white background

This text has color #AA997B on white background.



Black color preview on #AA997B background

This text has black color on #AA997B background.


White color preview on #AA997B background

This text has white color on #AA997B background.