COLOR #A9964B

HEX: #A9964B RGB: (169,150,75)

Color info

#A9964B contains mainly red and green colors. Web safe color of #A9964B is #999933 (or #993).

RGB color model

#A9964B color RGB value is (169,150,75).

RGB: (169,150,75) (66%, 59%, 29%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 75 of 255 = 29%

169
150
75

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 75 = 394 (100%)
R 169 of 394 ~ 42.89%
G 150 of 394 ~ 38.07%
B 75 of 394 ~ 19.04'%

%42.89
%38.07
%19.04

CMYK color model

#A9964B color CMYK value is (0,11,56,34).

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

CMYK: (0,11,56,34)
C0M11Y56K34 (0%, 11%, 56%, 34%)
(0.00 / 0.11 / 0.56 / 0.34)

CMYK percentages

%0
%11.24
%55.62
%33.73

Codes

Color #A9964B in popluar color models

A9 96 4B
RGB 169 150 75
HSL 48° 38.52% 47.84%
HSB/HSV 48° 55.62% 66.27%
CMYK 0.00% 11.24% 55.62%
33.73%

Color #A9964B in popluar number systems.

HEX A9 96 4B
Decimal 169 150 75
Binary 10101001 10010110 1001011
Octal 251 226 113

Shades and tints

Shades of #A9964B

#A9964B
(169,150,75)
#9A8945
(154,137,69)
#8B7C3F
(139,124,63)
#7C6F39
(124,111,57)
#6D6233
(109,98,51)
#5E552D
(94,85,45)
#4F4827
(79,72,39)
#403B21
(64,59,33)
#312E1B
(49,46,27)
#222115
(34,33,21)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A9964B

#A9964B
(169,150,75)
#B09F5B
(176,159,91)
#B7A86B
(183,168,107)
#BEB17B
(190,177,123)
#C5BA8B
(197,186,139)
#CCC39B
(204,195,155)
#D3CCAB
(211,204,171)
#DAD5BB
(218,213,187)
#E1DECB
(225,222,203)
#E8E7DB
(232,231,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9964B; }

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

This text font color is #A9964B.

Background Color

.myBgColor { background-color: #A9964B; }

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

This div background color is #A9964B.

Border color

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

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

This div border color is #A9964B.

Opacity

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

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

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

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

This text has shadow with #A9964B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9964B.

Preview

Color preview on black background

This text has color #A9964B on black background.


Color preview on white background

This text has color #A9964B on white background.


Black color preview on #A9964B background

This text has black color on #A9964B background.


White color preview on #A9964B background

This text has white color on #A9964B background.


Related colors

Complementary color

Complementary color for #hex is #5669B4.


I love getcolorcode.com

Triadic colors

1 #4BA996 and #964BA9 with #A9964B are triadic colors.

2 #4B96A9 and #96A94B with #A9964B are triadic colors.