COLOR #A9976B

HEX: #A9976B RGB: (169,151,107)

Color info

#A9976B contains mainly red and green colors. Web safe color of #A9976B is #999966 (or #996).

RGB color model

#A9976B color RGB value is (169,151,107).

RGB: (169,151,107) (66%, 59%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 107 of 255 = 42%

169
151
107

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

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 107 = 427 (100%)
R 169 of 427 ~ 39.58%
G 151 of 427 ~ 35.36%
B 107 of 427 ~ 25.06'%

%39.58
%35.36
%25.06

CMYK color model

#A9976B color CMYK value is (0,11,37,34).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 36.69%
  • key color value is 33.73%
CMYK: (0,11,37,34) C0M11Y37K34 (0%,11%,37%,34%) (0.00/0.11/0.37/0.34) 

CMYK percentages

%0
%10.65
%36.69
%33.73

Codes

Color #A9976B in popluar color models

A9 97 6B
RGB 169 151 107
HSL 43° 26.50% 54.12%
HSB/HSV 43° 36.69% 66.27%
CMYK 0.00% 10.65% 36.69%
33.73%

Color #A9976B in popluar number systems.

HEX A9 97 6B
Decimal 169 151 107
Binary 10101001 10010111 1101011
Octal 251 227 153

Shades and tints

Shades of #A9976B

#A9976B
(169,151,107)
#9A8A62
(154,138,98)
#8B7D59
(139,125,89)
#7C7050
(124,112,80)
#6D6347
(109,99,71)
#5E563E
(94,86,62)
#4F4935
(79,73,53)
#403C2C
(64,60,44)
#312F23
(49,47,35)
#22221A
(34,34,26)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A9976B

#A9976B
(169,151,107)
#B0A078
(176,160,120)
#B7A985
(183,169,133)
#BEB292
(190,178,146)
#C5BB9F
(197,187,159)
#CCC4AC
(204,196,172)
#D3CDB9
(211,205,185)
#DAD6C6
(218,214,198)
#E1DFD3
(225,223,211)
#E8E8E0
(232,232,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9976B color. Also use rgb(169,151,107) instead hex code.

Text Font Color

.myTextColor { color: #A9976B; }

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

This text font color is #A9976B.

Background Color

.myBgColor { background-color: #A9976B; }

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

This div background color is #A9976B.

Border color

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

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

This div border color is #A9976B.

Opacity

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

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

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

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

This text has shadow with #A9976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9976B.

Preview

Color preview on black background

This text has color #A9976B on black background.


Color preview on white background

This text has color #A9976B on white background.


Black color preview on #A9976B background

This text has black color on #A9976B background.


White color preview on #A9976B background

This text has white color on #A9976B background.


Related colors

Complementary color

Complementary color for #hex is #566894.


I love getcolorcode.com

Triadic colors

1 #6BA997 and #976BA9 with #A9976B are triadic colors.

2 #6B97A9 and #97A96B with #A9976B are triadic colors.