COLOR #9A8060

HEX: #9A8060 RGB: (154,128,96)

Color info

#9A8060 contains red, green and blue colors in about the same proportion. Web safe color of #9A8060 is #996666 (or #966).

RGB color model

#9A8060 color RGB value is (154,128,96).

RGB: (154,128,96) (60%, 50%, 38%)

RGB channels and saturation

R 154 of 255 = 60%
G 128 of 255 = 50%
B 96 of 255 = 38%

154
128
96

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

Portions of RGB colors in percentages

R + G + B = 154 + 128 + 96 = 378 (100%)
R 154 of 378 ~ 40.74%
G 128 of 378 ~ 33.86%
B 96 of 378 ~ 25.4'%

%40.74
%33.86
%25.4

CMYK color model

#9A8060 color CMYK value is (0,17,38,40).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 37.66%
  • key color value is 39.61%

CMYK: (0,17,38,40)
C0M17Y38K40 (0%, 17%, 38%, 40%)
(0.00 / 0.17 / 0.38 / 0.40)

CMYK percentages

%0
%16.88
%37.66
%39.61

Codes

Color #9A8060 in popluar color models

9A 80 60
RGB 154 128 96
HSL 33° 23.20% 49.02%
HSB/HSV 33° 37.66% 60.39%
CMYK 0.00% 16.88% 37.66%
39.61%

Color #9A8060 in popluar number systems.

HEX 9A 80 60
Decimal 154 128 96
Binary 10011010 10000000 1100000
Octal 232 200 140

Shades and tints

Shades of #9A8060

#9A8060
(154,128,96)
#8C7558
(140,117,88)
#7E6A50
(126,106,80)
#705F48
(112,95,72)
#625440
(98,84,64)
#544938
(84,73,56)
#463E30
(70,62,48)
#383328
(56,51,40)
#2A2820
(42,40,32)
#1C1D18
(28,29,24)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #9A8060

#9A8060
(154,128,96)
#A38B6E
(163,139,110)
#AC967C
(172,150,124)
#B5A18A
(181,161,138)
#BEAC98
(190,172,152)
#C7B7A6
(199,183,166)
#D0C2B4
(208,194,180)
#D9CDC2
(217,205,194)
#E2D8D0
(226,216,208)
#EBE3DE
(235,227,222)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8060 color. Also use rgb(154,128,96) instead hex code.

Text Font Color

.myTextColor { color: #9A8060; }

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

This text font color is #9A8060.

Background Color

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

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

This div background color is #9A8060.

Border color

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

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

This div border color is #9A8060.

Opacity

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

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

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

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

This text has shadow with #9A8060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8060.

Preview

Color preview on black background

This text has color #9A8060 on black background.


Color preview on white background

This text has color #9A8060 on white background.


Black color preview on #9A8060 background

This text has black color on #9A8060 background.


White color preview on #9A8060 background

This text has white color on #9A8060 background.


Related colors

Complementary color

Complementary color for #hex is #657F9F.


I love getcolorcode.com

Triadic colors

1 #609A80 and #80609A with #9A8060 are triadic colors.

2 #60809A and #809A60 with #9A8060 are triadic colors.