COLOR #A9967F

HEX: #A9967F RGB: (169,150,127)

Color info

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

RGB color model

#A9967F color RGB value is (169,150,127).

RGB: (169,150,127) (66%, 59%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 127 of 255 = 50%

169
150
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 127 = 446 (100%)
R 169 of 446 ~ 37.89%
G 150 of 446 ~ 33.63%
B 127 of 446 ~ 28.48'%

%37.89
%33.63
%28.48

CMYK color model

#A9967F color CMYK value is (0,11,25,34).

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

CMYK: (0,11,25,34)
C0M11Y25K34 (0%, 11%, 25%, 34%)
(0.00 / 0.11 / 0.25 / 0.34)

CMYK percentages

%0
%11.24
%24.85
%33.73

Codes

Color #A9967F in popluar color models

A9 96 7F
RGB 169 150 127
HSL 33° 19.63% 58.04%
HSB/HSV 33° 24.85% 66.27%
CMYK 0.00% 11.24% 24.85%
33.73%

Color #A9967F in popluar number systems.

HEX A9 96 7F
Decimal 169 150 127
Binary 10101001 10010110 1111111
Octal 251 226 177

Shades and tints

Shades of #A9967F

#A9967F
(169,150,127)
#9A8974
(154,137,116)
#8B7C69
(139,124,105)
#7C6F5E
(124,111,94)
#6D6253
(109,98,83)
#5E5548
(94,85,72)
#4F483D
(79,72,61)
#403B32
(64,59,50)
#312E27
(49,46,39)
#22211C
(34,33,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9967F

#A9967F
(169,150,127)
#B09F8A
(176,159,138)
#B7A895
(183,168,149)
#BEB1A0
(190,177,160)
#C5BAAB
(197,186,171)
#CCC3B6
(204,195,182)
#D3CCC1
(211,204,193)
#DAD5CC
(218,213,204)
#E1DED7
(225,222,215)
#E8E7E2
(232,231,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9967F; }

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

This text font color is #A9967F.

Background Color

.myBgColor { background-color: #A9967F; }

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

This div background color is #A9967F.

Border color

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

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

This div border color is #A9967F.

Opacity

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

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

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

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

This text has shadow with #A9967F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9967F.

Preview

Color preview on black background

This text has color #A9967F on black background.


Color preview on white background

This text has color #A9967F on white background.


Black color preview on #A9967F background

This text has black color on #A9967F background.


White color preview on #A9967F background

This text has white color on #A9967F background.


Related colors

Complementary color

Complementary color for #hex is #566980.


I love getcolorcode.com

Triadic colors

1 #7FA996 and #967FA9 with #A9967F are triadic colors.

2 #7F96A9 and #96A97F with #A9967F are triadic colors.