COLOR #9A9971

HEX: #9A9971
RGB: (154,153,113)

Color info

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

RGB color model

#9A9971 color RGB value is (154,153,113).

  • red value is 154;
  • green value is 153;
  • blue value is 113.
RGB:
(154,153,113)
(60%,60%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 113 of 255 = 44%

154
153
113

R + G + B ~ 55%. #9A9971 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 153 + 113 = 420 (100%)
R 154 of 420 ~ 36.67%
G 153 of 420 ~ 36.43%
B 113 of 420 ~ 26.9%

%36.67
%36.43
%26.9

CMYK color model

#9A9971 color CMYK value is (0,1,27,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK:
(0,1,27,40)
C0M1Y27K40 
(0%,1%,27%,40%)
(0.00/0.01/0.27/0.40)	

CMYK percentages

%0
%0.65
%26.62
%39.61

Codes

Color #9A9971 in popluar color models

9A9971
RGB154153113
HSL59°16.87%52.35%
HSB/HSV59°26.62%60.39%
CMYK0.00%0.65%26.62%
39.61%

Color #9A9971 in popluar number systems.

HEX9A9971
Decimal154153113
Binary10011010100110011110001
Octal232231161

Shades and tints

Shades of #9A9971

#9A9971
(154,153,113)
#8C8C67
(140,140,103)
#7E7F5D
(126,127,93)
#707253
(112,114,83)
#626549
(98,101,73)
#54583F
(84,88,63)
#464B35
(70,75,53)
#383E2B
(56,62,43)
#2A3121
(42,49,33)
#1C2417
(28,36,23)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #9A9971

#9A9971
(154,153,113)
#A3A27D
(163,162,125)
#ACAB89
(172,171,137)
#B5B495
(181,180,149)
#BEBDA1
(190,189,161)
#C7C6AD
(199,198,173)
#D0CFB9
(208,207,185)
#D9D8C5
(217,216,197)
#E2E1D1
(226,225,209)
#EBEADD
(235,234,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A9971 color. Also use rgb(154,153,113) instead hex code.

Text Font Color

.myTextColor { color: #9A9971; }

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

This text font color is #9A9971.


Background Color

.myBgColor { background-color: #9A9971; }

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

This div background color is #9A9971.


Border color

.myBorderColor { border: 1px solid #9A9971; }

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

This div border color is #9A9971.


Opacity

.myOpacity80 { color: #9A9971; opacity: 0.8; }

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

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

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

This text has shadow with #9A9971 color.

.textShadow {text-shadow: 3px 3px 1px #9A9971, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9A9971;
-webkit-box-shadow: 1px 1px 3px 2px #9A9971;
box-shadow:1px 1px 3px 2px #9A9971;">
Div content here</div>
This div box has shadow with color #9A9971.

Preview

Color preview on black background

This text has color #9A9971 on black background.


Color preview on white background

This text has color #9A9971 on white background.



Black color preview on #9A9971 background

This text has black color on #9A9971 background.


White color preview on #9A9971 background

This text has white color on #9A9971 background.