COLOR #A9917A

HEX: #A9917A RGB: (169,145,122)

Color info

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

RGB color model

#A9917A color RGB value is (169,145,122).

RGB: (169,145,122) (66%, 57%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 122 of 255 = 48%

169
145
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 122 = 436 (100%)
R 169 of 436 ~ 38.76%
G 145 of 436 ~ 33.26%
B 122 of 436 ~ 27.98'%

%38.76
%33.26
%27.98

CMYK color model

#A9917A color CMYK value is (0,14,28,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 27.81%
  • key color value is 33.73%

CMYK: (0,14,28,34)
C0M14Y28K34 (0%, 14%, 28%, 34%)
(0.00 / 0.14 / 0.28 / 0.34)

CMYK percentages

%0
%14.2
%27.81
%33.73

Codes

Color #A9917A in popluar color models

A9 91 7A
RGB 169 145 122
HSL 29° 21.46% 57.06%
HSB/HSV 29° 27.81% 66.27%
CMYK 0.00% 14.20% 27.81%
33.73%

Color #A9917A in popluar number systems.

HEX A9 91 7A
Decimal 169 145 122
Binary 10101001 10010001 1111010
Octal 251 221 172

Shades and tints

Shades of #A9917A

#A9917A
(169,145,122)
#9A846F
(154,132,111)
#8B7764
(139,119,100)
#7C6A59
(124,106,89)
#6D5D4E
(109,93,78)
#5E5043
(94,80,67)
#4F4338
(79,67,56)
#40362D
(64,54,45)
#312922
(49,41,34)
#221C17
(34,28,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #A9917A

#A9917A
(169,145,122)
#B09B86
(176,155,134)
#B7A592
(183,165,146)
#BEAF9E
(190,175,158)
#C5B9AA
(197,185,170)
#CCC3B6
(204,195,182)
#D3CDC2
(211,205,194)
#DAD7CE
(218,215,206)
#E1E1DA
(225,225,218)
#E8EBE6
(232,235,230)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9917A color. Also use rgb(169,145,122) instead hex code.

Text Font Color

.myTextColor { color: #A9917A; }

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

This text font color is #A9917A.

Background Color

.myBgColor { background-color: #A9917A; }

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

This div background color is #A9917A.

Border color

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

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

This div border color is #A9917A.

Opacity

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

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

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

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

This text has shadow with #A9917A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9917A.

Preview

Color preview on black background

This text has color #A9917A on black background.


Color preview on white background

This text has color #A9917A on white background.


Black color preview on #A9917A background

This text has black color on #A9917A background.


White color preview on #A9917A background

This text has white color on #A9917A background.


Related colors

Complementary color

Complementary color for #hex is #566E85.


I love getcolorcode.com

Triadic colors

1 #7AA991 and #917AA9 with #A9917A are triadic colors.

2 #7A91A9 and #91A97A with #A9917A are triadic colors.