COLOR #9A5D6A

HEX: #9A5D6A RGB: (154,93,106)

Color info

#9A5D6A contains mainly red and blue colors. Web safe color of #9A5D6A is #996666 (or #966).

RGB color model

#9A5D6A color RGB value is (154,93,106).

RGB: (154,93,106) (60%, 36%, 42%)

RGB channels and saturation

R 154 of 255 = 60%
G 93 of 255 = 36%
B 106 of 255 = 42%

154
93
106

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

Portions of RGB colors in percentages

R + G + B = 154 + 93 + 106 = 353 (100%)
R 154 of 353 ~ 43.63%
G 93 of 353 ~ 26.35%
B 106 of 353 ~ 30.03'%

%43.63
%26.35
%30.03

CMYK color model

#9A5D6A color CMYK value is (0,40,31,40).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 31.17%
  • key color value is 39.61%

CMYK: (0,40,31,40)
C0M40Y31K40 (0%, 40%, 31%, 40%)
(0.00 / 0.40 / 0.31 / 0.40)

CMYK percentages

%0
%39.61
%31.17
%39.61

Codes

Color #9A5D6A in popluar color models

9A 5D 6A
RGB 154 93 106
HSL 347° 24.70% 48.43%
HSB/HSV 347° 39.61% 60.39%
CMYK 0.00% 39.61% 31.17%
39.61%

Color #9A5D6A in popluar number systems.

HEX 9A 5D 6A
Decimal 154 93 106
Binary 10011010 1011101 1101010
Octal 232 135 152

Shades and tints

Shades of #9A5D6A

#9A5D6A
(154,93,106)
#8C5561
(140,85,97)
#7E4D58
(126,77,88)
#70454F
(112,69,79)
#623D46
(98,61,70)
#54353D
(84,53,61)
#462D34
(70,45,52)
#38252B
(56,37,43)
#2A1D22
(42,29,34)
#1C1519
(28,21,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #9A5D6A

#9A5D6A
(154,93,106)
#A36B77
(163,107,119)
#AC7984
(172,121,132)
#B58791
(181,135,145)
#BE959E
(190,149,158)
#C7A3AB
(199,163,171)
#D0B1B8
(208,177,184)
#D9BFC5
(217,191,197)
#E2CDD2
(226,205,210)
#EBDBDF
(235,219,223)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5D6A color. Also use rgb(154,93,106) instead hex code.

Text Font Color

.myTextColor { color: #9A5D6A; }

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

This text font color is #9A5D6A.

Background Color

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

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

This div background color is #9A5D6A.

Border color

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

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

This div border color is #9A5D6A.

Opacity

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

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

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

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

This text has shadow with #9A5D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5D6A.

Preview

Color preview on black background

This text has color #9A5D6A on black background.


Color preview on white background

This text has color #9A5D6A on white background.


Black color preview on #9A5D6A background

This text has black color on #9A5D6A background.


White color preview on #9A5D6A background

This text has white color on #9A5D6A background.


Related colors

Complementary color

Complementary color for #hex is #65A295.


I love getcolorcode.com

Triadic colors

1 #6A9A5D and #5D6A9A with #9A5D6A are triadic colors.

2 #6A5D9A and #5D9A6A with #9A5D6A are triadic colors.