COLOR #AC5D59

HEX: #AC5D59
RGB: (172,93,89)

Renk bilgisi

#AC5D59 contains mainly red color. #AC5D59 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AC5D59 color RGB value is (172,93,89).

  • kırmız ton 172;
  • yeşil ton 93;
  • mavi ton 89.
RGB:
(172,93,89)
(67%,36%,35%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 93 of 255 = 36%
B 89 of 255 = 35%

172
93
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 93 + 89 = 354 (100%)
R 172 of 354 ~ 48.59%
G 93 of 354 ~ 26.27%
B 89 of 354 ~ 25.14%

%48.59
%26.27
%25.14

CMYK RENK MODELİ

#AC5D59 rengi CMYK tonu (0,46,48,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.93%
  • sarı tonu 48.26%
  • ana renk tonu 32.55%
CMYK:
(0,46,48,33)
C0M46Y48K33 
(0%,46%,48%,33%)
(0.00/0.46/0.48/0.33)	

CMYK yüzdeleri

%0
%45.93
%48.26
%32.55

Codes

Color #AC5D59 in popluar color models

AC5D59
RGB1729389
HSL33.33%51.18%
HSB/HSV48.26%67.45%
CMYK0.00%45.93%48.26%
32.55%

Color #AC5D59 in popluar number systems.

HEXAC5D59
Decimal1729389
Binary1010110010111011011001
Octal254135131

Shades and tints

Shades of #AC5D59

#AC5D59
(172,93,89)
#9D5551
(157,85,81)
#8E4D49
(142,77,73)
#7F4541
(127,69,65)
#703D39
(112,61,57)
#613531
(97,53,49)
#522D29
(82,45,41)
#432521
(67,37,33)
#341D19
(52,29,25)
#251511
(37,21,17)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #AC5D59

#AC5D59
(172,93,89)
#B36B68
(179,107,104)
#BA7977
(186,121,119)
#C18786
(193,135,134)
#C89595
(200,149,149)
#CFA3A4
(207,163,164)
#D6B1B3
(214,177,179)
#DDBFC2
(221,191,194)
#E4CDD1
(228,205,209)
#EBDBE0
(235,219,224)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5D59; }

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

This text font color is #AC5D59.


Background Color

.myBgColor { background-color: #AC5D59; }

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

This div background color is #AC5D59.


Border color

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

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

This div border color is #AC5D59.


Opacity

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

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

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

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

This text has shadow with #AC5D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5D59 on black background.


Color preview on white background

This text has color #AC5D59 on white background.



Black color preview on #AC5D59 background

This text has black color on #AC5D59 background.


White color preview on #AC5D59 background

This text has white color on #AC5D59 background.