COLOR #9A6773

HEX: #9A6773
RGB: (154,103,115)

Color info

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

RGB color model

#9A6773 color RGB value is (154,103,115).

  • red value is 154;
  • green value is 103;
  • blue value is 115.
RGB:
(154,103,115)
(60%,40%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 115 of 255 = 45%

154
103
115

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

Portions of RGB colors in percentages

R + G + B =
154 + 103 + 115 = 372 (100%)
R 154 of 372 ~ 41.4%
G 103 of 372 ~ 27.69%
B 115 of 372 ~ 30.91%

%41.4
%27.69
%30.91

CMYK color model

#9A6773 color CMYK value is (0,33,25,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(0,33,25,40)
C0M33Y25K40 
(0%,33%,25%,40%)
(0.00/0.33/0.25/0.40)	

CMYK percentages

%0
%33.12
%25.32
%39.61

Codes

Color #9A6773 in popluar color models

9A6773
RGB154103115
HSL346°20.16%50.39%
HSB/HSV346°33.12%60.39%
CMYK0.00%33.12%25.32%
39.61%

Color #9A6773 in popluar number systems.

HEX9A6773
Decimal154103115
Binary1001101011001111110011
Octal232147163

Shades and tints

Shades of #9A6773

#9A6773
(154,103,115)
#8C5E69
(140,94,105)
#7E555F
(126,85,95)
#704C55
(112,76,85)
#62434B
(98,67,75)
#543A41
(84,58,65)
#463137
(70,49,55)
#38282D
(56,40,45)
#2A1F23
(42,31,35)
#1C1619
(28,22,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A6773

#9A6773
(154,103,115)
#A3747F
(163,116,127)
#AC818B
(172,129,139)
#B58E97
(181,142,151)
#BE9BA3
(190,155,163)
#C7A8AF
(199,168,175)
#D0B5BB
(208,181,187)
#D9C2C7
(217,194,199)
#E2CFD3
(226,207,211)
#EBDCDF
(235,220,223)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6773 color. Also use rgb(154,103,115) instead hex code.

Text Font Color

.myTextColor { color: #9A6773; }

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

This text font color is #9A6773.


Background Color

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

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

This div background color is #9A6773.


Border color

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

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

This div border color is #9A6773.


Opacity

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

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

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

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

This text has shadow with #9A6773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6773 on black background.


Color preview on white background

This text has color #9A6773 on white background.



Black color preview on #9A6773 background

This text has black color on #9A6773 background.


White color preview on #9A6773 background

This text has white color on #9A6773 background.