COLOR #AC6E59

HEX: #AC6E59
RGB: (172,110,89)

Renk bilgisi

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

RGB renk modeli

#AC6E59 color RGB value is (172,110,89).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 110 of 255 = 43%
B 89 of 255 = 35%

172
110
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 110 + 89 = 371 (100%)
R 172 of 371 ~ 46.36%
G 110 of 371 ~ 29.65%
B 89 of 371 ~ 23.99%

%46.36
%29.65
%23.99

CMYK RENK MODELİ

#AC6E59 rengi CMYK tonu (0,36,48,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.05%
  • sarı tonu 48.26%
  • ana renk tonu 32.55%
CMYK:
(0,36,48,33)
C0M36Y48K33 
(0%,36%,48%,33%)
(0.00/0.36/0.48/0.33)	

CMYK yüzdeleri

%0
%36.05
%48.26
%32.55

Codes

Color #AC6E59 in popluar color models

AC6E59
RGB17211089
HSL15°33.33%51.18%
HSB/HSV15°48.26%67.45%
CMYK0.00%36.05%48.26%
32.55%

Color #AC6E59 in popluar number systems.

HEXAC6E59
Decimal17211089
Binary1010110011011101011001
Octal254156131

Shades and tints

Shades of #AC6E59

#AC6E59
(172,110,89)
#9D6451
(157,100,81)
#8E5A49
(142,90,73)
#7F5041
(127,80,65)
#704639
(112,70,57)
#613C31
(97,60,49)
#523229
(82,50,41)
#432821
(67,40,33)
#341E19
(52,30,25)
#251411
(37,20,17)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #AC6E59

#AC6E59
(172,110,89)
#B37B68
(179,123,104)
#BA8877
(186,136,119)
#C19586
(193,149,134)
#C8A295
(200,162,149)
#CFAFA4
(207,175,164)
#D6BCB3
(214,188,179)
#DDC9C2
(221,201,194)
#E4D6D1
(228,214,209)
#EBE3E0
(235,227,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6E59; }

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

This text font color is #AC6E59.


Background Color

.myBgColor { background-color: #AC6E59; }

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

This div background color is #AC6E59.


Border color

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

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

This div border color is #AC6E59.


Opacity

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

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

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

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

This text has shadow with #AC6E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6E59 on black background.


Color preview on white background

This text has color #AC6E59 on white background.



Black color preview on #AC6E59 background

This text has black color on #AC6E59 background.


White color preview on #AC6E59 background

This text has white color on #AC6E59 background.