COLOR #AA997F

HEX: #AA997F RGB: (170,153,127)

Color info

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

RGB color model

#AA997F color RGB value is (170,153,127).

RGB: (170,153,127) (67%, 60%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 127 of 255 = 50%

170
153
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 127 = 450 (100%)
R 170 of 450 ~ 37.78%
G 153 of 450 ~ 34%
B 127 of 450 ~ 28.22'%

%37.78
%34
%28.22

CMYK color model

#AA997F color CMYK value is (0,10,25,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 25.29%
  • key color value is 33.33%

CMYK: (0,10,25,33)
C0M10Y25K33 (0%, 10%, 25%, 33%)
(0.00 / 0.10 / 0.25 / 0.33)

CMYK percentages

%0
%10
%25.29
%33.33

Codes

Color #AA997F in popluar color models

AA 99 7F
RGB 170 153 127
HSL 36° 20.19% 58.24%
HSB/HSV 36° 25.29% 66.67%
CMYK 0.00% 10.00% 25.29%
33.33%

Color #AA997F in popluar number systems.

HEX AA 99 7F
Decimal 170 153 127
Binary 10101010 10011001 1111111
Octal 252 231 177

Shades and tints

Shades of #AA997F

#AA997F
(170,153,127)
#9B8C74
(155,140,116)
#8C7F69
(140,127,105)
#7D725E
(125,114,94)
#6E6553
(110,101,83)
#5F5848
(95,88,72)
#504B3D
(80,75,61)
#413E32
(65,62,50)
#323127
(50,49,39)
#23241C
(35,36,28)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AA997F

#AA997F
(170,153,127)
#B1A28A
(177,162,138)
#B8AB95
(184,171,149)
#BFB4A0
(191,180,160)
#C6BDAB
(198,189,171)
#CDC6B6
(205,198,182)
#D4CFC1
(212,207,193)
#DBD8CC
(219,216,204)
#E2E1D7
(226,225,215)
#E9EAE2
(233,234,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA997F; }

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

This text font color is #AA997F.

Background Color

.myBgColor { background-color: #AA997F; }

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

This div background color is #AA997F.

Border color

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

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

This div border color is #AA997F.

Opacity

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

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

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

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

This text has shadow with #AA997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA997F.

Preview

Color preview on black background

This text has color #AA997F on black background.


Color preview on white background

This text has color #AA997F on white background.


Black color preview on #AA997F background

This text has black color on #AA997F background.


White color preview on #AA997F background

This text has white color on #AA997F background.


Related colors

Complementary color

Complementary color for #hex is #556680.


I love getcolorcode.com

Triadic colors

1 #7FAA99 and #997FAA with #AA997F are triadic colors.

2 #7F99AA and #99AA7F with #AA997F are triadic colors.