COLOR #AC5B5D

HEX: #AC5B5D
RGB: (172,91,93)

Color info

#AC5B5D contains mainly red color. Web safe color of #AC5B5D is #996666 (or #966).

RGB color model

#AC5B5D color RGB value is (172,91,93).

  • red value is 172;
  • green value is 91;
  • blue value is 93.
RGB:
(172,91,93)
(67%,36%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 91 of 255 = 36%
B 93 of 255 = 36%

172
91
93

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

Portions of RGB colors in percentages

R + G + B =
172 + 91 + 93 = 356 (100%)
R 172 of 356 ~ 48.31%
G 91 of 356 ~ 25.56%
B 93 of 356 ~ 26.12%

%48.31
%25.56
%26.12

CMYK color model

#AC5B5D color CMYK value is (0,47,46,33).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 45.93%
  • key color value is 32.55%
CMYK:
(0,47,46,33)
C0M47Y46K33 
(0%,47%,46%,33%)
(0.00/0.47/0.46/0.33)	

CMYK percentages

%0
%47.09
%45.93
%32.55

Codes

Color #AC5B5D in popluar color models

AC5B5D
RGB1729193
HSL359°32.79%51.57%
HSB/HSV359°47.09%67.45%
CMYK0.00%47.09%45.93%
32.55%

Color #AC5B5D in popluar number systems.

HEXAC5B5D
Decimal1729193
Binary1010110010110111011101
Octal254133135

Shades and tints

Shades of #AC5B5D

#AC5B5D
(172,91,93)
#9D5355
(157,83,85)
#8E4B4D
(142,75,77)
#7F4345
(127,67,69)
#703B3D
(112,59,61)
#613335
(97,51,53)
#522B2D
(82,43,45)
#432325
(67,35,37)
#341B1D
(52,27,29)
#251315
(37,19,21)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #AC5B5D

#AC5B5D
(172,91,93)
#B3696B
(179,105,107)
#BA7779
(186,119,121)
#C18587
(193,133,135)
#C89395
(200,147,149)
#CFA1A3
(207,161,163)
#D6AFB1
(214,175,177)
#DDBDBF
(221,189,191)
#E4CBCD
(228,203,205)
#EBD9DB
(235,217,219)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5B5D color. Also use rgb(172,91,93) instead hex code.

Text Font Color

.myTextColor { color: #AC5B5D; }

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

This text font color is #AC5B5D.


Background Color

.myBgColor { background-color: #AC5B5D; }

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

This div background color is #AC5B5D.


Border color

.myBorderColor { border: 1px solid #AC5B5D; }

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

This div border color is #AC5B5D.


Opacity

.myOpacity80 { color: #AC5B5D; opacity: 0.8; }

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

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

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

This text has shadow with #AC5B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5B5D on black background.


Color preview on white background

This text has color #AC5B5D on white background.



Black color preview on #AC5B5D background

This text has black color on #AC5B5D background.


White color preview on #AC5B5D background

This text has white color on #AC5B5D background.