COLOR #A9A17D

HEX: #A9A17D RGB: (169,161,125)

Color info

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

RGB color model

#A9A17D color RGB value is (169,161,125).

RGB: (169,161,125) (66%, 63%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 125 of 255 = 49%

169
161
125

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

Portions of RGB colors in percentages

R + G + B = 169 + 161 + 125 = 455 (100%)
R 169 of 455 ~ 37.14%
G 161 of 455 ~ 35.38%
B 125 of 455 ~ 27.47'%

%37.14
%35.38
%27.47

CMYK color model

#A9A17D color CMYK value is (0,5,26,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK: (0,5,26,34) C0M5Y26K34 (0%,5%,26%,34%) (0.00/0.05/0.26/0.34) 

CMYK percentages

%0
%4.73
%26.04
%33.73

Codes

Color #A9A17D in popluar color models

A9 A1 7D
RGB 169 161 125
HSL 49° 20.37% 57.65%
HSB/HSV 49° 26.04% 66.27%
CMYK 0.00% 4.73% 26.04%
33.73%

Color #A9A17D in popluar number systems.

HEX A9 A1 7D
Decimal 169 161 125
Binary 10101001 10100001 1111101
Octal 251 241 175

Shades and tints

Shades of #A9A17D

#A9A17D
(169,161,125)
#9A9372
(154,147,114)
#8B8567
(139,133,103)
#7C775C
(124,119,92)
#6D6951
(109,105,81)
#5E5B46
(94,91,70)
#4F4D3B
(79,77,59)
#403F30
(64,63,48)
#313125
(49,49,37)
#22231A
(34,35,26)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A9A17D

#A9A17D
(169,161,125)
#B0A988
(176,169,136)
#B7B193
(183,177,147)
#BEB99E
(190,185,158)
#C5C1A9
(197,193,169)
#CCC9B4
(204,201,180)
#D3D1BF
(211,209,191)
#DAD9CA
(218,217,202)
#E1E1D5
(225,225,213)
#E8E9E0
(232,233,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A17D color. Also use rgb(169,161,125) instead hex code.

Text Font Color

.myTextColor { color: #A9A17D; }

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

This text font color is #A9A17D.

Background Color

.myBgColor { background-color: #A9A17D; }

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

This div background color is #A9A17D.

Border color

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

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

This div border color is #A9A17D.

Opacity

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

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

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

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

This text has shadow with #A9A17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A17D.

Preview

Color preview on black background

This text has color #A9A17D on black background.


Color preview on white background

This text has color #A9A17D on white background.


Black color preview on #A9A17D background

This text has black color on #A9A17D background.


White color preview on #A9A17D background

This text has white color on #A9A17D background.


Related colors

Complementary color

Complementary color for #hex is #565E82.


I love getcolorcode.com

Triadic colors

1 #7DA9A1 and #A17DA9 with #A9A17D are triadic colors.

2 #7DA1A9 and #A1A97D with #A9A17D are triadic colors.