COLOR #9A5565

HEX: #9A5565 RGB: (154,85,101)

Color info

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

RGB color model

#9A5565 color RGB value is (154,85,101).

RGB: (154,85,101) (60%, 33%, 40%)

RGB channels and saturation

R 154 of 255 = 60%
G 85 of 255 = 33%
B 101 of 255 = 40%

154
85
101

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

Portions of RGB colors in percentages

R + G + B = 154 + 85 + 101 = 340 (100%)
R 154 of 340 ~ 45.29%
G 85 of 340 ~ 25%
B 101 of 340 ~ 29.71'%

%45.29
%25
%29.71

CMYK color model

#9A5565 color CMYK value is (0,45,34,40).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 34.42%
  • key color value is 39.61%

CMYK: (0,45,34,40)
C0M45Y34K40 (0%, 45%, 34%, 40%)
(0.00 / 0.45 / 0.34 / 0.40)

CMYK percentages

%0
%44.81
%34.42
%39.61

Codes

Color #9A5565 in popluar color models

9A 55 65
RGB 154 85 101
HSL 346° 28.87% 46.86%
HSB/HSV 346° 44.81% 60.39%
CMYK 0.00% 44.81% 34.42%
39.61%

Color #9A5565 in popluar number systems.

HEX 9A 55 65
Decimal 154 85 101
Binary 10011010 1010101 1100101
Octal 232 125 145

Shades and tints

Shades of #9A5565

#9A5565
(154,85,101)
#8C4E5C
(140,78,92)
#7E4753
(126,71,83)
#70404A
(112,64,74)
#623941
(98,57,65)
#543238
(84,50,56)
#462B2F
(70,43,47)
#382426
(56,36,38)
#2A1D1D
(42,29,29)
#1C1614
(28,22,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #9A5565

#9A5565
(154,85,101)
#A36473
(163,100,115)
#AC7381
(172,115,129)
#B5828F
(181,130,143)
#BE919D
(190,145,157)
#C7A0AB
(199,160,171)
#D0AFB9
(208,175,185)
#D9BEC7
(217,190,199)
#E2CDD5
(226,205,213)
#EBDCE3
(235,220,227)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5565 color. Also use rgb(154,85,101) instead hex code.

Text Font Color

.myTextColor { color: #9A5565; }

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

This text font color is #9A5565.

Background Color

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

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

This div background color is #9A5565.

Border color

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

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

This div border color is #9A5565.

Opacity

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

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

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

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

This text has shadow with #9A5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5565.

Preview

Color preview on black background

This text has color #9A5565 on black background.


Color preview on white background

This text has color #9A5565 on white background.


Black color preview on #9A5565 background

This text has black color on #9A5565 background.


White color preview on #9A5565 background

This text has white color on #9A5565 background.


Related colors

Complementary color

Complementary color for #hex is #65AA9A.


I love getcolorcode.com

Triadic colors

1 #659A55 and #55659A with #9A5565 are triadic colors.

2 #65559A and #559A65 with #9A5565 are triadic colors.