COLOR #A9917F

HEX: #A9917F RGB: (169,145,127)

Color info

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

RGB color model

#A9917F color RGB value is (169,145,127).

RGB: (169,145,127) (66%, 57%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 127 of 255 = 50%

169
145
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 127 = 441 (100%)
R 169 of 441 ~ 38.32%
G 145 of 441 ~ 32.88%
B 127 of 441 ~ 28.8'%

%38.32
%32.88
%28.8

CMYK color model

#A9917F color CMYK value is (0,14,25,34).

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

CMYK: (0,14,25,34)
C0M14Y25K34 (0%, 14%, 25%, 34%)
(0.00 / 0.14 / 0.25 / 0.34)

CMYK percentages

%0
%14.2
%24.85
%33.73

Codes

Color #A9917F in popluar color models

A9 91 7F
RGB 169 145 127
HSL 26° 19.63% 58.04%
HSB/HSV 26° 24.85% 66.27%
CMYK 0.00% 14.20% 24.85%
33.73%

Color #A9917F in popluar number systems.

HEX A9 91 7F
Decimal 169 145 127
Binary 10101001 10010001 1111111
Octal 251 221 177

Shades and tints

Shades of #A9917F

#A9917F
(169,145,127)
#9A8474
(154,132,116)
#8B7769
(139,119,105)
#7C6A5E
(124,106,94)
#6D5D53
(109,93,83)
#5E5048
(94,80,72)
#4F433D
(79,67,61)
#403632
(64,54,50)
#312927
(49,41,39)
#221C1C
(34,28,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A9917F

#A9917F
(169,145,127)
#B09B8A
(176,155,138)
#B7A595
(183,165,149)
#BEAFA0
(190,175,160)
#C5B9AB
(197,185,171)
#CCC3B6
(204,195,182)
#D3CDC1
(211,205,193)
#DAD7CC
(218,215,204)
#E1E1D7
(225,225,215)
#E8EBE2
(232,235,226)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9917F; }

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

This text font color is #A9917F.

Background Color

.myBgColor { background-color: #A9917F; }

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

This div background color is #A9917F.

Border color

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

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

This div border color is #A9917F.

Opacity

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

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

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

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

This text has shadow with #A9917F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9917F.

Preview

Color preview on black background

This text has color #A9917F on black background.


Color preview on white background

This text has color #A9917F on white background.


Black color preview on #A9917F background

This text has black color on #A9917F background.


White color preview on #A9917F background

This text has white color on #A9917F background.


Related colors

Complementary color

Complementary color for #hex is #566E80.


I love getcolorcode.com

Triadic colors

1 #7FA991 and #917FA9 with #A9917F are triadic colors.

2 #7F91A9 and #91A97F with #A9917F are triadic colors.