COLOR #AA9F69

HEX: #AA9F69
RGB: (170,159,105)

Color info

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

RGB color model

#AA9F69 color RGB value is (170,159,105).

  • red value is 170;
  • green value is 159;
  • blue value is 105.
RGB:
(170,159,105)
(67%,62%,41%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 105 of 255 = 41%

170
159
105

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

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 105 = 434 (100%)
R 170 of 434 ~ 39.17%
G 159 of 434 ~ 36.64%
B 105 of 434 ~ 24.19%

%39.17
%36.64
%24.19

CMYK color model

#AA9F69 color CMYK value is (0,6,38,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(0,6,38,33)
C0M6Y38K33 
(0%,6%,38%,33%)
(0.00/0.06/0.38/0.33)	

CMYK percentages

%0
%6.47
%38.24
%33.33

Codes

Color #AA9F69 in popluar color models

AA9F69
RGB170159105
HSL50°27.66%53.92%
HSB/HSV50°38.24%66.67%
CMYK0.00%6.47%38.24%
33.33%

Color #AA9F69 in popluar number systems.

HEXAA9F69
Decimal170159105
Binary10101010100111111101001
Octal252237151

Shades and tints

Shades of #AA9F69

#AA9F69
(170,159,105)
#9B9160
(155,145,96)
#8C8357
(140,131,87)
#7D754E
(125,117,78)
#6E6745
(110,103,69)
#5F593C
(95,89,60)
#504B33
(80,75,51)
#413D2A
(65,61,42)
#322F21
(50,47,33)
#232118
(35,33,24)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AA9F69

#AA9F69
(170,159,105)
#B1A776
(177,167,118)
#B8AF83
(184,175,131)
#BFB790
(191,183,144)
#C6BF9D
(198,191,157)
#CDC7AA
(205,199,170)
#D4CFB7
(212,207,183)
#DBD7C4
(219,215,196)
#E2DFD1
(226,223,209)
#E9E7DE
(233,231,222)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9F69 color. Also use rgb(170,159,105) instead hex code.

Text Font Color

.myTextColor { color: #AA9F69; }

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

This text font color is #AA9F69.


Background Color

.myBgColor { background-color: #AA9F69; }

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

This div background color is #AA9F69.


Border color

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

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

This div border color is #AA9F69.


Opacity

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

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

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

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

This text has shadow with #AA9F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9F69 on black background.


Color preview on white background

This text has color #AA9F69 on white background.



Black color preview on #AA9F69 background

This text has black color on #AA9F69 background.


White color preview on #AA9F69 background

This text has white color on #AA9F69 background.