COLOR #9A8576

HEX: #9A8576 RGB: (154,133,118)

Color info

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

RGB color model

#9A8576 color RGB value is (154,133,118).

RGB: (154,133,118) (60%, 52%, 46%)

RGB channels and saturation

R 154 of 255 = 60%
G 133 of 255 = 52%
B 118 of 255 = 46%

154
133
118

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

Portions of RGB colors in percentages

R + G + B = 154 + 133 + 118 = 405 (100%)
R 154 of 405 ~ 38.02%
G 133 of 405 ~ 32.84%
B 118 of 405 ~ 29.14'%

%38.02
%32.84
%29.14

CMYK color model

#9A8576 color CMYK value is (0,14,23,40).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 23.38%
  • key color value is 39.61%

CMYK: (0,14,23,40)
C0M14Y23K40 (0%, 14%, 23%, 40%)
(0.00 / 0.14 / 0.23 / 0.40)

CMYK percentages

%0
%13.64
%23.38
%39.61

Codes

Color #9A8576 in popluar color models

9A 85 76
RGB 154 133 118
HSL 25° 15.13% 53.33%
HSB/HSV 25° 23.38% 60.39%
CMYK 0.00% 13.64% 23.38%
39.61%

Color #9A8576 in popluar number systems.

HEX 9A 85 76
Decimal 154 133 118
Binary 10011010 10000101 1110110
Octal 232 205 166

Shades and tints

Shades of #9A8576

#9A8576
(154,133,118)
#8C796C
(140,121,108)
#7E6D62
(126,109,98)
#706158
(112,97,88)
#62554E
(98,85,78)
#544944
(84,73,68)
#463D3A
(70,61,58)
#383130
(56,49,48)
#2A2526
(42,37,38)
#1C191C
(28,25,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #9A8576

#9A8576
(154,133,118)
#A39082
(163,144,130)
#AC9B8E
(172,155,142)
#B5A69A
(181,166,154)
#BEB1A6
(190,177,166)
#C7BCB2
(199,188,178)
#D0C7BE
(208,199,190)
#D9D2CA
(217,210,202)
#E2DDD6
(226,221,214)
#EBE8E2
(235,232,226)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8576 color. Also use rgb(154,133,118) instead hex code.

Text Font Color

.myTextColor { color: #9A8576; }

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

This text font color is #9A8576.

Background Color

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

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

This div background color is #9A8576.

Border color

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

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

This div border color is #9A8576.

Opacity

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

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

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

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

This text has shadow with #9A8576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8576.

Preview

Color preview on black background

This text has color #9A8576 on black background.


Color preview on white background

This text has color #9A8576 on white background.


Black color preview on #9A8576 background

This text has black color on #9A8576 background.


White color preview on #9A8576 background

This text has white color on #9A8576 background.


Related colors

Complementary color

Complementary color for #hex is #657A89.


I love getcolorcode.com

Triadic colors

1 #769A85 and #85769A with #9A8576 are triadic colors.

2 #76859A and #859A76 with #9A8576 are triadic colors.